refactor: enable nullable reference types across Orleans - #10291
Merged
ReubenBond merged 119 commits intoJul 31, 2026
Merged
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
ReubenBond
force-pushed
the
reubenbond-migrate-nullable-references
branch
2 times, most recently
from
July 21, 2026 05:32
fcc8d94 to
22355b3
Compare
ReubenBond
force-pushed
the
reubenbond-migrate-nullable-references
branch
from
July 22, 2026 14:54
22355b3 to
317c396
Compare
ReubenBond
force-pushed
the
reubenbond-migrate-nullable-references
branch
from
July 31, 2026 19:24
0e5b95e to
12690a9
Compare
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8b3602c8-0a8a-4e43-a73a-b3217fd85778
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f95a752a-2648-488c-a0b0-821b1df20b36
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cefb03e8-5d03-4f0d-a290-7958fbce53f5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 29c0a149-976b-47ad-9f30-dfb1db9d1c0c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 29c0a149-976b-47ad-9f30-dfb1db9d1c0c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 29c0a149-976b-47ad-9f30-dfb1db9d1c0c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6f2e889d-345f-4cfa-b20d-21fe21a86843
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cefb03e8-5d03-4f0d-a290-7958fbce53f5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cefb03e8-5d03-4f0d-a290-7958fbce53f5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cefb03e8-5d03-4f0d-a290-7958fbce53f5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cefb03e8-5d03-4f0d-a290-7958fbce53f5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cefb03e8-5d03-4f0d-a290-7958fbce53f5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: aadec37a-eac3-42f2-a063-08638f1a3ab9
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: aadec37a-eac3-42f2-a063-08638f1a3ab9
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6e15bd15-3078-4a67-979c-131c7f1c97ed
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6e15bd15-3078-4a67-979c-131c7f1c97ed
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6e15bd15-3078-4a67-979c-131c7f1c97ed
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6e15bd15-3078-4a67-979c-131c7f1c97ed
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6e15bd15-3078-4a67-979c-131c7f1c97ed
ReubenBond
force-pushed
the
reubenbond-migrate-nullable-references
branch
from
July 31, 2026 20:39
43ae90e to
4138acb
Compare
This was referenced Aug 28, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This completes Orleans' nullable reference type migration across source, tests, samples, and playgrounds. It removes nullable opt-outs, annotates public and internal contracts, refreshes generated API surfaces, and enables a repository-wide nullable warning gate. The migration preserves existing runtime behavior while exposing accurate nullability metadata to consumers.\n\nThe full solution builds with zero warnings and errors, and the net10 BVT suite passes with 5,946 passed, 61 skipped, and no failures.
Microsoft Reviewers: Open in CodeFlow