dresdor
Results
2
issues of
dresdor
Receiving the following dump when running a prod build, but not for a dev build: ``` ERROR in ClientApp/app/models/configurationexperience/cx-simulator.ts(14,21): error TS2580: Cannot find name 'require'. Do you need to install...
I am working to implement stylecop to enforce our coding standard, however, there are a lot of stylecop rules that are outside our standards, for example, SA1309 FieldNamesMustNotBeginWithUnderscore. Following [this...