question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add configuration option to exclude obsolete members

See original GitHub issue

Currently 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:closed
  • Created 6 months ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
latonzcommented, Apr 29, 2023

Whoops, I meant the default to be IgnoreObsoleteMembers = MappingSourceTarget.None, my bad.

0reactions
github-actions[bot]commented, Aug 7, 2023

🎉 This issue has been resolved in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found