Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyzers Are Not Included in 6.0.0 #3025

Closed
JasonBock opened this issue Jul 20, 2022 · 2 comments · Fixed by #3026
Closed

Analyzers Are Not Included in 6.0.0 #3025

JasonBock opened this issue Jul 20, 2022 · 2 comments · Fixed by #3026
Assignees
Labels

Comments

@JasonBock
Copy link
Contributor

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:

public sealed class Customer
  : BusinessBase<Customer>

should show CSLA0001 as it's not serializable.

@rockfordlhotka
Copy link
Member

I think it is related to this issue:

dotnet/roslyn-analyzers#5890

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants