You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a project's properties indicate the WinSDK version it is targeting, we should generate only those APIs that are available on that Windows version.
When the app specifies a band of versions (a preferred target + a minimum required), we can provide the higher version's APIs, but may want to annotate them somehow to help the developer realize when "light up" version checks are required.
The text was updated successfully, but these errors were encountered:
Extern methods and COM interfaces-as-structs get it. Genuine COM interfaces don't get it because the attribute forbids application on interfaces.
Closes#40
Extern methods and COM interfaces-as-structs get it on net5.0+. Genuine COM interfaces don't get it before net6.0 because the attribute forbids application on interfaces.
Closes#40
Extern methods and COM interfaces-as-structs get it on net5.0+. Genuine COM interfaces don't get it before net6.0 because the attribute forbids application on interfaces.
Closes#40
When a project's properties indicate the WinSDK version it is targeting, we should generate only those APIs that are available on that Windows version.
When the app specifies a band of versions (a preferred target + a minimum required), we can provide the higher version's APIs, but may want to annotate them somehow to help the developer realize when "light up" version checks are required.
The text was updated successfully, but these errors were encountered: