Remove closure allocation in SerilogLoggerProvider.#277
Merged
nblumhardt merged 2 commits intoserilog:devfrom Jun 4, 2025
Merged
Remove closure allocation in SerilogLoggerProvider.#277nblumhardt merged 2 commits intoserilog:devfrom
nblumhardt merged 2 commits intoserilog:devfrom
Conversation
nblumhardt
reviewed
Jun 3, 2025
Member
nblumhardt
left a comment
There was a problem hiding this comment.
This looks great, thanks for jumping through all the hoops required for this :-)
Since the logic is now spread between the method and the ScopeCollector helper type, what do you think of making it pull a little more weight, by making the ScopeItems property private, and shifting some more logic into it?
I've sketched a bit of what this might look like, but I didn't give much thought to whether Reverse() could be given a more intent-driven name, or whether the Complete() call might be more like bool TryComplete(out ...), etc.
src/Serilog.Extensions.Logging/Extensions/Logging/SerilogLoggerProvider.cs
Outdated
Show resolved
Hide resolved
src/Serilog.Extensions.Logging/Extensions/Logging/SerilogLoggerProvider.cs
Outdated
Show resolved
Hide resolved
src/Serilog.Extensions.Logging/Extensions/Logging/SerilogLoggerProvider.cs
Outdated
Show resolved
Hide resolved
Member
|
Thanks @AndreReise 👍 |
Merged
This was referenced Nov 21, 2025
Merged
evgenygunko
pushed a commit
to evgenygunko/Translations
that referenced
this pull request
Nov 22, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Serilog.Extensions.Logging](https://github.com/serilog/serilog-extensions-logging) | nuget | major | `9.0.2` -> `10.0.0` | --- ### Release Notes <details> <summary>serilog/serilog-extensions-logging (Serilog.Extensions.Logging)</summary> ### [`v10.0.0`](https://github.com/serilog/serilog-extensions-logging/releases/tag/v10.0.0) #### What's Changed - Remove closure allocation in SerilogLoggerProvider. by [@​AndreReise](https://github.com/AndreReise) in serilog/serilog-extensions-logging#277 - Add a `net10.0` target by [@​nblumhardt](https://github.com/nblumhardt) in serilog/serilog-extensions-logging#282 **Full Changelog**: serilog/serilog-extensions-logging@v9.0.2...v10.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or PR is renamed to start with "rebase!". 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
This was referenced Nov 22, 2025
This was referenced Dec 26, 2025
This was referenced Jan 2, 2026
mregen
pushed a commit
to mregen/UA-.NetStandard
that referenced
this pull request
Jan 7, 2026
Updated [Microsoft.AspNetCore.Http](https://github.com/dotnet/aspnetcore) from 2.3.0 to 2.3.8. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.Http's releases](https://github.com/dotnet/aspnetcore/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/aspnetcore/commits). </details> Updated [Microsoft.AspNetCore.Server.Kestrel](https://github.com/dotnet/aspnetcore) from 2.3.0 to 2.3.8. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.Server.Kestrel's releases](https://github.com/dotnet/aspnetcore/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/aspnetcore/commits). </details> Updated [Microsoft.AspNetCore.Server.Kestrel.Core](https://github.com/dotnet/aspnetcore) from 2.3.6 to 2.3.8. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.Server.Kestrel.Core's releases](https://github.com/dotnet/aspnetcore/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/aspnetcore/commits). </details> Updated [Microsoft.AspNetCore.Server.Kestrel.Https](https://github.com/dotnet/aspnetcore) from 2.3.0 to 2.3.8. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.Server.Kestrel.Https's releases](https://github.com/dotnet/aspnetcore/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/aspnetcore/commits). </details> Updated [Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets](https://github.com/dotnet/aspnetcore) from 2.3.0 to 2.3.8. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets's releases](https://github.com/dotnet/aspnetcore/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/aspnetcore/commits). </details> Updated [Microsoft.Extensions.Configuration](https://github.com/dotnet/dotnet) from 9.0.9 to 10.0.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Configuration's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.5.25277.114 You can build .NET 10.0 Preview 5 from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.4.25258.110 You can build .NET 10.0 Preview 4 from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.3.25171.5 You can build .NET 10.0 Preview 3 from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.2.25163.2 You can build .NET 10.0 Preview 2 from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.1.25080.5 You can build .NET 10.0 Preview 1 from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.112 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.111 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.110 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.109 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.101 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/dotnet) from 9.0.9 to 10.0.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Configuration.EnvironmentVariables's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.5.25277.114 You can build .NET 10.0 Preview 5 from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.4.25258.110 You can build .NET 10.0 Preview 4 from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.3.25171.5 You can build .NET 10.0 Preview 3 from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.2.25163.2 You can build .NET 10.0 Preview 2 from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 10.0.0-preview.1.25080.5 You can build .NET 10.0 Preview 1 from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.112 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.111 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.110 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.109 <!-- This file is a template for a GitHub release notes post. --> <!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body. --> You can build .NET 9.0 from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 ## 9.0.101 You can build .NET 9.0 from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.Extensions.Logging](https://github.com/dotnet/dotnet) from 10.0.0 to 10.0.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Logging's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [NUnit](https://github.com/nunit/nunit) from 4.3.2 to 4.4.0. <details> <summary>Release notes</summary> _Sourced from [NUnit's releases](https://github.com/nunit/nunit/releases)._ ## 4.4.0 See [release notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-440---aug-6-2025) for details. Commits viewable in [compare view](nunit/nunit@4.3.2...4.4.0). </details> Updated [NUnit.Console](https://github.com/nunit/nunit-console) from 3.20.1 to 3.22.0. <details> <summary>Release notes</summary> _Sourced from [NUnit.Console's releases](https://github.com/nunit/nunit-console/releases)._ ## 3.22.0 As part of this release we had [4 issues](https://github.com/nunit/nunit-console/milestone/48?closed=1) closed. __Bugs__ - [__#1795__](nunit/nunit-console#1795) Assembly loading move to AssemblyLoadContext for net8 and higher - [__#1796__](nunit/nunit-console#1796) Assembly load logic changes in v6 - [__#1797__](nunit/nunit-console#1797) Issue with assembly load context changes in NUnit3TestAdapter v6 & Microsoft.Build.dll dynamic loading __Feature__ - [__#1807__](nunit/nunit-console#1807) Add support for MTP ### Choosing a Package The package `nunit-console-runner.nupkg` is a Chocolatey package and should be installed using `choco.exe`. It is also available at [chocolatey.org](https://chocolatey.org/packages/nunit-console-runner/). All other `.nupkg` packages are intended for use with `nuget.exe` and may be downloaded from [nuget.org](https://nuget.org) as well as here. ### SHA256 Hashes of the release artifacts - `640d189dc445640fbfbe4d75e643aa3def4fe116b283c8deba44879ac9d3b60d` `NUnit.ConsoleRunner.3.22.0.nupkg` - `ec84c90b2d858e1dd6544673ec4a5a35145060a6fd52df34b08a4dce272971c1` `NUnit.Console.3.22.0.nupkg` - `4344ec3833f508c4ef5480d10dc2d5fa33a4366f0cc84fd500d9d2b564857aa5` `NUnit.ConsoleRunner.NetCore.3.22.0.nupkg` - `d338f464ce56d99d02eec21359334729750fab47f5b4b91435ffad5a0151484c` `nunit-console-runner.3.22.0.nupkg` - `dcb23a75d9431b051aedbb1592ebef0bc8751920f542b8466eca90c9ab9d5962` `NUnit.Console-3.22.0.zip` - `b5041f92860f250c4f1c44dcf61b189a1d8446687e15afd0f7c96429dee3ef96` `NUnit.Engine.3.22.0.nupkg` - `99482cbfe661544fa20f93631501b50a72a59cf6674e59ec4f1a907a3d9ac1ce` `NUnit.Engine.Api.3.22.0.nupkg` ## 3.21.1 As part of this release we had [2 commits](nunit/nunit-console@3.21.0...3.21.1) which resulted in [3 issues](https://github.com/nunit/nunit-console/milestone/47?closed=1) being closed. __Bugs__ - [__#1795__](nunit/nunit-console#1795) Assembly loading move to AssemblyLoadContext for net8 and higher - [__#1796__](nunit/nunit-console#1796) Assembly load logic changes in v6 - [__#1797__](nunit/nunit-console#1797) Issue with assembly load context changes in NUnit3TestAdapter v6 & Microsoft.Build.dll dynamic loading ### Choosing a Package The package `nunit-console-runner.nupkg` is a Chocolatey package and should be installed using `choco.exe`. It is also available at [chocolatey.org](https://chocolatey.org/packages/nunit-console-runner/). All other `.nupkg` packages are intended for use with `nuget.exe` and may be downloaded from [nuget.org](https://nuget.org) as well as here. ## 3.21.0 As part of this release we had [3 issues](https://github.com/nunit/nunit-console/milestone/46?closed=1) closed. __Bug__ - [__#1761__](nunit/nunit-console#1761) Engine crashes if unrelated .addins file is found in the output directory __Enhancements__ - [__#1777__](nunit/nunit-console#1777) Add .NET 10.0 agent and remove .NET 6.0 agent - [__#1779__](nunit/nunit-console#1779) `TypeInitializationException` in `TestAssemblyResolver` Targeting .NET 10 ### Choosing a Package The package `nunit-console-runner.nupkg` is a Chocolatey package and should be installed using `choco.exe`. It is also available at [chocolatey.org](https://chocolatey.org/packages/nunit-console-runner/). All other `.nupkg` packages are intended for use with `nuget.exe` and may be downloaded from [nuget.org](https://nuget.org) as well as here. ### SHA256 Hashes of the release artifacts - `9c956198847654c5590358e79872ad6978857c0bcedf7c54e2ad50227c69752c` `NUnit.ConsoleRunner.3.21.0.nupkg` - `c70095385daf469887992d1c3c2247a83ecf4f8c66fd070b53ebcfdc9fb4a45d` `NUnit.Console.3.21.0.nupkg` - `21cb04c94b9b3ff2661a44073436e9814882a9af2a47e8097d640f9e4bf1082c` `NUnit.ConsoleRunner.NetCore.3.21.0.nupkg` - `138a2786cb4d16603c970d1310a05b80e2ddb1f6694ae0424df4370f0bdc2338` `nunit-console-runner.3.21.0.nupkg` - `4d0233066ca7edead3e05c62cad4cda45bf73cf3b8454c344636ac4300541a6c` `NUnit.Console-3.21.0.zip` - `9b7b462db0990dbcf65afaf0422998a67d5f3b439741044183b4fa783f6b940e` `NUnit.Engine.3.21.0.nupkg` - `7f4d800f77da7adf807ccc8c858ccdb119d11b9312bf1962d85b0eddbdd03bba` `NUnit.Engine.Api.3.21.0.nupkg` ## 3.20.2 As part of this release we had [478 commits](nunit/nunit-console@3.20.1...3.20.2) which resulted in [1 issue](https://github.com/nunit/nunit-console/milestone/45?closed=1) being closed. __Bug__ - [__#1757__](nunit/nunit-console#1757) Attempting to execute a native assembly crashes the runner ### Choosing a Package The package `nunit-console-runner.nupkg` is a Chocolatey package and should be installed using `choco.exe`. It is also available at [chocolatey.org](https://chocolatey.org/packages/nunit-console-runner/). All other `.nupkg` packages are intended for use with `nuget.exe` and may be downloaded from [nuget.org](https://nuget.org) as well as here. ### SHA256 Hashes of the release artifacts - `74d9fb694028ea31013584157c18cd34711a48f12e78ec103a1877624faf90b9` `NUnit.ConsoleRunner.3.20.2.nupkg` - `aef60a87d72356b7f71af4970367da16cacc1e67c3a63bb8c6cd3a8baab2a191` `NUnit.Console.3.20.2.nupkg` - `3e82258ca4520da78a5d329fb05fa5357ec20e1194b8ac5b5e54b31a69437a13` `NUnit.ConsoleRunner.NetCore.3.20.2.nupkg` - `07b473249f4955dbf5c942466291b2e2f036d2a0e004072623397400dd95c580` `nunit-console-runner.3.20.2.nupkg` - `2586870f0e87e1ab075298701b82e8011b4ac52ac1d32e1dc543d72f6f9134fa` `NUnit.Console-3.20.2.zip` - `11ef8208f37608d14dfd203fc0cfd926a11bc4663a2bb8fc87263508c0533eb0` `NUnit.Engine.3.20.2.nupkg` - `d912796b40558e50a179b2af4eff5f4f7dd44540718dca7c6d5964b0e1210b08` `NUnit.Engine.Api.3.20.2.nupkg` Commits viewable in [compare view](nunit/nunit-console@3.20.1...3.22.0). </details> Updated [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 5.0.0 to 6.0.1. <details> <summary>Release notes</summary> _Sourced from [NUnit3TestAdapter's releases](https://github.com/nunit/nunit3-vs-adapter/releases)._ ## 6.0.1 See [release notes](https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html) ## 6.0.0 See [release notes](https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html) ## 5.2.0 See [release notes](https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html) ## 5.1.0 See [release notes](https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html) Commits viewable in [compare view](nunit/nunit3-vs-adapter@V5.0.0...V6.0.1). </details> Updated [Serilog.Extensions.Logging](https://github.com/serilog/serilog-extensions-logging) from 9.0.2 to 10.0.0. <details> <summary>Release notes</summary> _Sourced from [Serilog.Extensions.Logging's releases](https://github.com/serilog/serilog-extensions-logging/releases)._ ## 10.0.0 ## What's Changed * Remove closure allocation in SerilogLoggerProvider. by @AndreReise in serilog/serilog-extensions-logging#277 * Add a `net10.0` target by @nblumhardt in serilog/serilog-extensions-logging#282 **Full Changelog**: serilog/serilog-extensions-logging@v9.0.2...v10.0.0 Commits viewable in [compare view](serilog/serilog-extensions-logging@v9.0.2...v10.0.0). </details> Updated [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console) from 6.0.0 to 6.1.1. <details> <summary>Release notes</summary> _Sourced from [Serilog.Sinks.Console's releases](https://github.com/serilog/serilog-sinks-console/releases)._ ## 6.1.1 ## What's Changed * Report the number of escape characters formatted into themed sequence rendering by @nblumhardt in serilog/serilog-sinks-console#136 **Full Changelog**: serilog/serilog-sinks-console@v6.1.0...v6.1.1 ## 6.1.0 * #165 - support for `{UtcTimestamp}` in output templates (@ManuelRin) * #172, #173 - switch build to Serilog org standard (@nblumhardt) Commits viewable in [compare view](serilog/serilog-sinks-console@v6.0.0...v6.1.1). </details> Updated [System.Text.Json](https://github.com/dotnet/dotnet) from 10.0.0 to 10.0.1. <details> <summary>Release notes</summary> _Sourced from [System.Text.Json's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Jan 26, 2026
This was referenced Feb 5, 2026
This was referenced Feb 16, 2026
This was referenced Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #276 issue
BEFORE
AFTER