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 support for nullable and add newer TFMs #2120

Merged
merged 7 commits into from
Jun 18, 2022
Merged

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Jun 18, 2022

Description of Change

Adds the base support for nullable reference types.

This also adds the "newer" TFMs to the list so that we can start to migrate to that and eventually drop the older ones.

New TFMs:

  • netstandard2.1 (for all the netstandard people to get new nullable things)
  • netcoreapp3.1 (the baseline for new .net)
  • net5.0 (mainly for winui apps as they tend to be net5 from templates
  • net6.0 (the future)

@mattleibow mattleibow merged commit 917a4b5 into main Jun 18, 2022
@mattleibow mattleibow deleted the dev/nullability branch June 18, 2022 23:09
@mattleibow mattleibow added this to the v2.88.1 milestone Aug 4, 2022
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