MapsterMapper / MapsterMapper/Mapster.EFCore
Add support for EF Core 7.0 & Mapster 7.4.0
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Please update the project to use EF Core 7.0 and Mapster 7.4.0-pre05. The latter has changes to it and requires the use of `ITypeAdapterBuilder` instead of `TypeAdapterBuilder`.
Currently the dependencies are for Mapster 4.1.1 and Ef Core 2.0.0 which are way old.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the project files that declare the EF Core and Mapster versions, then find usages of TypeAdapterBuilder. Update the dependencies for EF Core 7.0 and Mapster 7.4.0-pre05, adapt those usages to ITypeAdapterBuilder, and confirm the project builds with its existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100