agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux
MIT License
643 stars 95 forks source link

Cannot create Abstract Class #143

Closed SteveSmithSoftware closed 7 months ago

SteveSmithSoftware commented 2 years ago

When trying to call a static method on a static class the exception 'Cannot create an abstract class' is thrown

The documentation should make clear that static classes cannot be used.

image