Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency automapper to v13 #489

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AutoMapper (source) 10.1.1 -> 13.0.1 age adoption passing confidence

Release Notes

AutoMapper/AutoMapper (AutoMapper)

v13.0.1

What's Changed
New Contributors

Full Changelog: AutoMapper/AutoMapper@v13.0.0...v13.0.1

v13.0.0

What's Changed

New Contributors

Full Changelog: AutoMapper/AutoMapper@v12.0.1...v13.0.0

v12.0.1

What's Changed

Full Changelog: AutoMapper/AutoMapper@v12.0.0...v12.0.1

v12.0.0

What's Changed

New Contributors

Full Changelog: AutoMapper/AutoMapper@v11.0.1...v12.0.0
Upgrade Guide: https://docs.automapper.org/en/latest/12.0-Upgrade-Guide.html

v11.0.1: 11.0.1

As part of this release we had 10 issues closed.

Bugs

  • #​3870 Handle identity lambda resolvers with ProjectTo subquery
  • #​3869 v11 InvalidOperationException: Stack Empty on mapping which used to generate a subquery
  • #​3856 Allow non-public Enumerator.Current
  • #​3821 Assign collections we can't handle
  • #​3820 StackOverflowException when using JObject.Parse
  • #​3818 Return the first method we find
  • #​3817 Calling IMapper.Map with an OrderBy causes an AmbiguousMatchException to be thrown

Improvements/Features

  • #​3874 Fix EF6 relationships and Id initialization
  • #​3839 Add AsProxy property to AutoMapAttribute
  • #​3830 Adding information to exception message; Addresses #​3828
Where to get it

You can download this release from nuget

v11.0.0: 11.0.0

The upgrade guide.

As part of this release we had 17 issues closed.

Bugs

  • #​3676 Error when using nullables with an implicit conversion operation.
  • #​3595 Open Generics with base generic
  • #​3565 Evaluate Conditional Expressions for projections with subqueries
  • #​3563 Query projection with subquery can generate non-compiling expression
  • #​3523 Multiple source matches for a destination property
  • #​3516 Static field requires null instance, non-static field requires non-null instance

Improvements/Features

  • #​3723 Inherited source operators support for ConversionOperatorMapper
  • #​3613 Map closed to ienumerable generic destination
  • #​3605 Generic destination value resolver
  • #​3596 11.0 upgrade guide
  • #​3593 InvalidCastException with multi-dimensional arrays
  • #​3537 CreateProjection
  • #​3532 IncludeBase is ignored when ForAllOtherMembers are used
  • #​3526 Expression of type 'TInterface' cannot be used for parameter of type 'TConcrete' (Parameter 'arg1')
  • #​3518 Global pre and postfixes
  • #​3510 Unable to map byte[] or byte[]? (nullable byte[]) using AutoMapper ForCtorParam function
  • #​3504 Separate internal APIs

Where to get it

You can download this release from nuget


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 1, 2023
@renovate renovate bot force-pushed the renovate/major-automapper-dotnet-monorepo branch 2 times, most recently from ef0e7db to b4f3944 Compare January 4, 2023 19:35
@RogerHowellDfE
Copy link
Owner

AutoMapper v12 is not compatible with .NET 4.8

https://github.com/RogerHowellDfE/get-information-about-schools/actions/runs/3841039042/jobs/6544346462#step:7:1112

Errors in D:\a\get-information-about-schools\get-information-about-schools\Web\Edubase.Web.UIUnitTests\Edubase.Web.UIUnitTests.csproj
    NU1202: Package AutoMapper 12.0.0 is not compatible with net48 (.NETFramework,Version=v4.8). Package AutoMapper 12.0.0 supports: netstandard2.1 (.NETStandard,Version=v2.1)

@renovate renovate bot force-pushed the renovate/major-automapper-dotnet-monorepo branch from b4f3944 to fd3c64e Compare January 16, 2023 18:52
@renovate renovate bot force-pushed the renovate/major-automapper-dotnet-monorepo branch 2 times, most recently from 755395d to 0dcf933 Compare January 28, 2023 17:13
@renovate renovate bot force-pushed the renovate/major-automapper-dotnet-monorepo branch 4 times, most recently from f8b7421 to ad45b82 Compare March 23, 2023 17:05
@renovate renovate bot changed the title chore(deps): update dependency automapper to v12 chore(deps): update dependency automapper to v12 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/major-automapper-dotnet-monorepo branch April 4, 2023 01:54
@renovate renovate bot changed the title chore(deps): update dependency automapper to v12 - autoclosed chore(deps): update dependency automapper to v12 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/major-automapper-dotnet-monorepo branch April 4, 2023 10:26
@renovate renovate bot force-pushed the renovate/major-automapper-dotnet-monorepo branch 3 times, most recently from e65d89d to 19e73aa Compare July 11, 2023 16:29
@renovate renovate bot changed the base branch from master to dev July 11, 2023 16:29
@renovate renovate bot force-pushed the renovate/major-automapper-dotnet-monorepo branch 2 times, most recently from 12eb0ae to 2dc3de8 Compare September 28, 2023 08:35
@renovate renovate bot changed the title chore(deps): update dependency automapper to v12 chore(deps): update dependency automapper to v13 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/major-automapper-dotnet-monorepo branch from 2dc3de8 to 2b46bc7 Compare February 5, 2024 19:28
@renovate renovate bot force-pushed the renovate/major-automapper-dotnet-monorepo branch from 2b46bc7 to 77fe24f Compare February 7, 2024 22:17
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