sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 641 forks source link

System.Reflection.ObfuscationAttribute conflict #947

Closed aleksrdm closed 6 years ago

aleksrdm commented 6 years ago

New Windows SDK 16299 (Fall Creators Update) with .NET Standard 2.0 brought back System.Reflection.ObfuscationAttribute, and it is now in conflict with one declared in SharpDX package.

xoofx commented 6 years ago

Likely the class in SharpDX could be removed entirely. It was used at some point to be compatible with some obfuscation tools. So PR welcome.