Skip to content

chore(deps): update dependency mapster.dependencyinjection to v10#46

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mapster.dependencyinjection-10.x
Open

chore(deps): update dependency mapster.dependencyinjection to v10#46
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mapster.dependencyinjection-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 18, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Mapster.DependencyInjection 1.0.110.0.7 age adoption passing confidence

Release Notes

MapsterMapper/Mapster (Mapster.DependencyInjection)

v10.0.7

What's Changed

Full Changelog: MapsterMapper/Mapster@v10.0.6...10.0.7

v10.0.6

Breaking change in v10.0+ and new feature
New feature:
  • Fix #​883 - Add class ctor using default value for param

In version 7.4.0 this feature was only available for record types

If you encountered this mapping behavior in 7.4.0, it is possible that your class was recognized as a record type, or was mistakenly recognized as a record type See more.

If you need the mapping behavior as for Record, in v10.0+ you can use - [AdaptWith(AdaptDirectives.DestinationAsRecord)] .
If you need the ability to set this setting without using attributes, open issue on this topic.

Example:

[AdaptWith(AdaptDirectives.DestinationAsRecord)]
public class SimpleRecord
{
    public int Id { get; private set; }
    public string Name { get; private set; }

    public SimpleRecord(int id, string name)
    {
        this.Id = id;
        this.Name = name;
    }
}
What's Changed

Full Changelog: MapsterMapper/Mapster@v10.0.4...v10.0.6

v10.0.4

Breaking change in v10.0+ and new feature
New feature:

In version 7.4.0 this feature was only available for record types

If you encountered this mapping behavior in 7.4.0, it is possible that your class was recognized as a record type, or was mistakenly recognized as a record type See more.

If you need the mapping behavior as for Record, in v10.0+ you can use - [AdaptWith(AdaptDirectives.DestinationAsRecord)] .
If you need the ability to set this setting without using attributes, open issue on this topic.

Example:

[AdaptWith(AdaptDirectives.DestinationAsRecord)]
public class SimpleRecord
{
    public int Id { get; private set; }
    public string Name { get; private set; }

    public SimpleRecord(int id, string name)
    {
        this.Id = id;
        this.Name = name;
    }
}
What's Changed
New Contributors

Full Changelog: MapsterMapper/Mapster@v10.0.0...v10.0.4

v10.0.0

What's Changed
New Contributors

Full Changelog: MapsterMapper/Mapster@v7.4.0...v10.0.0


Configuration

📅 Schedule: (UTC)

  • 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 force-pushed the renovate/mapster.dependencyinjection-10.x branch 3 times, most recently from b11d4dc to 0acfa91 Compare March 26, 2026 05:47
@renovate renovate Bot force-pushed the renovate/mapster.dependencyinjection-10.x branch 2 times, most recently from d161d26 to 0101c04 Compare April 7, 2026 09:04
@renovate renovate Bot force-pushed the renovate/mapster.dependencyinjection-10.x branch from 0101c04 to bd47822 Compare April 8, 2026 19:51
@renovate renovate Bot force-pushed the renovate/mapster.dependencyinjection-10.x branch from bd47822 to a4df3c7 Compare April 17, 2026 11:45
@renovate renovate Bot force-pushed the renovate/mapster.dependencyinjection-10.x branch from a4df3c7 to f75a0db Compare April 21, 2026 16:53
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants