Skip to content

Conversation

@CyrusNajmabadi
Copy link
Member

Fixes #41245
Fixes #42897
Fixes #63959

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner July 29, 2025 08:30
(_, NullableFlowState.MaybeNull) => string.Format(FeaturesResources._0_may_be_null_here, symbol.ToDisplayString(s_nullableDisplayFormat)),
(_, NullableFlowState.NotNull) => string.Format(FeaturesResources._0_is_not_null_here, symbol.ToDisplayString(s_nullableDisplayFormat)),
_ => null
};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved into the C# section. has no meaning for VB. it also simplifies things greatly as we just need to return out the string to display.

@CyrusNajmabadi CyrusNajmabadi merged commit ff4d992 into dotnet:main Jul 29, 2025
25 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the qiNullability branch July 29, 2025 13:31
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jul 29, 2025
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

3 participants