Edge
4.5.1
Available
When you create a Windows Metadata library (.winmd file), the xref:System.ObsoleteAttribute?displayProperty=name attribute is exported as both xref:System.ObsoleteAttribute?displayProperty=name and Windows.Foundation.DeprecatedAttribute.
- Quirked
- Build-time break
Recompilation of existing source code that uses the xref:System.ObsoleteAttribute?displayProperty=name attribute may generate warnings when consuming that code from C++/CX or JavaScript.
We do not recommend applying both xref:System.ObsoleteAttribute?displayProperty=name and Windows.Foundation.DeprecatedAttribute to code in managed assemblies; it may result in build warnings.
- Not detectable via API analysis
Core