Skip to content

Bump the nuget-dependencies group with 17 updates#83

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/nuget-dependencies-4a159a9c74
Open

Bump the nuget-dependencies group with 17 updates#83
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/nuget-dependencies-4a159a9c74

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Updated AsyncFixer from 1.6.0 to 2.1.0.

Release notes

Sourced from AsyncFixer's releases.

2.1.0

  • AsyncFixer01: Add support for analyzing and fixing async local functions.
  • AsyncFixer01: Detect unnecessary async in methods with terminal awaits in all if-else branches.
  • AsyncFixer04: Detect fire-and-forget async calls in using var declarations (C# 8.0+) and warn when a task is returned from a using scope without being awaited. The disposable resource will be disposed before the returned task completes. (#​13)
  • AsyncFixer04: Fix false positive when task is assigned to a variable and awaited later within the same using block (e.g., await Task.WhenAny(task, ...)).
  • AsyncFixer06: Fix false positive for Assert.ThrowsAsync and similar assertion methods where discarding the Task<T> result is intentional.
  • AsyncFixer03: Add test coverage for event handlers using Action<T> delegates. (#​16)
  • Improve diagnostic messages and README for better AI assistant compatibility.
  • AsyncFixer06: New analyzer to detect implicit Task<T> to Task conversion in non-async lambdas. Unlike async lambdas which produce compiler error CS8031, non-async lambdas silently discard the result. (#​26)
  • AsyncFixer01: Fix false positive with await foreach statements. (#​41)
  • AsyncFixer01: Fix false positives for ValueTask<T> return types.
  • AsyncFixer02: Fix false positive with nameof(Task.Result). (#​30)
  • AsyncFixer02: Fix false positive after Task.WhenAll - accessing .Result on awaited WhenAll tasks is safe.
  • AsyncFixer02: Fix false positives in synchronous local functions and lambdas inside async methods.
  • AsyncFixer03: Fix false positive with generic EventArgs types. (#​39)
  • AsyncFixer05: Fix false positive with TaskTupleAwaiter and similar custom awaiters. (#​31)
  • AsyncFixer05: Detect nested Task in return statements. (#​27)
  • Code Fix: Correct nested invocation handling in Fix All operations. (#​37)
  • Code Fix: Add parentheses when async conversion is followed by member access. (#​38)
  • Upgrade Microsoft.CodeAnalysis to v4.8.0.

Nuget package

https://www.nuget.org/packages/AsyncFixer/2.1.0

Visual Studio 2022-2026 Extension

Updated with v2.1.0: https://marketplace.visualstudio.com/items?itemName=SemihOkur.AsyncFixer2022

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

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Updated Meziantou.Analyzer from 2.0.222 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

Full 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

Commits viewable in compare view.

Updated Microsoft.Bcl.AsyncInterfaces from 9.0.9 to 10.0.3.

Release notes

Sourced from Microsoft.Bcl.AsyncInterfaces'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.103 and 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.114 and 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.110 and 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.5 and 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.2 and 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.5 and 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.114 and 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.113 and 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.112 and 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.111 and 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.110 and 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.109 and 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.101 and 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

Commits viewable in compare view.

Updated Microsoft.Build.Framework from 17.14.28 to 18.3.3.

Release notes

Sourced from Microsoft.Build.Framework's releases.

18.3.3

What's Changed

18.0.2

What's Changed

Commits viewable in compare view.

Updated Microsoft.Build.Utilities.Core from 17.14.28 to 18.3.3.

Release notes

Sourced from Microsoft.Build.Utilities.Core's releases.

18.3.3

What's Changed

18.0.2

What's Changed

Description has been truncated

Bumps AsyncFixer from 1.6.0 to 2.1.0
Bumps coverlet.collector from 6.0.4 to 8.0.0
Bumps Meziantou.Analyzer from 2.0.222 to 3.0.18
Bumps Microsoft.Bcl.AsyncInterfaces from 9.0.9 to 10.0.3
Bumps Microsoft.Build.Framework from 17.14.28 to 18.3.3
Bumps Microsoft.Build.Utilities.Core from 17.14.28 to 18.3.3
Bumps Microsoft.CodeAnalysis.NetAnalyzers from 9.0.0 to 10.0.103
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.103
Bumps MSTest.TestAdapter from 3.10.5 to 4.1.0
Bumps MSTest.TestFramework from 3.10.5 to 4.1.0
Bumps ReferenceTrimmer from 3.3.12 to 3.4.5
Bumps Roslynator.Analyzers from 4.14.0 to 4.15.0
Bumps System.IO.Pipelines from 9.0.9 to 10.0.3
Bumps System.Text.Encodings.Web from 9.0.9 to 10.0.3
Bumps System.Text.Json from 9.0.9 to 10.0.3
Bumps YamlDotNet.System.Text.Json from 1.6.6 to 1.7.1

---
updated-dependencies:
- dependency-name: AsyncFixer
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: coverlet.collector
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Meziantou.Analyzer
  dependency-version: 3.0.18
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Build.Framework
  dependency-version: 18.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-version: 18.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
  dependency-version: 10.0.103
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.103
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: MSTest.TestAdapter
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: MSTest.TestFramework
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: ReferenceTrimmer
  dependency-version: 3.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Roslynator.Analyzers
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: System.IO.Pipelines
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: System.Text.Encodings.Web
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: System.Text.Json
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: YamlDotNet.System.Text.Json
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2026

Labels

The following labels could not be found: nuget. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant