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

Added Code Analyzer for common mistakes #15

Merged
merged 4 commits into from
Mar 10, 2024

Conversation

ByronMayne
Copy link
Owner

#11

There is three analyzers defined that check for the following

  1. The generator has a default constructor
  2. The generator has the [SgfGenerator] attribute applied to it
  3. The generator does not have the [Generator] attribute applied to it

@ByronMayne ByronMayne merged commit 34f4553 into master Mar 10, 2024
2 checks passed
@ByronMayne ByronMayne deleted the feature/GeneratorDiagnosticAnalyzer- branch March 10, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant