You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running command dotnet nccs "CallContract.csproj" -o "sc" gives error The files must have a .cs extension. But if you put full path error goes away. If you need full path for it to work, than the help should say so.
Running command
dotnet nccs "CallContract.csproj" -o "sc"
gives errorThe files must have a .cs extension.
But if you put full path error goes away. If you need full path for it to work, than the help should say so.Visual Studio build command
Output
Workaround
dotnet nccs "CallContract.csproj" -o "C:\Users\Chris\Projects\cschuchardt88\neo-examples-csharp\sc"
Visual Studio build command
Output
The text was updated successfully, but these errors were encountered: