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
Currently the compiler is Neo.Compiler.CSharp, however, it is an exe file, and we could distribute a nuget package that allows compiling without having to run the exe, as is done by referencing said project in the current unit tests.
Proposed solution:
Create Neo.SmartContract.Compiler
Export the package
Use the /project package in Neo.Compiler.
The text was updated successfully, but these errors were encountered:
Currently the compiler is
Neo.Compiler.CSharp
, however, it is an exe file, and we could distribute a nuget package that allows compiling without having to run the exe, as is done by referencing said project in the current unit tests.Proposed solution:
The text was updated successfully, but these errors were encountered: