Skip to content
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

Split Neo.Compiler.CSharp #996

Open
shargon opened this issue Mar 15, 2024 · 2 comments
Open

Split Neo.Compiler.CSharp #996

shargon opened this issue Mar 15, 2024 · 2 comments

Comments

@shargon
Copy link
Member

shargon commented Mar 15, 2024

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.
@cschuchardt88
Copy link
Member

@shargon
Copy link
Member Author

shargon commented Mar 27, 2024

I think that it's better if we export the package and it's installed by dotnet tool install, then you can use the compiler easier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants