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

Update dependency AutoMapper to v9 #664

Merged
merged 1 commit into from
Aug 14, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2019

This PR contains the following updates:

Package Type Update Change
AutoMapper nuget major 8.1.1 -> 9.0.0

Release Notes

AutoMapper/AutoMapper

v9.0.0

Compare Source

As part of this release we had 21 issues closed.

This release completely removes the static mapper (Mapper.Map) and dynamic mapping. See the 9.0 upgrade guide for details on how to migrate.

Bugs

  • #​3172 Allow non nullable default values for nullable enum constructor param…

Improvements/Features

  • #​3187 Match destination enumerable types with it's enumerable for LINQ
  • #​3182 Help the runtime find the AM assembly
  • #​3180 Update Custom-value-resolvers.md
  • #​3173 Don't check for IDisposable at runtime for value types
  • #​3170 Update Conditional Mapping docs
  • #​3169 ForCtorParam MapFrom any expression
  • #​3162 Inherit included members
  • #​3160 WIP ForCtorParam MapFrom any expression
  • #​3158 Call dispose on the enumerator while avoiding boxing
  • #​3150 When using the context, check that the right Map overload was used
  • #​3149 Public Source property for ContextCacheKey
  • #​3144 Automate updating last version binary
  • #​3141 Moving enums after assignable to simplify assignable enums
  • #​3136 Removing static API
  • #​3135 Remove static API
  • #​3134 Remove dynamic maps
  • #​3127 Respect AllowNullCollections
  • #​3106 Adding ResolutionContext to IMappingAction<TSource, TDestination>.Process()
  • #​3105 ResolutionContext unavailable in IMappingAction
  • #​3063 Remove dynamic maps

Where to get it

You can download this release from nuget


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from tomkerkhove as a code owner August 14, 2019 06:52
@renovate renovate bot added the dependencies All issues related to dependencies & Renovate label Aug 14, 2019
@promitor-bot
Copy link

Docker image for this PR was built and is available on Docker Hub.

You can pull it locally via the CLI:

docker pull tomkerkhove/promitor-agent-scraper-ci:pr664

Want to verify the new version? Run it locally:

docker run -d -p 8999:80 --name promitor-agent-scraper-pr664 \
                         --env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
                         --env-file C:/Promitor/az-mon-auth.creds \
                         --volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml  \
                         --volume C:/Promitor/runtime-config.yaml:/config/runtime.yaml \
                         tomkerkhove/promitor-agent-scraper-ci:pr664

You can find a CI version of our Helm chart on hub.helm.sh

@tomkerkhove tomkerkhove merged commit 57b4e7e into master Aug 14, 2019
@tomkerkhove tomkerkhove deleted the renovate-automapper-9.x branch August 14, 2019 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies All issues related to dependencies & Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants