[TODO]: Add WinRT contracts to app SDK to help with future compatibility #598
Labels
area-sdk 🔧
Related to the application SDK
fixed-awaiting-public-release 🕙
Fixed in our internal builds. Waiting to make its way to a public release.
todo 🗃️
Not really a bug just something we need to do that is useful to track in the open.
Add
apicontract
types and attributes to the SDK types to help apps detect features in the future after there have been multiple revisions of the SDK.Apps need to be able to call
IsContractPresent(contractName, version)
to know if, for example, the support for Network MIDI 2.0 is in the SDK runtime.Tracking here for visibility. Most recent check-ins include this for all types that are not marked
experimental
.The text was updated successfully, but these errors were encountered: