neo-project / neo-devpack-dotnet

NEO Development Pack
MIT License
79 stars 100 forks source link

[Neo DevPack Compiler] fix type issue and test issue #1084

Closed Jim8y closed 1 month ago

Jim8y commented 1 month ago

We can not properly compile nullable types, they are compiled to List (Array) types and is not correct, thus having this pr that compiles nullable value to Any.

And also enables the test engine to update multiple artifacts instead of fail on every artifact update.

Jim8y commented 1 month ago

@Hecate2 now you can run the tests twice and update all artifacts.