Skip to content

chore(deps): update dependency mapster to v10#45

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

chore(deps): update dependency mapster to v10#45
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mapster-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 7.4.010.0.7 age adoption passing confidence

Release Notes

MapsterMapper/Mapster (Mapster)

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-10.x branch 4 times, most recently from e54cdf1 to b854ef1 Compare March 25, 2026 13:00
@renovate renovate Bot force-pushed the renovate/mapster-10.x branch 2 times, most recently from decfeec to f65bcf9 Compare April 1, 2026 19:30
@renovate renovate Bot force-pushed the renovate/mapster-10.x branch 2 times, most recently from 8d28fd0 to ab1e5b9 Compare April 8, 2026 19:50
@renovate renovate Bot force-pushed the renovate/mapster-10.x branch from ab1e5b9 to 5b43e96 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