Update insert.yml to use roslyn-tools for insertions#82615
Merged
Conversation
JoeRobich
commented
Mar 4, 2026
2225441 to
01ae8f5
Compare
jjonescz
reviewed
Mar 5, 2026
Member
There was a problem hiding this comment.
Can we wait with merging this PR until our roslyn insertions are stable? Thanks.
Member
Author
There was a problem hiding this comment.
Please merge when things settle down =)
akhera99
approved these changes
Mar 5, 2026
This was referenced Mar 9, 2026
333fred
added a commit
to 333fred/roslyn
that referenced
this pull request
Mar 9, 2026
* upstream/main: (56 commits) [main] Source code updates from dotnet/dotnet (dotnet#82655) Update insert.yml to use roslyn-tools for insertions (dotnet#82615) Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2921538 Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2921538 Reduce allocations during source text diffing (dotnet#82462) Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2920904 Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2920904 Revert "Throw NotImplementedException when a build errorId is not supported" (dotnet#82638) [main] Source code updates from dotnet/dotnet (dotnet#82623) Revert System.ValueTuple version update (dotnet#82639) Pack enum values Track non-blocking PROTOTYPE comments for `Unions` feature in an issue (dotnet#82637) Update the build system errors instructions for Visual Studio 2026 Don't log named pipe connection failures as errors in BuildServerConnection (dotnet#82609) Fix resx source generator for less common resx metadata and locations (dotnet#81994) Disallow `ref` modifier for a union declaration (dotnet#82632) Add IFSharpInlineHintsService2 for displayAllOverride support (dotnet#82629) Report errors for union members that are not permitted (dotnet#82626) Check language version for union matching and conversions (dotnet#82617) [main] Update dependencies from dotnet/arcade (dotnet#82618) ...
This was referenced Mar 11, 2026
dibarbet
pushed a commit
that referenced
this pull request
Apr 23, 2026
With roslyn-tools tool supporting insertions, we should move off the RIT tool. [Test Run](https://dev.azure.com/dnceng/internal/_build/results?buildId=2919230&view=results)
dibarbet
pushed a commit
that referenced
this pull request
Apr 23, 2026
With roslyn-tools tool supporting insertions, we should move off the RIT tool. [Test Run](https://dev.azure.com/dnceng/internal/_build/results?buildId=2919230&view=results)
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
With roslyn-tools tool supporting insertions, we should move off the RIT tool.
Test Run