Skip to content

SCOUTING to see CI errors :: See what happens on net11 tfm#19288

Draft
T-Gro wants to merge 78 commits into
mainfrom
feature/net11-scouting
Draft

SCOUTING to see CI errors :: See what happens on net11 tfm#19288
T-Gro wants to merge 78 commits into
mainfrom
feature/net11-scouting

Conversation

@T-Gro
Copy link
Copy Markdown
Member

@T-Gro T-Gro commented Feb 13, 2026

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 13, 2026

✅ No release notes required

dotnet-maestro Bot and others added 26 commits February 25, 2026 10:45
* Update dependencies from https://github.com/dotnet/arcade build 20260213.2
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26110.1 -> To Version 11.0.0-beta.26113.2

* Update regression-test-jobs.yml

* Fix net11 scouting CI failures: baselines and test harness

- Rename ILVerify baselines from net10.0 to net11.0 TFM (Debug + Release)
- Update System.Linq assembly version 10:0:0:0 → 11:0:0:0 in LinqCount.fsx IL baselines
- Add rollForward: LatestMinor to test runtimeconfig.json so preview runtimes resolve correctly

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Disable R2R for fsi bootstrap: crossgen2 net11 preview crash

crossgen2.exe from .NET 11 preview SDK (11.0.0-preview.1.26078.121)
crashes with exit code 0xDEAD when R2R-compiling fsi.dll during
bootstrap. This is non-deterministic and only affects the Proto
configuration bootstrap build. Disable R2R for fsi Proto until the
SDK stabilizes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Make baselines TFM-agnostic for future net version bumps

- ILVerify: map net{N}.0 to generic 'netcoreapp' in baseline filenames
  (content is identical across netcore versions)
- ILChecker: normalize System.Linq assembly extern version (like FSharp.Core)
- LinqCount IL baselines: use normalized System.Linq (no .ver)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix runtimeconfig: use actual runtime version for preview SDK compat

The previous approach derived '11.0.0' from the TFM, but 11.0.0-preview.1
is semver-lower than 11.0.0, so the .NET host couldn't resolve the
framework even with rollForward/prerelease env vars. Now we use
RuntimeInformation.FrameworkDescription to get the exact installed version.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20260222.1
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26110.1 -> To Version 11.0.0-beta.26122.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Tomas Grosup <Tomas.Grosup@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…227.1 (#19371)

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26122.1 -> To Version 11.0.0-beta.26127.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Type checker: recover on argument/overload checking (#19314)

* [main] Update dependencies from dotnet/arcade (#19333)

* Update dependencies from https://github.com/dotnet/arcade build 20260219.2
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26117.6 -> To Version 10.0.0-beta.26119.2

* Update dependencies from https://github.com/dotnet/arcade build 20260223.2
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26117.6 -> To Version 10.0.0-beta.26123.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* [main] Source code updates from dotnet/dotnet (#19343)

* Backflow from https://github.com/dotnet/dotnet / 854c152 build 302768

[[ commit created by automation ]]

* Update dependencies from build 302768
No dependency updates to commit
[[ commit created by automation ]]

* Backflow from https://github.com/dotnet/dotnet / 51587e2 build 302820

[[ commit created by automation ]]

* Update dependencies from build 302820
No dependency updates to commit
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Grosup <Tomas.Grosup@gmail.com>

* Update image used for insert into VS step (#19357)

* Fix :: FAR :: Remove corrupted .ctor symbol reference (#19358)

* DotNetBuildUseMonoRuntime stackguard (#19360)

* Fsharp.Core :: {Array;List;Set;Array.Parallel} partitionWith (taking Choice<T,U> partitioner) (#19335)

* Sort out some outstanding issues after xUnit upgrade  (#19363)

* Improve collection comparison diagnostics in tests (#19365)

Added shouldBeEqualCollections to Assert.fs for detailed collection comparison, including reporting missing/unexpected items and positional differences. Updated Project25 symbol uses test to use this helper and print actual/expected values for easier debugging.

* Enhance the compiler to produce a FS0750 error on let! or use! outside a CE (#19347)

* Update to latest .NET 10 SDK patch (#19350)

* Feature: `#elif` preprocessor directive (#19323)

* Support #exit;; as alias to #quit;; in fsi (#19329)

* Checker: prevent reporting optional parameter rewritten tree symbols (#19353)

* Improve static compilation of state machines (#19297)

* Add FSC compiler options tests (#19348)

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20260226.1 (#19366)

On relative base path root
optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime From Version 1.0.0-prerelease.26117.2 -> To Version 1.0.0-prerelease.26126.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Fix Get-PrBuildIds.ps1 reporting SUCCESS while builds in progress (#19313)

* Fix flaky Project25 TP test by replacing FSharp.Data NuGet with TestTP (#19364) (#19373)

Replace FSharp.Data (resolved via NuGet at runtime) with the built-in
TestTP type provider for the Project25 symbol API tests. This fixes
non-deterministic test failures on Linux CI caused by
Directory.GetFiles returning DLLs in random inode order on ext4,
which varied whether the FSharp.Data namespace was tagged as
'provided' or not.

Changes:
- Replace 70-line NuGet restore/staging setup with 2-line TestTP reference
- Update source to use ErasedWithConstructor.Provided.MyType instead
  of FSharp.Data.XmlProvider
- Replace brittle exact-match symbol list with targeted assertions
  for provided types, methods, and namespaces
- Remove FactSkipOnSignedBuild (TestTP is always available after build)
- Rename test variables to match the types being tested

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Add automatic merge flow from main to feature/net11-scouting (#19283)

* Optimize Set.intersect symmetry and add release notes (#19292)

Co-authored-by: Ahmed <w0lf@192.168.1.8>

* Fix strong name signature size to align with Roslyn for public signing (#11887) (#19242)

* Use culture-independent `IndexOf` in interpolated string parsing (#19370)

* Rename "inline hints" to "inlay hints" (#19318)

* Rename "inline hints" to "inlay hints" for LSP consistency

Aligns F#-owned terminology with LSP and VS Code conventions.
The Roslyn ExternalAccess types (IFSharpInlineHintsService, etc.)
are left unchanged as they are owned by Roslyn.

Fixes #16608

* Add release note for inline-to-inlay hints rename

---------

Co-authored-by: Tomas Grosup <Tomas.Grosup@gmail.com>

* FCS: capture additional types during analysis (#19305)

* remove duplicate FlatErrors file (#19383)

* Update dependencies from https://github.com/dotnet/arcade build 20260302.1 (#19379)

[main] Update dependencies from dotnet/arcade

* [main] Update dependencies from dotnet/msbuild (#19021)

* Update dependencies from https://github.com/dotnet/msbuild build 20251021.3
On relative base path root
Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.1.0-preview-25515-01 -> To Version 18.1.0-preview-25521-03

* Update dependencies from https://github.com/dotnet/msbuild build 20251023.2
On relative base path root
Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.1.0-preview-25515-01 -> To Version 18.1.0-preview-25523-02

* Update dependencies from https://github.com/dotnet/msbuild build 20251024.3
On relative base path root
Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.1.0-preview-25515-01 -> To Version 18.1.0-preview-25524-03

* Update dependencies from https://github.com/dotnet/msbuild build 20251027.5
On relative base path root
Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.1.0-preview-25515-01 -> To Version 18.1.0-preview-25527-05

* Update dependencies from https://github.com/dotnet/msbuild build 20251027.6
On relative base path root
Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.1.0-preview-25515-01 -> To Version 18.1.0-preview-25527-06

* Update dependencies from https://github.com/dotnet/msbuild build 20251104.4
On relative base path root
Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.1.0-preview-25515-01 -> To Version 18.1.0-preview-25554-04

* Bump dependency versions in Version.Details.props

Updated package versions for several dependencies.

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Grosup <Tomas.Grosup@gmail.com>

* Add fsharp-release-announcement agent (#19390)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix Seq.empty rendering as "EmptyEnumerable" in serializers (#19317)

* Update FileContentMapping.fs (#19391)

* Fix flaky help_options test: restore enableConsoleColoring after mutation (#19385)

* Initial plan

* Fix flaky help_options test by saving/restoring enableConsoleColoring global

The `fsc --consolecolors switch` test mutates the global
`enableConsoleColoring` via `--consolecolors-`. When help_options tests
run after this test, the help output says "(off by default)" instead of
"(on by default)", causing baseline mismatches.

Fix: save and restore `enableConsoleColoring` around the test.

Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
Co-authored-by: Tomas Grosup <Tomas.Grosup@gmail.com>

* isolate checker (#19393)

Isolate type-provider tests with dedicated FSharpChecker

Introduce Project25.checker to avoid shared state races in type-provider tests. All relevant test cases now use this dedicated instance, improving test isolation, reliability, and determinism without changing test functionality.

* Introduce CallRelatedSymbolSink to avoid affect name resolution with related symbols (#19361)

* Add RelatedSymbolUseKind flags enum and separate sink for related symbols

Address auduchinok's review comments on PR #19252: related symbols (union case
testers, copy-and-update record types) are now reported via a separate
NotifyRelatedSymbolUse sink instead of abusing NotifyNameResolution.

- Add [<Flags>] RelatedSymbolUseKind enum (None/UnionCaseTester/CopyAndUpdateRecord/All)
- Add NotifyRelatedSymbolUse to ITypecheckResultsSink interface
- Refactor RegisterUnionCaseTesterForProperty to use the new sink
- Refactor copy-and-update in TcRecdExpr to use CallRelatedSymbolSink
- Add ?relatedSymbolKinds parameter to GetUsesOfSymbolInFile (default: None)
- Wire up VS FAR to pass relatedSymbolKinds=All
- Write related symbols to ItemKeyStore for background FAR
- Update semantic classification tests: tester properties now classified as
  Property (not UnionCase) since they're no longer in capturedNameResolutions

* Add release notes for FSharp.Compiler.Service 11.0.100

---------

Co-authored-by: Eugene Auduchinok <eugene.auduchinok@gmail.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Grosup <Tomas.Grosup@gmail.com>
Co-authored-by: Adam Boniecki <20281641+abonie@users.noreply.github.com>
Co-authored-by: Jakub Majocha <1760221+majocha@users.noreply.github.com>
Co-authored-by: Evgeny Tsvetkov <61620612+evgTSV@users.noreply.github.com>
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Co-authored-by: Bozhidar Batsov <bozhidar@batsov.dev>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Ahmed Waleed <ahmedwalidahmed.0@gmail.com>
Co-authored-by: Ahmed <w0lf@192.168.1.8>
Co-authored-by: Brian Rourke Boll <brianrourkeboll@users.noreply.github.com>
Co-authored-by: Apoorv Darshan <ad13dtu@gmail.com>
Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…306.2 (#19404)

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26127.1 -> To Version 11.0.0-beta.26156.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Resolve dependency version conflicts by keeping feature/net11-scouting
versions for infrastructure files (global.json, Version.Details.props,
Version.Details.xml) since these are independently managed per branch
and the feature branch requires .NET 11 Arcade SDK.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ge/main-to-feature/net11-scouting

# Conflicts:
#	docs/release-notes/.FSharp.Compiler.Service/10.0.300.md
#	docs/release-notes/.FSharp.Compiler.Service/11.0.100.md
#	eng/Versions.props
#	src/Compiler/FSComp.txt
#	src/Compiler/Facilities/LanguageFeatures.fs
#	src/Compiler/Interactive/fsi.fs
#	tests/FSharp.Compiler.ComponentTests/Language/InterpolatedStringsTests.fs
#	tests/FSharp.Compiler.Private.Scripting.UnitTests/DependencyManagerInteractiveTests.fs
#	tests/FSharp.Compiler.Service.Tests/MultiProjectAnalysisTests.fs
…/net11-scouting

# Conflicts:
#	eng/Version.Details.props
#	eng/Version.Details.xml
…SLayer removal)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
Resolved merge conflicts in eng/Version.Details.props and eng/Version.Details.xml:
- Updated MSBuild, Roslyn, runtime, and optimization packages to latest from main
- Retained Arcade SDK 11.0.0-beta.26156.2 (net11-specific)
- Adopted main's restructured dependency format (source-build comments, removed obsolete packages)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Updated MSBuild to 18.6.0-preview-26162-01 from main.
Retained Arcade SDK 11.0.0-beta.26156.2 (net11-specific).
Adopted main's Source SHA and restructured dependency format.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…nflicts

Resolved 3 conflicts in eng/Version.Details.props, eng/Version.Details.xml,
and global.json - kept the net11 Arcade SDK (11.0.0-beta.26156.2) as intended
by this scouting branch.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The previous build (1334564) failed because the Linux CI agent lost
contact during test execution - not a code failure. Build 1334563
ran the same commit with all 39 jobs passing (including Linux).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep .NET 11 SDK/Arcade versions for feature/net11-scouting branch:
- global.json: SDK 11.0.100-preview.1.26104.118
- Arcade SDK: 11.0.0-beta.26156.2
- eng/Version.Details.props and .xml: matching versions

CI test failure (StartAsTaskCancellation) is a known flaky test
already fixed by PR #19274 - no code change needed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep .NET 11 Arcade SDK (11.0.0-beta.26156.2) and SDK version.
Take newer MSBuild (26163-03) and Roslyn (26163.11) from main.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
T-Gro and others added 30 commits April 15, 2026 09:24
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
* Update dependencies from https://github.com/dotnet/arcade build 20260425.1
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26211.1 -> To Version 11.0.0-beta.26225.1

* Fix build: replace removed arcade BuildReleasePackages.targets with PackageReference

The arcade SDK 11.0.0-beta.26225.1 removed tools/BuildReleasePackages.targets
(moved to toolset/). Replace the direct import with a PackageReference to
Microsoft.DotNet.NuGetRepack.Tasks, which provides the UsingTask for
UpdatePackageVersionTask through its build assets.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Disable NuGet package pruning in DependencyManager project template

The .NET 11 Preview 4 SDK enables NuGet package pruning by default,
which removes packages already provided by the shared framework. This
breaks FSI #r nuget resolution for packages like
Microsoft.Extensions.DependencyInjection.Abstractions. Disable pruning
in the generated project file so all user-requested packages are resolved.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix NuGet scripting resolution for framework-provided assemblies

In .NET 11 Preview 4+, several Microsoft.Extensions.* assemblies moved
into the shared framework (Microsoft.NETCore.App.Ref). When a NuGet
package's assemblies are superseded by the shared framework, they appear
in ReferencePath from the framework ref pack but not in
RuntimeCopyLocalItems. The DependencyManager's MSBuild target now
correctly discovers these assemblies:

- Use RestoreEnablePackagePruning (correct property name, was
  EnablePackagePruning which NuGet ignores) to ensure NuGet resolves
  actual package DLLs, triggering conflict resolution
- Add Update rule to mark framework conflict-resolution winners with
  AssetType=runtime so FSI can discover them via #r nuget resolution
- Guard the Update with a CopyLocal check to preserve existing behavior
  for packages that still have real runtime assets

Update test assertions to reflect that framework-provided assemblies
resolve to ref pack paths (not NuGet cache paths) and have no package
roots.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix test: expect 1 root (directly-requested package) instead of 0

On CI, NuGet generates Pkg* properties for resolved packages, which
the DependencyManager uses to find nuspec files and derive package
roots. The directly-requested package still provides its root; only
the transitive dependency root is gone (now framework-provided).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…501.2 (#19674)

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26225.1 -> To Version 11.0.0-beta.26251.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…/net11-scouting

# Conflicts:
#	eng/Version.Details.props
#	eng/Version.Details.xml
#	global.json
…lict

The merge from main into feature/net11-scouting produced duplicate
PackageReference and </ItemGroup> tags. This resolves the MSB4025 error
by using main's version of the PackageReference block.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Arcade 11 dropped the tools\netframework folder from
Microsoft.DotNet.NuGetRepack.Tasks. The package now auto-registers
its tasks via build/Microsoft.DotNet.NuGetRepack.Tasks.props.
The merge from main incorrectly kept the manual UsingTask
workaround that references the non-existent netframework path,
causing MSB4062 on all Windows CI jobs using .NET Framework MSBuild.

Also restore the PackageReleasePackages target override that existed
on feature/net11-scouting before the merge.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
…507.3 (#19712)

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26251.2 -> To Version 11.0.0-beta.26257.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…/net11-scouting

# Conflicts:
#	eng/Version.Details.props
#	eng/Version.Details.xml
#	global.json
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…515.4 (#19755)

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26257.3 -> To Version 11.0.0-beta.26265.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…/net11-scouting

# Conflicts:
#	eng/Version.Details.props
#	eng/Version.Details.xml
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
MSBuild 18.6.4 does not exist in any available feed. Update to
18.8.0-preview-26265-07 from main. Also update Roslyn from
5.8.0-1.26256.6 to 5.8.0-1.26267.4 from main.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
Reset patterns:
- global.json
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/Versions.props
- eng/common/**
- eng/TargetFrameworks.props
…uting

[automated] Merge branch 'main' => 'feature/net11-scouting'
…522.4 (#19799)

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26265.4 -> To Version 11.0.0-beta.26272.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

1 participant