Replies: 1 comment
-
RMG012 and RMG020 do currently have a default severity of info. We may change this in a future release (probably with the next breaking change). To make them visible you need to have an [*.cs]
dotnet_diagnostic.RMG012.severity = error # Unmapped target member
dotnet_diagnostic.RMG020.severity = error # Unmapped source member See also strict property mappings |
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.
-
Hi , I was looking at the docs trying to undurstand diagnostics
so for this one : https://mapperly.riok.app/docs/api/riok.mapperly.abstractions.requiredmappingstrategy/
I tried the following example , however no warning was emitted
Beta Was this translation helpful? Give feedback.
All reactions