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

Add NoUsingDeclaration analyzer #195

Merged

Conversation

maroontress-tomohisa
Copy link
Member

@maroontress-tomohisa maroontress-tomohisa commented Jan 17, 2025

  • Fix the test framework so that test cases can import System.Net
  • Ignore SA1008
  • Move StyleChecker.Refactoring.UnnecessaryUsing.Classes to StyleChecker.Refactoring
  • Add GetTypeInfoSupplier(SemanticModelAnalysisContext) methods to SmaContextExtentions class
  • Add GetFullNameWithoutNullability(ITypeSymbol) method to TypeSymbols class
  • Add ToSymbol(VariableDeclaratorSyntax) to ISymbolizer interface

- Fix the test framework so that test cases can import System.Net
- Ignore SA1008
- Move tyleChecker.Refactoring.UnnecessaryUsing.Classes to
  StyleChecker.Refactoring
- Add GetTypeInfoSupplier(SemanticModelAnalysisContext) methods to
  SmaContextExtentions class
- Add GetFullNameWithoutNullability(ITypeSymbol) method to TypeSymbols
  class
- Add ToSymbol(VariableDeclaratorSyntax) to ISymbolizer interface
@maroontress-tomohisa maroontress-tomohisa merged commit 6202f9b into maroontress:main Jan 17, 2025
2 checks passed
@maroontress-tomohisa maroontress-tomohisa deleted the add-nud-analyzer branch January 17, 2025 09:25
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