Skip to content
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e397f1d
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Dec 15, 2025
4ec2205
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Dec 15, 2025
4f955cf
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Dec 15, 2025
69f7ae4
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Dec 16, 2025
1a13d45
Update dependencies from https://github.com/dotnet/razor build 202512…
dotnet-maestro[bot] Dec 28, 2025
98c739b
Update branding to 9.0.114
vseanreesermsft Jan 5, 2026
7f79a3e
Update dependencies from https://github.com/dotnet/source-build-refer…
dotnet-maestro[bot] Jan 6, 2026
2c13d57
Merge branch 'release/9.0.1xx' into branding-9.0.114-2026-01-05-1034-…
DonnaChen888 Jan 7, 2026
c2443b3
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-e141e15b-5ac…
DonnaChen888 Jan 7, 2026
44c336b
Update helixTargetQueue to osx.15.amd64
marcpopMSFT Jan 7, 2026
f30833f
Update helixTargetQueue to osx.15.amd64.open
marcpopMSFT Jan 7, 2026
a36d2ea
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Jan 8, 2026
739daca
Ignore warning: -ld_classic is deprecated and will be removed in a fu…
DonnaChen888 Jan 8, 2026
a436b5e
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-a283dc1c-8a4…
DonnaChen888 Jan 8, 2026
dd33a9a
Update dependencies from https://github.com/dotnet/source-build-exter…
dotnet-maestro[bot] Jan 7, 2026
feeb179
Update branding to 9.0.114 (#52313)
marcpopMSFT Jan 8, 2026
6285b45
Update dependencies from https://github.com/dotnet/arcade build 20251…
dotnet-maestro[bot] Dec 10, 2025
2422bdd
Update dependencies from https://github.com/dotnet/arcade build 20251…
dotnet-maestro[bot] Dec 12, 2025
5c0edf3
Update dependencies from https://github.com/dotnet/arcade build 20251…
dotnet-maestro[bot] Dec 27, 2025
6230a8b
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-e141e15b-5ac…
DonnaChen888 Jan 9, 2026
47edf73
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-a283dc1c-8a4…
DonnaChen888 Jan 9, 2026
e886d19
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-9741c188-dc3…
DonnaChen888 Jan 9, 2026
193757a
[release/9.0.1xx] Update dependencies from dotnet/arcade (#52099)
DonnaChen888 Jan 9, 2026
16e4389
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-9741c188-dc3…
DonnaChen888 Jan 9, 2026
19a0770
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-e141e15b-5ac…
DonnaChen888 Jan 9, 2026
3e5573c
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-a283dc1c-8a4…
DonnaChen888 Jan 9, 2026
1f571f8
[release/9.0.1xx] Update dependencies from dotnet/roslyn-analyzers (#…
DonnaChen888 Jan 9, 2026
5ad33aa
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-a283dc1c-8a4…
DonnaChen888 Jan 9, 2026
ed11d35
[release/9.0.1xx] Update dependencies from dotnet/razor (#52289)
DonnaChen888 Jan 9, 2026
364c48a
[release/9.0.1xx] Update dependencies from dotnet/source-build-refere…
DonnaChen888 Jan 9, 2026
5c35e2f
Reset files to release/9.0.3xx
github-actions[bot] Jan 9, 2026
87220cb
Merge branch 'release/9.0.3xx' of https://github.com/dotnet/sdk into …
Jan 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_enabled(string
.And.NotHaveStdOutContaining("IL2026")
.And.NotHaveStdErrContaining("NETSDK1179")
.And.NotHaveStdErrContaining("warning")
.And.NotHaveStdOutContaining("warning");
.And.NotHaveStdOutContaining("warning", new[] { "ld: warning: -ld_classic is deprecated and will be removed in a future release" });

var buildProperties = testProject.GetPropertyValues(testAsset.TestRoot, targetFramework);
var rid = buildProperties["NETCoreSdkPortableRuntimeIdentifier"];
Expand Down
Loading