agnicore / nfx

.NET Standard Unistack Framework
http://nfxlib.com
Other
75 stars 91 forks source link

Scripting.Runner should not try to activate abstract classes #39

Closed itadapter closed 6 years ago

itadapter commented 6 years ago

Right now it tries to run an abstract class which is marked as [Runnable] (which should not have been marked as such to begin with, but this is besides the point)

itadapter commented 6 years ago

Done 97877bd