Archomeda / Gw2Sharp

A cross-platform .NET wrapper library for the Guild Wars 2 API written in C#
https://archomeda.github.io/Gw2Sharp
MIT License
37 stars 8 forks source link

Make deprecated equipment PvP property uncompilable #93

Closed Archomeda closed 3 years ago

Archomeda commented 3 years ago

This will make the deprecated equipment PvP part of the characters endpoint uncompilable with a hint of what the replacement is. If the property is somehow still accessed (e.g. via reflection), it will throw a NotSupportedException because the code to support the backwards compatibility has been removed entirely.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication