This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Bump the dependencies group with 11 updates#16
Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
Open
Bump the dependencies group with 11 updates#16dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps BenchmarkDotNet from 0.14.0 to 0.15.8 Bumps BouncyCastle.Cryptography from 2.5.1 to 2.6.2 Bumps coverlet.collector from 6.0.4 to 8.0.0 Bumps coverlet.msbuild from 6.0.4 to 8.0.0 Bumps GitHubActionsTestLogger from 2.4.1 to 3.0.1 Bumps Meziantou.Analyzer from 2.0.188 to 3.0.18 Bumps Microsoft.Extensions.Logging.Console from 9.0.3 to 10.0.3 Bumps MSTest from 3.8.3 to 4.1.0 Bumps Nerdbank.GitVersioning from 3.7.115 to 3.9.50 Bumps SonarAnalyzer.CSharp from 10.7.0.110445 to 10.20.0.135146 Bumps Testcontainers from 4.3.0 to 4.10.0 --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: BouncyCastle.Cryptography dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverlet.collector dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: coverlet.msbuild dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: GitHubActionsTestLogger dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Meziantou.Analyzer dependency-version: 3.0.18 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: MSTest dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Nerdbank.GitVersioning dependency-version: 3.9.50 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: SonarAnalyzer.CSharp dependency-version: 10.20.0.135146 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Updated BenchmarkDotNet from 0.14.0 to 0.15.8.
Release notes
Sourced from BenchmarkDotNet's releases.
0.15.8
This release adds OpenMetrics exporter support for Prometheus-compatible metrics export, improves the Roslyn analyzers with multi-target support and better type checking, and fixes several bugs including process deadlocks and WASM trimming issues.
Features
NO_COLORenvironment variable support for disabling console colors (#2870)Improvements
[DynamicallyAccessedMembers]attribute polyfill (#2883)AsyncProcessOutputReaderfor cleaner process output handling (#2878)Bug Fixes
BenchmarkRunner.Run<T>()with arguments on invalid benchmark type (#2880, fixes #2724)Internal
#if-#endifpreprocessor directives using PolySharp polyfills (#2881)Full Changelog: dotnet/BenchmarkDotNet@v0.15.7...v0.15.8
0.15.7
This release introduces Roslyn analyzers to catch incorrect BenchmarkDotNet usage at compile time, improves .NET Framework version detection, and updates OS detection support.
Features
[Arguments],[Params], and[ParamsAllValues]attribute usage[GenericTypeArguments]requirementsBenchmarkRunner.RuninvocationsImprovements
TargetFrameworkAttribute(#2682)OsBrandHelperBug Fixes
TestCaseFilterfor the test adapterInternal
release.yamlFull Changelog: dotnet/BenchmarkDotNet@v0.15.6...v0.15.7
0.15.6
v0.15.6
This release adds ref struct parameter support for
[ArgumentsSource], fixes Native AOT runtime moniker resolution, and upgrades to Perfolizer 0.6.0 with the new Pragmastat statistical engine.Features
[ArgumentsSource]attribute, enablingSpan<T>andReadOnlySpan<char>parameters (#2849)Bug Fixes
Improvements
Documentation
Internal
Full Changelog: dotnet/BenchmarkDotNet@v0.15.5...v0.15.6
0.15.5
This release fixes job naming consistency when using
--runtimes, clamps histogram bin bounds to avoid confusing negative values, and reduces output directory clutter by filtering unnecessary runtime and satellite assembly files.Features
Bug Fixes
SimpleJobAttributeand--runtimesCLI option (#2841)Internal
workflow_dispatchfor test workflow (#2835)Full Changelog: dotnet/BenchmarkDotNet@v0.15.4...v0.15.5
0.15.4
This release fixes issues with
ParamsSourceattribute resolution in inheritance scenarios and corrects a MSBuild syntax error in the TestAdapter.Bug Fixes
[ParamsSource]to resolve overridden methods and properties in derived classes (#2832)TestTfmsInParallelproperty that prevented Visual Studio from loading projects (#2831)Full Changelog: dotnet/BenchmarkDotNet@v0.15.3...v0.15.4
0.15.3
This release brings .NET 10 NativeAOT instruction set support, improved CPU detection on Windows when WMIC is unavailable, test adapter filtering, and numerous bug fixes.
Breaking Changes
.WithNuget()job extension in favor of.WithMsBuildArguments()(#2812)Features
Improvements
IsNetCoreandIsNativeAOTdetection for single-file apps without AOT (#2799)--nodeReuse:falsefor dotnet CLI commands to improve build isolation (#2814)Bug Fixes
ArgumentsSourceon external types not working if the argument type is not primitive (#2820)EtwProfilerfor file paths slightly under 260 characters (#2808)EventProcessor.OnEndValidationStagenot being called when critical validation errors occur (#2816)XmlExceptionthrown whenTextReader.Nullis passed toAppConfigGenerator(#2817)NativeMemoryLogParserprogram name matching (#2795)BuildPlots.RInternal
MemoryDiagnosertests on macOS (#2813)TimeConsumingBenchmarkclass to reduce test timeBenchmarkDotNetDiagnoserspackage version (#2805)GenerateProgramFile(#2802)Full Changelog: dotnet/BenchmarkDotNet@v0.15.2...v0.15.3
0.15.2
This release improves memory allocation measurement accuracy and adds new features for job ordering and runtime validation.
Features
JobOrderPolicyoption to sort jobs in numeric order instead of ordinal order (#2770)RuntimeValidatorto detect benchmarks with null runtime configuration (#2771)Improvements
Bug Fixes
Internal
--force-clonefor docs-fetch in generate-gh-pages workflowworkflow_dispatchfor publish-nightly workflowdocs/_changelogfolder from main branch (migrated to docs-changelog branch)Full Changelog: dotnet/BenchmarkDotNet@v0.15.1...v0.15.2
0.15.1
A maintenance release with improved cross-platform compatibility, a new feature for referencing external types in source attributes, and several bug fixes for ARM CPUs and unsupported operating systems.
Features
[ArgumentsSource]and[ParamsSource]to reference methods in other types via new constructor overload:[ArgumentsSource(typeof(MyClass), nameof(MyClass.Values))](#2748)Bug Fixes
REASON_CONTEXTto use proper union structure (#2745, #2756)Console.CancelKeyPresscrash on platforms that don't support it (Android, iOS, tvOS, WASM) (#2739, #2741)CpuInfo.Unknown(#2740).slnxsolution file format when searching for solution files (#2764)Improvements
ExporterBase.GetArtifactFullNameaccessibility modifier more permissiveInternal
docs-changelogbranch (#93d12c42)Full Changelog: dotnet/BenchmarkDotNet@v0.15.0...v0.15.1
0.15.0
BenchmarkDotNet v0.15.0 brings .NET 10 support, a new WakeLock feature to prevent system sleep during benchmarks, improved engine internals for more consistent measurements, and numerous bug fixes and improvements.
Features
[WakeLock]attribute and--wakeLockCLI option to prevent the system from entering sleep mode while benchmarks are running (#2670)RuntimeMoniker.Net10,NativeAot10, andMono10with full toolchain support (#2642)Platform.RiscV64for RISC-V 64-bit architecture (#2644, #2647)requiredproperties (#2579)ConfigOptions.DisableParallelBuildoption to force sequential builds (#2725)ThreadingDiagnoserandExceptionDiagnosernow support configuration to hide columns when metrics have no values (#2673)Improvements
IEngineStageEvaluatorfor more consistent instruction location and simpler code (#2688)InProcessNoEmitRunnerwith NativeAOT (#2702)ParamsAttribute.Valuessetter is now protected instead of private (#2716)ClrMdV3Disassembler(#2488)Perfonarexporters replacingPhdexportersBug Fixes
IlcGenerateCompleteTypeMetadataand updated flag names (#2616)Breaking Changes
[PhdExporter]→[PerfonarExporter],PhdJsonExporter→PerfonarJsonExporter,PhdMdExporter→PerfonarMdExporterDocumentation
... (truncated)
Commits viewable in compare view.
Updated BouncyCastle.Cryptography from 2.5.1 to 2.6.2.
Release notes
Sourced from BouncyCastle.Cryptography's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated coverlet.collector from 6.0.4 to 8.0.0.
Release notes
Sourced from coverlet.collector's releases.
8.0.0
Special Thanks: A huge thank you to @Bertk for driving the majority of the work in this release! 🎉
Fixed
Improvements
Diff between 6.0.4 and 8.0.0
Commits viewable in compare view.
Updated coverlet.msbuild from 6.0.4 to 8.0.0.
Release notes
Sourced from coverlet.msbuild's releases.
8.0.0
Special Thanks: A huge thank you to @Bertk for driving the majority of the work in this release! 🎉
Fixed
Improvements
Diff between 6.0.4 and 8.0.0
Commits viewable in compare view.
Updated GitHubActionsTestLogger from 2.4.1 to 3.0.1.
Release notes
Sourced from GitHubActionsTestLogger's releases.
3.0.1
Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0...3.0.1
3.0
Configuration breaking changes
@trait.XYZreplacement token has been removed.See the readme for updated usage instructions.
What's Changed
Microsoft.Testing.Platformby @Tyrrrz in Add support forMicrosoft.Testing.PlatformTyrrrz/GitHubActionsTestLogger#53New Contributors
Full Changelog: Tyrrrz/GitHubActionsTestLogger@2.4.1...3.0
Commits viewable in compare view.
Updated Meziantou.Analyzer from 2.0.188 to 3.0.18.
Release notes
Sourced from Meziantou.Analyzer's releases.
3.0.18
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.18
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.17...3.0.18
3.0.17
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.17
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.16...3.0.17
3.0.16
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.16
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.15...3.0.16
3.0.15
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.15
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.14...3.0.15
3.0.14
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.14
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.13...3.0.14
3.0.13
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.13
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.12...3.0.13
3.0.12
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.12
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.11...3.0.12
3.0.11
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.11
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.10...3.0.11
3.0.10
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.10
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.9...3.0.10
3.0.9
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.9
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.8...3.0.9
3.0.8
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.8
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.7...3.0.8
3.0.7
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.7
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.6...3.0.7
3.0.6
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.6
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.5...3.0.6
3.0.5
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.5
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.4...3.0.5
3.0.4
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.4
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.3...3.0.4
3.0.3
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.3
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.2...3.0.3
3.0.2
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.2
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.1...3.0.2
3.0.1
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.1
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.302...3.0.1
2.0.302
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.302
Full Changelog: meziantou/Meziantou.Analyzer@2.0.301...2.0.302
2.0.301
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.301
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.300...2.0.301
2.0.300
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.300
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.299...2.0.300
2.0.299
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.299
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.298...2.0.299
2.0.298
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.298
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.297...2.0.298
2.0.297
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.297
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.296...2.0.297
2.0.296
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.296
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.295...2.0.296
2.0.295
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.295
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.294...2.0.295
2.0.294
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.294
Full Changelog: meziantou/Meziantou.Analyzer@2.0.293...2.0.294
2.0.293
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.293
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.292...2.0.293
2.0.292
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.292
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.291...2.0.292
2.0.291
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.291
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.290...2.0.291
2.0.290
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.290
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.289...2.0.290
2.0.289
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.289
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.288...2.0.289
2.0.288
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.288
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.287...2.0.288
2.0.287
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.287
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.286...2.0.287
2.0.286
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.286
Full Changelog: meziantou/Meziantou.Analyzer@2.0.285...2.0.286
2.0.285
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.285
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.284...2.0.285
2.0.284
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.284
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.283...2.0.284
2.0.283
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.283
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.282...2.0.283
2.0.282
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.282
Full Changelog: meziantou/Meziantou.Analyzer@2.0.281...2.0.282
2.0.281
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.281
Full Changelog: meziantou/Meziantou.Analyzer@2.0.280...2.0.281
2.0.280
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.280
Full Changelog: meziantou/Meziantou.Analyzer@2.0.279...2.0.280
2.0.279
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.279
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.278...2.0.279
2.0.278
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.278
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.277...2.0.278
2.0.277
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.277
Full Changelog: meziantou/Meziantou.Analyzer@2.0.276...2.0.277
2.0.276
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.276
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.275...2.0.276
2.0.275
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.275
Full Changelog: meziantou/Meziantou.Analyzer@2.0.274...2.0.275
2.0.274
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.274
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.273...2.0.274
2.0.273
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.273
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.272...2.0.273
2.0.272
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.272
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.271...2.0.272
2.0.271
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.271
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.270...2.0.271
2.0.270
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.270
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.269...2.0.270
2.0.269
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.269
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.268...2.0.269
2.0.268
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.268
Full Changelog: meziantou/Meziantou.Analyzer@2.0.267...2.0.268
2.0.267
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.267
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.266...2.0.267
2.0.266
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.266
Full Changelog: meziantou/Meziantou.Analyzer@2.0.265...2.0.266
2.0.265
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.265
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.264...2.0.265
2.0.264
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.264
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.263...2.0.264
2.0.263
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.263
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.262...2.0.263
2.0.262
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.262
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.261...2.0.262
2.0.261
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.261
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.260...2.0.261
2.0.260
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.260
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.259...2.0.260
2.0.259
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.259
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.258...2.0.259
2.0.258
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.258
Full Changelog: meziantou/Meziantou.Analyzer@2.0.257...2.0.258
2.0.257
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.257
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.256...2.0.257
2.0.256
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.256
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.255...2.0.256
2.0.255
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.255
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.254...2.0.255
2.0.254
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.254
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.253...2.0.254
2.0.253
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.253
Full Changelog: meziantou/Meziantou.Analyzer@2.0.252...2.0.253
2.0.252
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.252
What's Changed
NamedParameterAnalyzerto handle language version checks for C# 14 by @meziantou in UpdatedNamedParameterAnalyzerto handle language version checks for C# 14 meziantou/Meziantou.Analyzer#925Full Changelog: meziantou/Meziantou.Analyzer@2.0.251...2.0.252
2.0.251
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.251
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.250...2.0.251
2.0.250
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.250
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.249...2.0.250
2.0.249
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.249
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.248...2.0.249
2.0.248
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.248
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.247...2.0.248
2.0.247
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.247
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.246...2.0.247
2.0.246
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.246
Full Changelog: meziantou/Meziantou.Analyzer@2.0.245...2.0.246
2.0.245
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.245
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.244...2.0.245
2.0.244
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.244
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.243...2.0.244
2.0.243
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.243
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.242...2.0.243
2.0.242
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.242
Full Changelog: meziantou/Meziantou.Analyzer@2.0.241...2.0.242
2.0.241
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.241
Full Changelog: meziantou/Meziantou.Analyzer@2.0.240...2.0.241
2.0.240
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.240
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.239...2.0.240
2.0.239
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.239
Full Changelog: meziantou/Meziantou.Analyzer@2.0.238...2.0.239
2.0.238
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.238
Full Changelog: meziantou/Meziantou.Analyzer@2.0.237...2.0.238
2.0.237
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.237
Full Changelog: meziantou/Meziantou.Analyzer@2.0.236...2.0.237
2.0.236
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.236
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.235...2.0.236
2.0.235
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.235
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.234...2.0.235
2.0.234
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.234
Full Changelog: meziantou/Meziantou.Analyzer@2.0.233...2.0.234
2.0.233
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.233
Full Changelog: meziantou/Meziantou.Analyzer@2.0.232...2.0.233
2.0.232
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.232
Full Changelog: meziantou/Meziantou.Analyzer@2.0.231...2.0.232
2.0.231
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.231
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.230...2.0.231
2.0.230
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.230
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.229...2.0.230
2.0.229
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.229
Full Changelog: meziantou/Meziantou.Analyzer@2.0.228...2.0.229
2.0.228
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.228
Full Changelog: meziantou/Meziantou.Analyzer@2.0.227...2.0.228
2.0.227
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.227
Full Changelog: meziantou/Meziantou.Analyzer@2.0.226...2.0.227
2.0.226
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.226
Full Changelog: meziantou/Meziantou.Analyzer@2.0.225...2.0.226
2.0.225
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.225
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.224...2.0.225
2.0.224
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.224
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.223...2.0.224
2.0.223
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.223
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.222...2.0.223
2.0.222
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.222
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.221...2.0.222
2.0.221
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.221
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.220...2.0.221
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging.Console from 9.0.3 to 10.0.3.
Release notes
Sourced from Microsoft.Extensions.Logging.Console's 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.103and following the build instructions in the main README.md.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.
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.114and following the build instructions in the main README.md.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.
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.110and following the build instructions in the main README.md.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.
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.5and following the build instructions in the main README.md.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.
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.2and following the build instructions in the main README.md.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.
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.5and following the build instructions in the main README.md.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.
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.114
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.114and following the build instructions in the main README.md.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.
Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023
9.0.113
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.113and following the build instructions in the main README.md.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.
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
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.112and following the build instructions in the main README.md.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.
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
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.111and following the build instructions in the main README.md.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.
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
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.110and following the build instructions in the main README.md.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.
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
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.109and following the build instructions in the main README.md.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.
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.101and following the build instructions in the main README.md.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.
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.7
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.7and following the build instructions in the main README.md.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.
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.6
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.6and following the build instructions in the main README.md.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.
Attached are PGP signatures for the GitHub gen.....
Description has been truncated