Skip to content

Nullable cleanup #43451

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

Merged
merged 3 commits into from
Nov 14, 2022
Merged

Nullable cleanup #43451

merged 3 commits into from
Nov 14, 2022

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Aug 22, 2022

Addresses #5680

@@ -7,7 +7,6 @@
<RootNamespace>Microsoft.Extensions.ApiDescription.Tool</RootNamespace>
<TargetFrameworks>netcoreapp2.1;$(DefaultNetFxTargetFramework)</TargetFrameworks>
<IsShippingPackage>false</IsShippingPackage>
<Nullable>disable</Nullable>
Copy link
Member Author

Choose a reason for hiding this comment

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

props file in tools directory already disables nullability.

@JamesNK JamesNK requested a review from a team as a code owner August 23, 2022 01:32
@@ -6,6 +6,7 @@
<CopySymbolsToArtifacts>true</CopySymbolsToArtifacts>
<IsPackable>false</IsPackable>
<IsShippingPackage>false</IsShippingPackage>
<!-- Nullable disabled because package only targets .NET Framework. -->
Copy link
Member

Choose a reason for hiding this comment

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

This one should be easy, it's a single file 😄

@JamesNK JamesNK force-pushed the jamesnk/nullable-cleanup branch from 3c6d72b to 6848495 Compare August 24, 2022 23:22
@Pilchie Pilchie added the old-area-web-frameworks-do-not-use *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels label Aug 24, 2022
@JamesNK JamesNK force-pushed the jamesnk/nullable-cleanup branch from 6848495 to 61a578f Compare September 21, 2022 23:45
@JamesNK JamesNK force-pushed the jamesnk/nullable-cleanup branch from 61a578f to 94be653 Compare November 3, 2022 01:15
@dougbu dougbu merged commit d0f60f2 into main Nov 14, 2022
@dougbu dougbu deleted the jamesnk/nullable-cleanup branch November 14, 2022 23:59
@ghost ghost added this to the 8.0-preview1 milestone Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
old-area-web-frameworks-do-not-use *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants