- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 95
feat: add IsNotNullAssertionSuppressor to suppress nullability warnings after non-null assertions #3506
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
Conversation
| Claude finished @thomhurst's task —— View job Code Review: IsNotNullAssertionSuppressorTodo List:
 OverviewThis PR adds a diagnostic suppressor that suppresses nullability warnings (CS8600, CS8602, CS8604, CS8618) for variables after they've been asserted as non-null using  ✅ Strengths1. Code Quality & Architecture 
 2. Test Coverage 
 3. Documentation 
 
 | 
| Claude finished @thomhurst's task —— View job Code Review: IsNotNullAssertionSuppressorTodo List:
 OverviewThis PR adds a diagnostic suppressor that suppresses nullability warnings (CS8600, CS8602, CS8604, CS8618) for variables after they've been asserted as non-null using  ✅ Strengths1. Code Quality & Architecture 
 2. Test Coverage 
 3. Documentation 
 
 | 
| Claude finished @thomhurst's task —— View job Code Review: IsNotNullAssertionSuppressorTodo List:
 OverviewThis PR adds a diagnostic suppressor that suppresses nullability warnings (CS8600, CS8602, CS8604, CS8618) for variables after they've been asserted as non-null using  ✅ Strengths1. Code Quality & Architecture 
 2. Test Coverage 
 3. Documentation 
 
 | 
| Claude finished @thomhurst's task —— View job Code Review: IsNotNullAssertionSuppressorTodo List:
 OverviewThis PR adds a diagnostic suppressor that suppresses nullability warnings (CS8600, CS8602, CS8604, CS8618) for variables after they've been asserted as non-null using  ✅ Strengths1. Code Quality & Architecture 
 2. Test Coverage 
 3. Integration with TUnit Philosophy 
 4. Complementary Assert Methods 
 
 | 
…warnings after non-null assertions
…mblies based on current framework version
| Claude finished @thomhurst's task —— View job Code Review: IsNotNullAssertionSuppressorTodo List:
 OverviewThis PR adds a diagnostic suppressor that suppresses nullability warnings (CS8600, CS8602, CS8604, CS8618) for variables after they've been asserted as non-null using  ✅ Strengths1. Code Quality & Architecture 
 2. Test Coverage 
 3. Integration with TUnit Philosophy 
 4. Complementary Assert Methods 
 
 | 
…ionException types
Fixes #2679