Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Annotate System.Runtime.CompilerServices.Unsafe for nullable reference types #41855

Merged
merged 2 commits into from
Oct 17, 2019

Conversation

stephentoub
Copy link
Member

Contributes to https://github.com/dotnet/corefx/issues/40623
cc: @buyaa-n, @safern

The actual implementation is in IL, and there'd be no benefit to adding annotations there, so I've only annotated the C# ref assembly.

@stephentoub stephentoub force-pushed the nullableunsafe branch 2 times, most recently from 65dd7ca to 47bbb75 Compare October 17, 2019 14:33
…e types

The actual implementation is in IL, and there'd be no benefit to adding annotations there, so I've only annotated the C# ref assembly.
@stephentoub stephentoub merged commit a7b4117 into dotnet:master Oct 17, 2019
@stephentoub stephentoub deleted the nullableunsafe branch October 17, 2019 20:18
@karelz karelz added this to the 5.0 milestone Dec 19, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…e types (dotnet/corefx#41855)

* Annotate System.Runtime.CompilerServices.Unsafe for nullable reference types

The actual implementation is in IL, and there'd be no benefit to adding annotations there, so I've only annotated the C# ref assembly.

* Address PR feedback


Commit migrated from dotnet/corefx@a7b4117
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants