scriptsharp
scriptsharp copied to clipboard
test class static constructor appears in release script (should be only in test)
I have a class derivered from TestClass, inside I have a static constructor (in main script i make some changes on jQuery.OnDocumentReady event, so I should redefine some logic in this constructor). This static constructor appears both in release and test scripts.