Nethereum / Nethereum.Playground

Compile and run Nethereum snippets on the browser
MIT License
27 stars 17 forks source link

VB.NET support for Playground #1

Closed Enigmatic331 closed 5 years ago

Enigmatic331 commented 5 years ago

Added the Roslyn dependencies and code(s) for VB.NET support. :)

VB codes should mostly work now, the only caveat is as discussed - For now we need to specify RunAsync() as an entry point for async samples, since Async Main() as Task is not possible for VB.

Please let me know where there are areas for improvements, etc. Thanks!! :)

juanfranblanco commented 5 years ago

Awesome @Enigmatic331, really cool, even removing those extra spaces.. that somebody (me) left there.