halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

Support annotating types and members with `@Deprecated` #87

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

In WinMD, deprecated types and members have DeprecatedAttribute in their attributes.

While projecting types and members, we should annotate them with Deprecated if they have DeprecatedAttribute in their attributes.