N3developertoolkit / neo-test

Neo N3 smart contract unit test framework
MIT License
6 stars 2 forks source link

Build-Tasks json dependency + design time build support #4

Closed devhawk closed 3 years ago

devhawk commented 3 years ago

This PR swaps the System.Text.Json dependency for SimpleJson. It is strongly encouraged that MSBuild files do not have dependencies and the SimpleJson project includes a single-file JSON parser.

Additionally, this PR modifies the *.targets file so that the generated contract interface file is detected by omnisharp and thus available for intellisense purposes