Skip to content

Bump the csharpnuget group with 12 updates#57

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-nuget-src-api-RiskAnalytics.Api.Business-csharpnuget-f4f7551cf5
Open

Bump the csharpnuget group with 12 updates#57
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-nuget-src-api-RiskAnalytics.Api.Business-csharpnuget-f4f7551cf5

Conversation

@dependabot
Copy link

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

Updated coverlet.collector from 6.0.4 to 8.0.1.

Release notes

Sourced from coverlet.collector's releases.

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

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 Dapper from 2.1.66 to 2.1.72.

Release notes

Sourced from Dapper's releases.

2.1.72

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.66...2.1.72

Commits viewable in compare view.

Updated Mapster from 7.4.0 to 10.0.1.

Release notes

Sourced from Mapster's releases.

10.0.0

What's Changed

Commits viewable in compare view.

Updated Mapster.DependencyInjection from 1.0.1 to 10.0.0.

Release notes

Sourced from Mapster.DependencyInjection's releases.

10.0.0

What's Changed

7.4.0

Welp, this is a big one! It's been just over a year since 7.3.0, but in the meantime we've had plenty of time to thoroughly test this release through 6 pre-releases. This release bring support for .NET 7 as well as a fairly long list of bugfixes. Thank you everyone for your contributions! Packages are as usual available on NuGet, along with symbol packages for convenient debugging.

Known issues

  • Unfortunately, #​537 continues to be an unsolved issue, but it does not seem to affect a significant amount of users, and workarounds are simple to implement. Any help to trace down the source of this issue will be greatly appreciated.

Backwards compatibility

  • With #​454 we introduced a change to the public API -- previously where TypeAdapterConfig was returned, Mapster will now return an ITypeAdapterConfig interface instead. So make sure to check that your build pipelines succeed before merging this upgrade ;) This change makes it easier to mock and test your mappings.

What's Changed

New Contributors

7.3.0

This release finally resolves the long awaited support for .NET 6.0 in Mapster and Mapster.Tool! 🎉 Fresh packages can be downloaded from NuGet. With this release we also pushed symbol packages for Mapster and Mapster.Tool, so now you can finally step into the inner workings of Mapster when debugging your mappings.

What's Changed

New Contributors

Full Changelog: MapsterMapper/Mapster@7.2.0...v7.3.0

7.2.0

Mapster [7.2.0], Mapster.Core [1.2.0]
feature: RequireDestinationMemberSourc per type pair
fix: mapping inherited interface without members causes CompileException

Mapster.Tool [8.2.0]
feature: generate record DTO (flag -r)
feature: generate dynamic outputs & namespaces (flag -b)
feature: support nullable reference for model generation
fix: flag p produce invalid name
fix: cannot load library with multiple runtime assemblies

7.1.5

Mapster.Async [2.0]

  • Fix nested async (sp thx to @​cmann-andagon)

Mapster.EFCore [5.1]

  • Fix passing param for EFCore

Mapster [7.1.5]

  • Small message update

Mapster.Core [1.1.5]

  • Support for new Mapster.Async & Mapster.Tool

Mapster.Tool [8.0.0]

  • BREAKING CHANGES: no more generate projection by default
  • BREAKING CHANGES: ForAllTypesInNamespace will also looking types in subnamespace
  • Fix using types from different assemblies
  • Fix to filter out generated types for ForAllTypesInNamespace

7.1.3

  • Fluent API for code generation
  • support MemberSide for AdaptMemberAttribute
  • fix #​293 condition map should return null if dest type is nullable

7.0.1

fix #​281 null propagation should return nullable type
fix #​282 map error on record type with empty ctor

7.0.0

  • Split attributes and helper classes to Mapster.Core (for codegen project)
  • Support C# 9.0 record type
  • [Codegen] Support NET 5.0
  • [Codegen] Fluent API to generate mapping

6.5.1

fix CreateNewIfNull
fix UseDestinationValue with collection
fix #​272 IEnumerable is enumerating twice when adapted to array
fix #​269 RequireExplicitMapping should validate child mapping
fix #​266 ProjectToType doesn't work with DI(MapContext)

6.5.0

[mapster] non-generic ProjectToType
[mapster] fix #​263 fix when source path is Dictionary
[mapster] fix #​258 enforce cast projection type to prevent EF error
[codegen] generate models
[codegen] generate extension methods
[codegen] support access modifier
[sample] codegen sample

6.1.1

fix #​256 exclude backing fields from EnableNonPublicMembers
fix code generation for Include

6.1.0

Mapster.Tool support

6.0.0

BREAKING CHANGE: Mapping to existing list is no longer support. Please annotate with [UseDestinationValue] to update existing list.
Fork setting
fix race conditions on unit test (sp. thx to napalu)
fix #​247 Transform the same instance
fix #​251 Map nested IDictionary<string, object>
fix #​252 map same reference to different types

5.3.2

fix #​245 Open generic setting shouldn't have side effect

5.3.1

Fix property name match when using AdaptMember Attribute (sp. thx to prgood)

5.3.0

close #​235 ISet support
fix #​188 Mapping to inherited interface not working

5.2.0

close #​227: EmptyCollectionIfNull, CreateNewIfNull DestinationTransform

5.1.0

support mapping to IDictionary, IReadOnlyDictionary
fix nested EnableNonPublicMember
fix TwoWays IncludeMember

5.0.0

  • feature: generating dynamic proxy for interface (sp. thx to Satano)
  • feature: UseDestinationValue
  • feature: null propagating property path
  • feature: support multiple sources
  • change: introduce Mapper & deprecate Adapter
  • benchmark: change to banchmark.net (sp. thx to SergerGood)

4.1.1

fix #​209 map to target with the same list
fix ToString from interface (sp thx to @​elzero )

4.1.0

  • Change project to C# 8
  • Support NullableAttribute
  • Improve IList performance
  • Fix mapping to existing struct

4.0.0

package: add netstandard 2.0
feature: support code generation
feature: 2 ways mapping
feature: unflattening
feature: map to constructor
feature: map by properties path
feature: max depth
feature: add before mapping

3.3.2

fix: Compile using ForDestinationType
fix: include non-public member
fix: EF not support Expression.Default

3.3.1

fix: map to target from null value should return null

3.3.0

  • minor performance improvement
  • improve script readability
  • support ExpressionDebugger

3.2.0

  • feature: Support IDictionary (sp thx to @​sven-n )
  • fix: ignore index properties for auto mapping

3.1.8

fix mapping from static property throw NullReferenceException

3.1.7

  • allow map to target without default constructor (sp thx to Burgyn)
  • throw when pass nest destination member access to Map method

3.1.6

fix #​118 mapping enum to poco

3.1.5

fix nullable enum mapping

3.1.4

fix: Mapping collection with derived types not working properly
allow mapping class extended with IEnumerable (sp thx to Satano)

3.1.1

fix #​4: Multiple ShouldMap conditions appear in the wrong side of the Ternary operator

3.1.0

support multi-dimensional array (sp thx to satano)

3.0

breaking change: Change BaseAdapter signature
breaking change: EnableNonPublicMembers required boolean arg to make it consistent with other settings
breaking change: Remove Project method which marked as obsoleted
breaking change: Change NoInherit to AllowImplicitSourceInheritance
feature: #​104, #​96, #​52 Include derived type mapping settings
feature: #​98 Generic types mapping
feature: #​76 Improve debuggability
feature: Map enum by name (sp thx to klesouza)
feature: Rule-based member matching settings
feature: Rule-based naming
feature: Options for MapWith and MapToTargetWith to apply setting
feature: IgnoreNonMapped setting
feature: AdaptMember, AdaptIgnore attributes
feature: Map & Ignore setting now works with IDictionary<string, T>
feature: Map is now working with non-public members
feature: Fork config
fix: #​111 Infinite time to map highly bound classes
fix: #​109 RuntimeBinderException if TSource is a non public class
fix: #​102 PreserveReference and "An item with the same key has already been added." ArgumentException
fix: #​100 MapToTargetWith not consistent with how MapWith works
fix: Projection generation error from casting

2.6.1

fix: Object to primitive type is always converted using Convert class (sp thx to satano)

2.6.0

fix array copy should apply only primitive
fix #​88 IgnoreCase NameMatchingStrategy
fix #​89 Object not being mapped during Deep Clone
fix #​90 Nested complex type members are missed as flattened member sources
fix #​91 Option to prevent mapster from mapping Get... methods to properties
fix #​92 Can't map property of type Dictionary<int, Decimal> to the same prop
feature: EnableNonPublicMembers (sp thx to hpcsc)
make IgnoreIf setting combined
apply IgnoreIf to record type
add Map config by name
provide more exception information

2.5.0

feature: add IgnoreIf (sp thx to satano)

2.4.3

fix #​70 Mapster nuget versioning
fix #​72 Fix ArgumentException when compiling a derived class without members.

2.4.2

FIX: #​68 Mapster modifies underlying collection which is being iterated over, when TypeAdapterConfig.GlobalSettings.Compile() is called

Update to .NET Core 1.0

2.4.1

fix #​66 - MapContext should be public

2.4.0

fix #​60 map from null should be null
fix #​63 apply NameMatchingStrategy to object dictionary mapping
fix #​65 map to interface using ConstructUsing
separate compile projection from compile
upgrade project to .net core rc2

2.3.0

FIX: ignore null value
Add ProjectToType and obsolete Project.To
Support RecordType
Clone setting
Support AfterMapping
Allow sending runtime value
Support converting object to dict and dict to object
Flexible name mapping strategy
Sign assembly

2.1.2

FIX: ignore null values
Add descriptive exception when map immutable type
Create ProjectToType and obsolete Project.To

2.1.1

  • FIX: EF should not create empty object on null property in projection
  • Add more descriptive error message for projection

2.1.0

Support for Projecting to List
Support for Assembly scanning for registration
Small optimizations
Consistency improvements for Registration patterns

2.0.4

  • Add extension method
  • FIX: RequireExplicitMapping should apply to only classes (not lists & primitives)
  • FIX: Compile didn't work when map enum to string
  • FIX: Adapt method will complain about optional argument in expression

2.0.3

  • FIX: do not validate explicit mapping for child property

2.0.2

  • Improve array copy performance

2.0.1

  • FIX: TypeAdapt.Adapt(obj) cannot convert in some cases.

2.0

  • Performance improvement (2-3x)
  • Projection is improved to generate better sql queries
  • Mapster is now able to map structs
  • Flagged enums are supported
  • You can now both opt-in and opt-out of settings
  • Settings inheritance is able to inherit from interfaces
  • Settings inheritance is now combined (it does not only pick from the closest parent)
  • New rule based settings, you can defined your settings at a more granular level
  • Settings are no longer only static, you can use different setting configurations for particular mappings
  • You can ignore properties by attributes
  • Now you can set up mapping between different types. Ex: config.Map(dest => dest.AgeString, src => src.AgeInt)
  • Mapster now supports circular reference mapping!
  • Supports more frameworks (.NET 4.0, 4.5, .NET Core RC 5.4)

1.14.0

Small (very) perf improvement and update to primitivetypes config.

Allows registering of custom primitive types.

1.11.0

Thanks to @​chaowlert for the pull requests that better support EF and correct a hashkey issue.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.11 to 8.0.25.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

8.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25

8.0.24

Release

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

8.0.22

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.21...v8.0.22

8.0.21

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21

8.0.20

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.Testing from 8.0.11 to 8.0.25.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

8.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25

8.0.24

Release

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

8.0.22

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.21...v8.0.22

8.0.21

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21

8.0.20

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: ......

Description has been truncated

Bumps coverlet.collector from 6.0.4 to 8.0.1
Bumps Dapper from 2.1.66 to 2.1.72
Bumps Mapster from 7.4.0 to 10.0.1
Bumps Mapster.DependencyInjection from 1.0.1 to 10.0.0
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.11 to 8.0.25
Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.11 to 8.0.25
Bumps Microsoft.AspNetCore.TestHost from 8.0.11 to 8.0.25
Bumps Microsoft.Extensions.Caching.Memory from 9.0.9 to 10.0.5
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.3.0
Bumps Snowflake.Data from 5.1.0 to 5.4.1
Bumps Tomlyn.Signed from 0.19.0 to 2.0.0
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Dapper
  dependency-version: 2.1.72
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
- dependency-name: Mapster
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Mapster.DependencyInjection
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 8.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 8.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 8.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: Snowflake.Data
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: csharpnuget
- dependency-name: Snowflake.Data
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: csharpnuget
- dependency-name: Snowflake.Data
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: csharpnuget
- dependency-name: Snowflake.Data
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: csharpnuget
- dependency-name: Snowflake.Data
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: csharpnuget
- dependency-name: Snowflake.Data
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: csharpnuget
- dependency-name: Tomlyn.Signed
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csharpnuget
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpnuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 19, 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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants