You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Looks like the analyzers aren't being included with the latest version.
Version and Platform
CSLA version: 6.0.0
OS: Windows
Platform: Class Library
Code that Fails
I have a project that I use in a talk I do on analyzers. It was referencing 5.5.2, so I updated it to 6.0.0 this morning. When I did this, none of the analyzers that I expected to fire showed up. For example, this code:
Describe the bug
Looks like the analyzers aren't being included with the latest version.
Version and Platform
CSLA version: 6.0.0
OS: Windows
Platform: Class Library
Code that Fails
I have a project that I use in a talk I do on analyzers. It was referencing
5.5.2
, so I updated it to6.0.0
this morning. When I did this, none of the analyzers that I expected to fire showed up. For example, this code:should show
CSLA0001
as it's not serializable.The text was updated successfully, but these errors were encountered: