Replies: 2 comments 11 replies
-
A repro would help. Make a gist that we can execute and see fail. |
Beta Was this translation helpful? Give feedback.
11 replies
-
You can download a full IDE as a trial. Rider or VS Mac work great. The Omnisharp extension will always be intentionally under-developed by MS.
… On Jan 10, 2022, at 9:06 AM, NCC1701M ***@***.***> wrote:
Then you're out of luck 🤷♂️
It seems so. But I'm afraid you can't assume everyone can debug your library. Which makes the last answer of the your "colleague" sound pretty harsh and on the edge.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Source/destination types
There are no information about which types are involed
Mapping configuration
Always using
CreateMap<Model, ViewModel>()
andReverseMap
Version: 11.0.0
Expected behavior
No error!
Actual behavior
After upgrading from AutoMapper 10 to 11 it raises the error:
You cannot include a type map into itself error
What does this error mean? Where and why does it happen? All mappings worked perfectly with
AutoMapper
version 10 andAutoMapper.Extensions.Microsoft.DependencyInjection
version 8.1.1 and now this error.There needs to be a documentation about this error or at least in the exception should be the name of the effected class.
Beta Was this translation helpful? Give feedback.
All reactions