We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug An issue from #3306 I think it doesn't make sense. In currently solution, it generates all dependency dll in /bin but not ./bin
Microsoft Windows [Version 10.0.19045.4529] (c) Microsoft Corporation. All rights reserved. E:\PR-test\neo-pR#3311\neo\src\Plugins\ApplicationLogs>dotnet publish MSBuild version 17.9.6+a4ecab324 for .NET Determining projects to restore... All projects are up-to-date for restore. Neo.VM -> E:\bin\Neo.VM\Release\net8.0\Neo.VM.dll Neo.Cryptography.BLS12_381 -> E:\bin\Neo.Cryptography.BLS12_381\Release\net8.0\Neo.Cryptography.BLS12_381.dll Neo.ConsoleService -> E:\bin\Neo.ConsoleService\Release\net8.0\Neo.ConsoleService.dll Neo.Extensions -> E:\bin\Neo.Extensions\Release\net8.0\Neo.Extensions.dll Neo.IO -> E:\bin\Neo.IO\Release\net8.0\Neo.IO.dll Neo.Json -> E:\bin\Neo.Json\Release\net8.0\Neo.Json.dll Neo -> E:\bin\Neo\Release\net8.0\Neo.dll Neo.Extensions -> E:\bin\Neo.Extensions\Release\net8.0\Neo.Extensions.dll Neo.Cryptography.BLS12_381 -> E:\bin\Neo.Cryptography.BLS12_381\Release\net8.0\Neo.Cryptography.BLS12_381.dll Neo.Json -> E:\bin\Neo.Json\Release\net8.0\Neo.Json.dll Neo.VM -> E:\bin\Neo.VM\Release\net8.0\Neo.VM.dll Neo.IO -> E:\bin\Neo.IO\Release\net8.0\Neo.IO.dll Neo -> E:\bin\Neo\Release\net8.0\Neo.dll RpcServer -> E:\bin\Neo.Plugins.RpcServer\Release\net8.0\RpcServer.dll ApplicationLogs -> E:\bin\Neo.Plugins.ApplicationLogs\Release\net8.0\ApplicationLogs.dll ApplicationLogs -> E:\bin\Neo.Plugins.ApplicationLogs\Release\net8.0\publish\ E:\PR-test\neo-pR#3311\neo\src\Plugins\ApplicationLogs>dotnet build MSBuild version 17.9.6+a4ecab324 for .NET Determining projects to restore... All projects are up-to-date for restore. Neo.Json -> E:\bin\Neo.Json\Debug\net8.0\Neo.Json.dll Neo.ConsoleService -> E:\bin\Neo.ConsoleService\Debug\net8.0\Neo.ConsoleService.dll Neo.Cryptography.BLS12_381 -> E:\bin\Neo.Cryptography.BLS12_381\Debug\net8.0\Neo.Cryptography.BLS12_381.dll Neo.VM -> E:\bin\Neo.VM\Debug\net8.0\Neo.VM.dll Neo.Extensions -> E:\bin\Neo.Extensions\Debug\net8.0\Neo.Extensions.dll Neo.IO -> E:\bin\Neo.IO\Debug\net8.0\Neo.IO.dll Neo -> E:\bin\Neo\Debug\net8.0\Neo.dll Neo.Cryptography.BLS12_381 -> E:\bin\Neo.Cryptography.BLS12_381\Debug\net8.0\Neo.Cryptography.BLS12_381.dll Neo.Extensions -> E:\bin\Neo.Extensions\Debug\net8.0\Neo.Extensions.dll Neo.Json -> E:\bin\Neo.Json\Debug\net8.0\Neo.Json.dll Neo.IO -> E:\bin\Neo.IO\Debug\net8.0\Neo.IO.dll Neo.VM -> E:\bin\Neo.VM\Debug\net8.0\Neo.VM.dll Neo -> E:\bin\Neo\Debug\net8.0\Neo.dll RpcServer -> E:\bin\Neo.Plugins.RpcServer\Debug\net8.0\RpcServer.dll ApplicationLogs -> E:\bin\Neo.Plugins.ApplicationLogs\Debug\net8.0\ApplicationLogs.dll Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:08.87
To Reproduce Steps to reproduce the behavior:
dotnet build
dotnet publish
Expected behavior Generate all dependency in ./bin
Screenshots
The text was updated successfully, but these errors were encountered:
Check *.csproj file to see. This was fixed already.
*.csproj
Sorry, something went wrong.
AND CMD works fine too
git pull works wonders
git pull
#3320 does fix this.
cschuchardt88
Successfully merging a pull request may close this issue.
Describe the bug
An issue from #3306
I think it doesn't make sense. In currently solution, it generates all dependency dll in /bin but not ./bin
To Reproduce
Steps to reproduce the behavior:
dotnet build
ordotnet publish
Expected behavior
Generate all dependency in ./bin
Screenshots
The text was updated successfully, but these errors were encountered: