Skip to content

Re-Bootstrap to .NET 11.0.100-preview.1.26078.107#4515

Closed
dotnet-bot wants to merge 3 commits intomainfrom
release-pr-11.0.100-preview.1.26078.107
Closed

Re-Bootstrap to .NET 11.0.100-preview.1.26078.107#4515
dotnet-bot wants to merge 3 commits intomainfrom
release-pr-11.0.100-preview.1.26078.107

Conversation

@dotnet-bot
Copy link
Copy Markdown
Collaborator

Re-Bootstrap .NET to 11.0.0-preview.1.26078.107 / 11.0.100-preview.1.26078.107.

@dotnet-bot dotnet-bot requested review from a team as code owners January 29, 2026 08:08
@@ -1,4 +1,4 @@
<Project>
<Project>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ellahathaway looks like the re-bootstrapping pipeline is updating the Versions.props file as UTF-8 with a BOM character. Should be without BOM.

@ViktorHofer
Copy link
Copy Markdown
Member

@ellahathaway do we need to update the "Validate user changes in VMR Run Validation Script" job to allow changes from "dotnet-bot"?

@dotnet-policy-service dotnet-policy-service bot requested a review from a team January 29, 2026 11:38
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jkoritzinsky I think we need to do some follow-up work here. We could provide an extension point somewhere here to have all the information available before RuntimeIdentifiers gets set.

If we infer a RID for the project, default to filtering down the list of RIDs the project specifies and automatically excluding projects that don't build for this RID.
-->
<_EnableArcadeRuntimeIdentifierFilters Condition="'$(_EnableArcadeRuntimeIdentifierFilters)' == '' and '$(_EnableArcadeRuntimeIdentifierInference)' == 'true'">$(_EnableArcadeRuntimeIdentifierFilters)</_EnableArcadeRuntimeIdentifierFilters>
<_EnableArcadeRuntimeIdentifierFilters Condition="'$(_EnableArcadeRuntimeIdentifierFilters)' == '' and '$(_EnableArcadeRuntimeIdentifierInference)' == 'true'">true</_EnableArcadeRuntimeIdentifierFilters>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jkoritzinsky I noticed that this was always a no-op and so the PropertyGroup below in L75 (new diff) never ran.

@ViktorHofer
Copy link
Copy Markdown
Member

Continuing in the new re-bootstrap PR: #4521

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.

2 participants