Uh oh!
There was an error while loading. Please reload this page.
[Group 3] Enable nullable annotations for Microsoft.Extensions.Configuration.Tests - #57422
[Group 3] Enable nullable annotations for Microsoft.Extensions.Configuration.Tests#57422maxkoshevoi wants to merge 8 commits into
Microsoft.Extensions.Configuration.Tests#57422Conversation
ghost
commented
Aug 14, 2021
Tagging subscribers to this area: @maryamariyan, @safern Issue DetailsNotes:
|
stephentoub
commented
Aug 14, 2021
Thank you. We've generally not been annotating tests, in part because tests purposefully do things that violate contracts. |
maxkoshevoi
commented
Aug 14, 2021
@stefannikolei Oh, got it. I've gotten some nullable errors in different test project (options something) in my other PRs, so thought, that tests should be annotated too. If it's not the case, feel free to close this one. PS: When you'll have time, could you please review #57401? Cause I have code ready for other |
Microsoft.Extensions.Configuration.TestsMicrosoft.Extensions.Configuration.TestsMicrosoft.Extensions.Configuration.Tests# Conflicts: # src/libraries/Microsoft.Extensions.Configuration/tests/Microsoft.Extensions.Configuration.Tests.csproj
eerhardt
commented
Oct 8, 2021
Thanks for the PR here, @maxkoshevoi. I'm going to close this since we don't nullable annotate our tests. |
Annotated according to:
Microsoft.Extensions.Configuration#57414