agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot create Abstract Class

SteveSmithSoftware opened this issue · comments

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