-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move config.json to root folder #709
Conversation
@Liaojinghui Please check it. |
Works well on my MacOS. |
Works well on my Windows 11 |
what is the behavior currently? |
@cloud8little now config.json appears under the output directory together with the plugin.dll files |
every plugin has a config.json file, are we going to combile them all in one config.json file or put all dll and config file for each plugin under each plugin name folder. such as: |
RpcServer/RpcServer.dll |
I am getting this error now. neo -> /opt/neo-modules/neoLib/src/neo/bin/Release/net6.0/Neo.dll
LevelDBStore -> /opt/neo-modules/src/LevelDBStore/bin/Release/net6.0/LevelDBStore.dll
RpcServer -> /opt/neo-modules/src/RpcServer/bin/Release/net6.0/RpcServer.dll
ApplicationLogs -> /opt/neo-modules/src/ApplicationLogs/bin/Release/net6.0/ApplicationLogs.dll
/usr/share/dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path: /opt/neo-modules/src/RpcServer/config.json, /opt/neo-modules/src/ApplicationLogs/config.json. [/opt/neo-modules/src/ApplicationLogs/ApplicationLogs.csproj]
File does not exist |
Replace #707