Bump the nuget group with 15 updates by dependabot[bot] · Pull Request #1318 · Tyrrrz/DiscordChatExporter (original) (raw)
Bumps the nuget group with 16 updates:
| Package | From | To |
|---|---|---|
| CSharpier.MsBuild | 0.29.2 | 0.30.2 |
| FluentAssertions | 6.12.1 | 6.12.2 |
| Microsoft.Extensions.Configuration | 8.0.0 | 9.0.0 |
| Microsoft.Extensions.Configuration.EnvironmentVariables | 8.0.0 | 9.0.0 |
| Microsoft.Extensions.Configuration.UserSecrets | 8.0.1 | 9.0.0 |
| Microsoft.NET.Test.Sdk | 17.11.1 | 17.12.0 |
| Deorcify | 1.0.2 | 1.1.0 |
| AsyncKeyedLock | 7.0.2 | 7.1.4 |
| Polly | 8.4.2 | 8.5.0 |
| YoutubeExplode | 6.4.3 | 6.4.4 |
| Avalonia | 11.2.0 | 11.2.2 |
| Avalonia.Desktop | 11.2.0 | 11.2.2 |
| Avalonia.Diagnostics | 11.2.0 | 11.2.2 |
| Avalonia | 11.2.0 | 11.1.0 |
| Material.Avalonia | 3.7.4 | 3.8.0 |
| Microsoft.Extensions.DependencyInjection | 8.0.1 | 9.0.0 |
Updates CSharpier.MsBuild from 0.29.2 to 0.30.2
Release notes
Sourced from CSharpier.MsBuild's releases.
0.30.2
What's Changed
Collection expression inside a dictionary adds unexpected new line #1390
// input & expected output Dictionary<string, string[]> dictionary = new() { { "Key", [ "SomeValue__________________________________________", "SomeValue__________________________________________", ] }, }; // 0.30.1 Dictionary<string, string[]> dictionary = new() { { "Key", [ "SomeValue__________________________________________", "SomeValue__________________________________________", ] },
};
Failed syntax tree validation reported when trailing comma added before a trailing comment #1388
With the following code, CSharpier will add a trailing comma before the trailing comment.
CSharpier's syntax tree validation was incorrectly reporting this as a failure.// input var someObject = new SomeObject() { Property1 = 1, Property2 = 2 // Trailing Comment }; // output var someObject = new SomeObject() { Property1 = 1, Property2 = 2, // Trailing Comment };
0.30.0
Breaking Changes
... (truncated)
Changelog
Sourced from CSharpier.MsBuild's changelog.
# 0.30.2
What's Changed
Collection expression inside a dictionary adds unexpected new line #1390
// input & expected output Dictionary<string, string[]> dictionary = new() { { "Key", [ "SomeValue__________________________________________", "SomeValue__________________________________________", ] }, }; // 0.30.1 Dictionary<string, string[]> dictionary = new() { { "Key", [ "SomeValue__________________________________________", "SomeValue__________________________________________", ] },
};
Failed syntax tree validation reported when trailing comma added before a trailing comment #1388
With the following code, CSharpier will add a trailing comma before the trailing comment.
CSharpier's syntax tree validation was incorrectly reporting this as a failure.// input var someObject = new SomeObject() { Property1 = 1, Property2 = 2 // Trailing Comment }; // output var someObject = new SomeObject() { Property1 = 1, Property2 = 2, // Trailing Comment };
Full Changelog: belav/csharpier@0.30.1...0.30.2
0.30.1
... (truncated)
Commits
- 384f7a1 Releasing 0.30.2 (#1393)
- 576a75b Figuring out a way to get syntax tree validation happy when we add a … (#1392)
- e48c579 fixing another extra line issue (#1391)
- 84b775f VSCode Extension: Add diagnostics and code actions (#1376)
- 88e3d9b Use current
dotnethost instead of global (#1387) - b204505 fixing playground
- 4dd71fa formatting with 0.30.1 (#1386)
- fedc791 Releasing 0.30.1 (#1384)
- 6375fab revert tool command, this was supposed to be in 1.0.0 only (#1383)
- 0425539 Releasing 0.30.0 (#1381)
- Additional commits viewable in compare view
Updates FluentAssertions from 6.12.1 to 6.12.2
Release notes
Sourced from FluentAssertions's releases.
6.12.2
What's Changed
Others
- Better support for default interface and explicitly implemented properties by @dennisdoomen in fluentassertions/fluentassertions#2794
Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2
Commits
- c6cd85c Better support for default interface and explicitly implemented properties (#...
- See full diff in compare view
Updates Microsoft.Extensions.Configuration from 8.0.0 to 9.0.0
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
.NET 9.0.0
What's Changed
- [release/9.0] BinaryFormatter tests improvements by @adamsitnik in dotnet/runtime#107540
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#107474
- [release/9.0] Branding for GA by @carlossanlop in dotnet/runtime#107879
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#107914
- [release/9.0] Update dependencies from dotnet/icu by @dotnet-maestro in dotnet/runtime#107918
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#107916
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#107915
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#107938
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#107982
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#107983
- [release/9.0] Remove invalid assert in RSAOpenSsl by @github-actions in dotnet/runtime#107952
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in dotnet/runtime#107928
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in dotnet/runtime#107937
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#107984
- [release/9.0] Mitigate JsonObject performance regression. by @github-actions in dotnet/runtime#108014
- [release/9.0] Fix SG nullability annotations for required and init properties. by @github-actions in dotnet/runtime#108013
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108016
- [release/9.0] Treat -rtm as stable sdk version band by @lewing in dotnet/runtime#107997
- [release/9.0] dont try to capture threadId for NativeAOT by @github-actions in dotnet/runtime#108088
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in dotnet/runtime#108140
- [release/9.0] Fix createdump 'stack smashing detected' error on arm64 by @github-actions in dotnet/runtime#108208
- [release/9.0] [browser] Fix fingerprinting and loadAllSatelliteResources=true by @github-actions in dotnet/runtime#108198
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in dotnet/runtime#108006
- [release/9.0] More doc updates for source-of-truth assemblies by @carlossanlop in dotnet/runtime#108257
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#108142
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#108061
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#108192
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108193
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in dotnet/runtime#108194
- [release/9.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in dotnet/runtime#108139
- [release/9.0] Reduce funceval abort by @github-actions in dotnet/runtime#108256
- [release/9.0] Update sign-diagnostic-files.yml to skip dac sign in staging by @hoyosjs in dotnet/runtime#108218
- [release/9.0] Root the System.Runtime EventSource by @github-actions in dotnet/runtime#108348
- [release/9.0] Fixing SetSlice, Reshape, TryCopyTo. by @github-actions in dotnet/runtime#108282
- [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in dotnet/runtime#108141
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#108436
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108438
- [release/9.0] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in dotnet/runtime#108367
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in dotnet/runtime#108391
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#108437
- [release/9.0] Update System.Formats.Nrbf ref sources and restore package description by @github-actions in dotnet/runtime#108467
- [release/9.0] [aot] mono_aot_split_options: reset state after a backslash by @github-actions in dotnet/runtime#108212
- [release/9.0] Fix devirtualization across genericness in the hierarchy by @MichalStrehovsky in dotnet/runtime#108470
- [release/9.0] [cdac][cdac-build-tool] Don't let msbuild rewrite the resource name by @github-actions in dotnet/runtime#108296
- [release/9.0] Fix
InlineArrayswift lowering in mono by @jkurdek in dotnet/runtime#108483- [release/9.0] Backport PR #108311 - Fix statics issue with barriers by @davidwrighton in dotnet/runtime#108347
... (truncated)
Commits
- 9d5a6a9 Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'
- 7dab903 Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...
- 5f6da41 Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'
- 7b9e615 Bump downlevels for 9.0 (#109288)
- 0456c7e Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'
- 2b46f3a [release/9.0] Permit unencrypted key exports from CNG (#109134)
- 2df1137 Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'
- f9b6a51 Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...
- ab1c0fb Merge commit 'd5baa14e684167fabdd980ee16d307994398f912'
- d5baa14 [release/9.0] Initialize managed and native values in the ICustomMarshaler ma...
- Additional commits viewable in compare view
Updates Microsoft.Extensions.Configuration from 8.0.0 to 9.0.0
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
.NET 9.0.0
What's Changed
- [release/9.0] BinaryFormatter tests improvements by @adamsitnik in dotnet/runtime#107540
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#107474
- [release/9.0] Branding for GA by @carlossanlop in dotnet/runtime#107879
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#107914
- [release/9.0] Update dependencies from dotnet/icu by @dotnet-maestro in dotnet/runtime#107918
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#107916
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#107915
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#107938
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#107982
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#107983
- [release/9.0] Remove invalid assert in RSAOpenSsl by @github-actions in dotnet/runtime#107952
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in dotnet/runtime#107928
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in dotnet/runtime#107937
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#107984
- [release/9.0] Mitigate JsonObject performance regression. by @github-actions in dotnet/runtime#108014
- [release/9.0] Fix SG nullability annotations for required and init properties. by @github-actions in dotnet/runtime#108013
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108016
- [release/9.0] Treat -rtm as stable sdk version band by @lewing in dotnet/runtime#107997
- [release/9.0] dont try to capture threadId for NativeAOT by @github-actions in dotnet/runtime#108088
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in dotnet/runtime#108140
- [release/9.0] Fix createdump 'stack smashing detected' error on arm64 by @github-actions in dotnet/runtime#108208
- [release/9.0] [browser] Fix fingerprinting and loadAllSatelliteResources=true by @github-actions in dotnet/runtime#108198
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in dotnet/runtime#108006
- [release/9.0] More doc updates for source-of-truth assemblies by @carlossanlop in dotnet/runtime#108257
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#108142
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#108061
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#108192
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108193
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in dotnet/runtime#108194
- [release/9.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in dotnet/runtime#108139
- [release/9.0] Reduce funceval abort by @github-actions in dotnet/runtime#108256
- [release/9.0] Update sign-diagnostic-files.yml to skip dac sign in staging by @hoyosjs in dotnet/runtime#108218
- [release/9.0] Root the System.Runtime EventSource by @github-actions in dotnet/runtime#108348
- [release/9.0] Fixing SetSlice, Reshape, TryCopyTo. by @github-actions in dotnet/runtime#108282
- [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in dotnet/runtime#108141
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#108436
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108438
- [release/9.0] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in dotnet/runtime#108367
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in dotnet/runtime#108391
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#108437
- [release/9.0] Update System.Formats.Nrbf ref sources and restore package description by @github-actions in dotnet/runtime#108467
- [release/9.0] [aot] mono_aot_split_options: reset state after a backslash by @github-actions in dotnet/runtime#108212
- [release/9.0] Fix devirtualization across genericness in the hierarchy by @MichalStrehovsky in dotnet/runtime#108470
- [release/9.0] [cdac][cdac-build-tool] Don't let msbuild rewrite the resource name by @github-actions in dotnet/runtime#108296
- [release/9.0] Fix
InlineArrayswift lowering in mono by @jkurdek in dotnet/runtime#108483- [release/9.0] Backport PR #108311 - Fix statics issue with barriers by @davidwrighton in dotnet/runtime#108347
... (truncated)
Commits
- 9d5a6a9 Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'
- 7dab903 Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...
- 5f6da41 Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'
- 7b9e615 Bump downlevels for 9.0 (#109288)
- 0456c7e Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'
- 2b46f3a [release/9.0] Permit unencrypted key exports from CNG (#109134)
- 2df1137 Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'
- f9b6a51 Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...
- ab1c0fb Merge commit 'd5baa14e684167fabdd980ee16d307994398f912'
- d5baa14 [release/9.0] Initialize managed and native values in the ICustomMarshaler ma...
- Additional commits viewable in compare view
Updates Microsoft.Extensions.Configuration.EnvironmentVariables from 8.0.0 to 9.0.0
Release notes
Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.
.NET 9.0.0
What's Changed
- [release/9.0] BinaryFormatter tests improvements by @adamsitnik in dotnet/runtime#107540
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#107474
- [release/9.0] Branding for GA by @carlossanlop in dotnet/runtime#107879
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#107914
- [release/9.0] Update dependencies from dotnet/icu by @dotnet-maestro in dotnet/runtime#107918
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#107916
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#107915
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#107938
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#107982
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#107983
- [release/9.0] Remove invalid assert in RSAOpenSsl by @github-actions in dotnet/runtime#107952
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in dotnet/runtime#107928
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in dotnet/runtime#107937
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#107984
- [release/9.0] Mitigate JsonObject performance regression. by @github-actions in dotnet/runtime#108014
- [release/9.0] Fix SG nullability annotations for required and init properties. by @github-actions in dotnet/runtime#108013
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108016
- [release/9.0] Treat -rtm as stable sdk version band by @lewing in dotnet/runtime#107997
- [release/9.0] dont try to capture threadId for NativeAOT by @github-actions in dotnet/runtime#108088
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in dotnet/runtime#108140
- [release/9.0] Fix createdump 'stack smashing detected' error on arm64 by @github-actions in dotnet/runtime#108208
- [release/9.0] [browser] Fix fingerprinting and loadAllSatelliteResources=true by @github-actions in dotnet/runtime#108198
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in dotnet/runtime#108006
- [release/9.0] More doc updates for source-of-truth assemblies by @carlossanlop in dotnet/runtime#108257
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#108142
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#108061
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#108192
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108193
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in dotnet/runtime#108194
- [release/9.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in dotnet/runtime#108139
- [release/9.0] Reduce funceval abort by @github-actions in dotnet/runtime#108256
- [release/9.0] Update sign-diagnostic-files.yml to skip dac sign in staging by @hoyosjs in dotnet/runtime#108218
- [release/9.0] Root the System.Runtime EventSource by @github-actions in dotnet/runtime#108348
- [release/9.0] Fixing SetSlice, Reshape, TryCopyTo. by @github-actions in dotnet/runtime#108282
- [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in dotnet/runtime#108141
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#108436
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108438
- [release/9.0] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in dotnet/runtime#108367
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in dotnet/runtime#108391
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#108437
- [release/9.0] Update System.Formats.Nrbf ref sources and restore package description by @github-actions in dotnet/runtime#108467
- [release/9.0] [aot] mono_aot_split_options: reset state after a backslash by @github-actions in dotnet/runtime#108212
- [release/9.0] Fix devirtualization across genericness in the hierarchy by @MichalStrehovsky in dotnet/runtime#108470
- [release/9.0] [cdac][cdac-build-tool] Don't let msbuild rewrite the resource name by @github-actions in dotnet/runtime#108296
- [release/9.0] Fix
InlineArrayswift lowering in mono by @jkurdek in dotnet/runtime#108483- [release/9.0] Backport PR #108311 - Fix statics issue with barriers by @davidwrighton in dotnet/runtime#108347
... (truncated)
Commits
- 9d5a6a9 Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'
- 7dab903 Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...
- 5f6da41 Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'
- 7b9e615 Bump downlevels for 9.0 (#109288)
- 0456c7e Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'
- 2b46f3a [release/9.0] Permit unencrypted key exports from CNG (#109134)
- 2df1137 Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'
- f9b6a51 Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...
- ab1c0fb Merge commit 'd5baa14e684167fabdd980ee16d307994398f912'
- d5baa14 [release/9.0] Initialize managed and native values in the ICustomMarshaler ma...
- Additional commits viewable in compare view
Updates Microsoft.Extensions.Configuration from 8.0.0 to 9.0.0
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
.NET 9.0.0
What's Changed
- [release/9.0] BinaryFormatter tests improvements by @adamsitnik in dotnet/runtime#107540
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#107474
- [release/9.0] Branding for GA by @carlossanlop in dotnet/runtime#107879
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#107914
- [release/9.0] Update dependencies from dotnet/icu by @dotnet-maestro in dotnet/runtime#107918
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#107916
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#107915
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#107938
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#107982
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#107983
- [release/9.0] Remove invalid assert in RSAOpenSsl by @github-actions in dotnet/runtime#107952
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in dotnet/runtime#107928
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in dotnet/runtime#107937
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#107984
- [release/9.0] Mitigate JsonObject performance regression. by @github-actions in dotnet/runtime#108014
- [release/9.0] Fix SG nullability annotations for required and init properties. by @github-actions in dotnet/runtime#108013
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108016
- [release/9.0] Treat -rtm as stable sdk version band by @lewing in dotnet/runtime#107997
- [release/9.0] dont try to capture threadId for NativeAOT by @github-actions in dotnet/runtime#108088
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in dotnet/runtime#108140
- [release/9.0] Fix createdump 'stack smashing detected' error on arm64 by @github-actions in dotnet/runtime#108208
- [release/9.0] [browser] Fix fingerprinting and loadAllSatelliteResources=true by @github-actions in dotnet/runtime#108198
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in dotnet/runtime#108006
- [release/9.0] More doc updates for source-of-truth assemblies by @carlossanlop in dotnet/runtime#108257
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in dotnet/runtime#108142
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in dotnet/runtime#108061
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#108192
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108193
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in dotnet/runtime#108194
- [release/9.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in dotnet/runtime#108139
- [release/9.0] Reduce funceval abort by @github-actions in dotnet/runtime#108256
- [release/9.0] Update sign-diagnostic-files.yml to skip dac sign in staging by @hoyosjs in dotnet/runtime#108218
- [release/9.0] Root the System.Runtime EventSource by @github-actions in dotnet/runtime#108348
- [release/9.0] Fixing SetSlice, Reshape, TryCopyTo. by @github-actions in dotnet/runtime#108282
- [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in dotnet/runtime#108141
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in dotnet/runtime#108436
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in dotnet/runtime#108438
- [release/9.0] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in dotnet/runtime#108367
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in dotnet/runtime#108391
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in dotnet/runtime#108437
- [release/9.0] Update System.Formats.Nrbf ref sources and restore package description by @github-actions in dotnet/runtime#108467
- [release/9.0] [aot] mono_aot_split_options: reset state after a backslash by @github-actions in dotnet/runtime#108212
- [release/9.0] Fix devirtualization across genericness in the hierarchy by @MichalStrehovsky in dotnet/runtime#108470
- [release/9.0] [cdac][cdac-build-tool] Don't let msbuild rewrite the resource name by @github-actions in dotnet/runtime#108296
- [release/9.0] Fix
InlineArrayswift lowering in mono by @jkurdek in dotnet/runtime#108483- [release/9.0] Backport PR #108311 - Fix statics issue with barriers by @davidwrighton in dotnet/runtime#108347
... (truncated)
Commits
- 9d5a6a9 Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'
- 7dab903 Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...
- 5f6da41 Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'
- 7b9e615 Bump downlevels for 9.0 (#109288)
- 0456c7e Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'
- 2b46f3a [release/9.0] Permit unencrypted key exports from CNG (#109134)
- 2df1137 Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'
- f9b6a51 Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...