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
The CSLA analyzer are not working. The following is in my project file (simple console): <PackageReference Include="Csla" Version="8.2.7" />
But the analyzer do not show up in the VS analyzer view:
Furthermore I have a business object Foo and using it with var foo2 = new Foo();
As far as I know this should produce an analyzer warning. But nothing.
Version and Platform
CSLA version: latest 8.2.7
OS: Windows
Platform: Console
Code that Fails
varfoo=new Foo();// Should trigger a warning[Serializable]publicclassFoo:BusinessBase<Foo>{[Create,RunLocal]privatevoidCreate(){}}
The text was updated successfully, but these errors were encountered:
Describe the bug
The CSLA analyzer are not working. The following is in my project file (simple console):
<PackageReference Include="Csla" Version="8.2.7" />
But the analyzer do not show up in the VS analyzer view:
Furthermore I have a business object
Foo
and using it withvar foo2 = new Foo();
As far as I know this should produce an analyzer warning. But nothing.
Version and Platform
CSLA version: latest 8.2.7
OS: Windows
Platform: Console
Code that Fails
The text was updated successfully, but these errors were encountered: