Add configuration option to exclude obsolete members
See original GitHub issueCurrently deprecated members are included unless ignored by a MapperIgnore*Attribute
.
It would be nice to have an attribute [MapperIgnoreObsoleteMembers]
and a configuration property IgnoreObsoleteMembers
on the MapperAttribute
to ignore all obsolete properties.
Issue Analytics
- State:
- Created 6 months ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to exclude entities from Home Assistant now that ...
You can disable Entities under Configuration > Entities. Click the checkboxes next to the ones you don't want and then press the “Disable ......
Read more >Obsolete members - .NET Framework
Type Member Message
System.Collections.Hashtable Hashtable(IHashCodeProvider, IComparer) Use Hasht...
System.Collections.Hashtable Hashtable(Int32, IHashCodeProvider, IComparer) Use Hasht...
System.Collections.Hashtable Hashtable.comparer Use the H...
Read more >Disabling OBSOLETE error in C# - Stack Overflow
Visual Studio 2015. Build failing due to [Obsolete]?. This would only occur if "Treat Warnings As Errors" is enabled, and there is a...
Read more >pyright/docs/configuration.md at main
Pyright offers flexible configuration options specified in a JSON-formatted text configuration. By default, the file is called “pyrightconfig.json” and is ...
Read more >Configuration Options - Renovate Docs
If a config option has a parent defined, it means it's only allowed to configure it within an object with the parent name,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Whoops, I meant the default to be
IgnoreObsoleteMembers = MappingSourceTarget.None
, my bad.🎉 This issue has been resolved in version 3.0.0 🎉
The release is available on:
v3.0.0
Your semantic-release bot 📦🚀