Skip to content

[release/10.0.1xx] Bump patch version to 10.0.4#4315

Merged
mmitche merged 16 commits intorelease/10.0.1xxfrom
branding-update-release-10.0.1xx-patch-increment
Jan 21, 2026
Merged

[release/10.0.1xx] Bump patch version to 10.0.4#4315
mmitche merged 16 commits intorelease/10.0.1xxfrom
branding-update-release-10.0.1xx-patch-increment

Conversation

@mmitche
Copy link
Copy Markdown
Member

@mmitche mmitche commented Jan 21, 2026

Increment patch version for 14 repositories on release/10.0.1xx

Updated repositories:

  • aspnetcore: 3 → 4
  • command-line-api: 3 → 4
  • efcore: 3 → 4
  • emsdk: 3 → 4
  • runtime: 3 → 4
  • windowsdesktop: 3 → 4
  • wpf: 3 → 4
  • winforms: 3 → 4
  • sdk: 3 → 4
  • templating: 103 → 104
  • fsharp: 103 → 104
  • sourcelink: 103 → 104
  • xdt: 3 → 4
  • symreader: 3 → 4

Sets prerelease label to 'servicing' and iteration to empty string.

@dotnet-policy-service dotnet-policy-service bot requested review from a team January 21, 2026 05:28
@mmitche mmitche enabled auto-merge (squash) January 21, 2026 05:29
@dotnet-policy-service dotnet-policy-service bot requested a review from a team January 21, 2026 05:29
@akoeplinger
Copy link
Copy Markdown
Member

Build failure in sdk:

   GenerateDocumentationAndConfigFiles -> /__w/1/s/src/sdk/artifacts/bin/GenerateDocumentationAndConfigFiles/Release/net10.0/GenerateDocumentationAndConfigFiles.dll
    One or more auto-generated documentation files were either edited manually, or not updated. Please revert changes made to the following files (if manually edited) and run `msbuild /t:pack` at the root of the repo to automatically update them:
        /__w/1/s/src/sdk/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.sarif

@ViktorHofer
Copy link
Copy Markdown
Member

ViktorHofer commented Jan 21, 2026

This will likely fail again due to the added newline at the end of the sarif file. We should make this more robust.

@mmitche
Copy link
Copy Markdown
Member Author

mmitche commented Jan 21, 2026

This will likely fail again due to the added newline at the end of the sarif file. We should make this more robust.

This is a VScode thing I think...it's so ornery about this.

@ViktorHofer
Copy link
Copy Markdown
Member

ViktorHofer commented Jan 21, 2026

@mmitche
Copy link
Copy Markdown
Member Author

mmitche commented Jan 21, 2026

I meant that we should update the sarif diff to ignore empty lines at least at the end: https://github.com/dotnet/sdk/blob/e0c4dda2e07d99203f83254b7ff5d117fb8e2220/src/Microsoft.CodeAnalysis.NetAnalyzers/tools/GenerateDocumentationAndConfigFiles/Program.cs#L1156

We should update the sarif file to not need to be updated on every release: dotnet/sdk#52150 covers this.

@baronfel
Copy link
Copy Markdown
Member

vscode should respect .editorconfig here - adding a sarif-specific set of instructions to not add newlines may be all that we'd have to do.

@ViktorHofer
Copy link
Copy Markdown
Member

ViktorHofer commented Jan 21, 2026

We should update the sarif file to not need to be updated on every release: dotnet/sdk#52150 covers this.

Sure that's the right thing to do but someone from netanalyzers would need to take a look. The tool's code is quite complex and uses compiler APIs to do all sorts of things. It needs a rewrite - it should be an msbuild task and must not use live dependencies as it is invoked during the build. It was one of the components that made the TFM retargeting harder. The same tool with the same codebase exists in roslyn as well.

An intermediate step to reduce the pain here would be to just ignore whitespaces in that comparison - or as chat mentioned updating the editorconfig setting for sarif files.

@mmitche mmitche merged commit 4f66501 into release/10.0.1xx Jan 21, 2026
10 checks passed
@mmitche mmitche deleted the branding-update-release-10.0.1xx-patch-increment branch January 21, 2026 21:35
@mmitche
Copy link
Copy Markdown
Member Author

mmitche commented Jan 21, 2026

Workaorund here dotnet/sdk#52618

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.

5 participants