Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Updated AutoMapper from 14.0.0 to 15.1.0.

Release notes

Sourced from AutoMapper's releases.

15.1.0

What's Changed

New Contributors

Full Changelog: LuckyPennySoftware/AutoMapper@v15.0.1...v15.1.0

15.0.1

What's Changed

Full Changelog: LuckyPennySoftware/AutoMapper@v15.0.0...v15.0.1

This release supersedes the 15.0.0 release, reverting behavior and overloads so that the AddAutoMapper overloads separate the "scanning for maps" from the "scanning for dependencies". Unfortunately it's not really possible to combine these two together.

This also fixes a critical bug in #​4545 that does not work with .NET 4.x applications (as intended).

Because of this, the 15.0.0 will be delisted because of the breaking changes there.

15.0.0

Full Changelog: LuckyPennySoftware/AutoMapper@v14.0.0...v15.0.0

  • Added support for .NET Standard 2.0
  • Requiring license key
  • Moving from MIT license to dual commercial/OSS license

To set your license key:

services.AddAutoMapper(cfg => {
    cfg.LicenseKey = "<License key here>";
});

This also introduced a breaking change with MapperConfiguration requiring an ILoggerFactory for logging purposes:

public MapperConfiguration(MapperConfigurationExpression configurationExpression, ILoggerFactory loggerFactory)

Registering AutoMapper with services.AddAutoMapper will automatically supply this parameter. Otherwise you'll need to supply the logger factory.

You can obtain your license key at AutoMapper.io

Commits viewable in compare view.

Updated DNTCommon.Web.Core from 11.8.5 to 11.8.6.

Release notes

Sourced from DNTCommon.Web.Core's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated dotnet-ef from 9.0.9 to 10.0.0.

Release notes

Sourced from dotnet-ef'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.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 EFCoreSecondLevelCacheInterceptor.MemoryCache from 5.3.2 to 5.3.4.

Release notes

Sourced from EFCoreSecondLevelCacheInterceptor.MemoryCache's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Gridify.EntityFramework from 2.16.3 to 2.17.2.

Release notes

Sourced from Gridify.EntityFramework's releases.

2.17.2

What's Changed in v2.17.2

  • Fixed: Sorting by indexable properties — index/key expressions in mapping are now evaluated for ordering. (#​284)
  • Fixed: AddMap indexer/collection null-checks — prevent exceptions when a collection/indexer is null. (#​257)
  • Fixed: Nullable ordering edge cases — ordering by nullable members works with and without custom mappings. (#​286)

Full Changelog: alirezanet/Gridify@v2.17.1...v2.17.2

2.17.1

What's Changed

Full Changelog: alirezanet/Gridify@v2.17.0...v2.17.1

2.17.0

What's Changed

New Contributors

Full Changelog: alirezanet/Gridify@v2.16.3...v2.17.0

Commits viewable in compare view.

Updated Meziantou.Analyzer from 2.0.221 to 2.0.254.

Release notes

Sourced from Meziantou.Analyzer's releases.

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

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

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.Web from 9.0.9 to 9.0.11.

Release notes

Sourced from Microsoft.AspNetCore.Components.Web's releases.

9.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 9.0.9 to 9.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Abstractions from 9.0.9 to 9.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Abstractions's releases.

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Analyzers from 9.0.9 to 9.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Analyzers's releases.

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Analyzers from 9.0.9 to 10.0.0.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Analyzers'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.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.EntityFrameworkCore.Design from 9.0.9 to 9.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Relational from 9.0.9 to 9.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

Commits viewable in [compare view](https://github.com/dotnet/efcore...

Description has been truncated

Bumps AutoMapper from 14.0.0 to 15.1.0
Bumps DNTCommon.Web.Core from 11.8.5 to 11.8.6
Bumps dotnet-ef from 9.0.9 to 10.0.0
Bumps EFCoreSecondLevelCacheInterceptor.MemoryCache from 5.3.2 to 5.3.4
Bumps Gridify.EntityFramework from 2.16.3 to 2.17.2
Bumps Meziantou.Analyzer from 2.0.221 to 2.0.254
Bumps Microsoft.AspNetCore.Components.Web from 9.0.9 to 9.0.11
Bumps Microsoft.EntityFrameworkCore from 9.0.9 to 9.0.11
Bumps Microsoft.EntityFrameworkCore.Abstractions from 9.0.9 to 9.0.11
Bumps Microsoft.EntityFrameworkCore.Analyzers to 9.0.11, 10.0.0
Bumps Microsoft.EntityFrameworkCore.Design from 9.0.9 to 9.0.11
Bumps Microsoft.EntityFrameworkCore.Relational from 9.0.9 to 9.0.11
Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.9 to 9.0.11
Bumps Microsoft.EntityFrameworkCore.Sqlite.Core from 9.0.9 to 9.0.11
Bumps Microsoft.EntityFrameworkCore.Tools from 9.0.9 to 9.0.11
Bumps Microsoft.Extensions.Configuration to 10.0.0
Bumps Microsoft.Extensions.Configuration.Abstractions to 9.0.11, 10.0.0
Bumps Microsoft.Extensions.Configuration.Binder to 10.0.0
Bumps Microsoft.Extensions.Configuration.Json from 9.0.9 to 10.0.0
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.9 to 10.0.0
Bumps Microsoft.Extensions.Logging.Abstractions from 9.0.9 to 10.0.0
Bumps Microsoft.TypeScript.MSBuild from 5.9.2 to 5.9.3
Bumps Roslynator.Analyzers from 4.14.0 to 4.14.1

---
updated-dependencies:
- dependency-name: AutoMapper
  dependency-version: 15.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: DNTCommon.Web.Core
  dependency-version: 11.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: dotnet-ef
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: EFCoreSecondLevelCacheInterceptor.MemoryCache
  dependency-version: 5.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Gridify.EntityFramework
  dependency-version: 2.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: Meziantou.Analyzer
  dependency-version: 2.0.254
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Abstractions
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Analyzers
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Analyzers
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite.Core
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.TypeScript.MSBuild
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Roslynator.Analyzers
  dependency-version: 4.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 20, 2025
@dependabot dependabot bot deleted the dependabot/nuget/dot-config/tests-22076fb13e branch November 20, 2025 01:55
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant