Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SupportedOSPlatformAttribute to generated code #204

Merged
merged 1 commit into from
Mar 17, 2021
Merged

Add SupportedOSPlatformAttribute to generated code #204

merged 1 commit into from
Mar 17, 2021

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Mar 17, 2021

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
@AArnott AArnott merged commit d2b4902 into main Mar 17, 2021
@AArnott AArnott deleted the fix40 branch March 17, 2021 16:22
AArnott added a commit that referenced this pull request Jun 12, 2023
* Crank up dependabot

* Bump CSharpIsNullAnalyzer from 0.1.329 to 0.1.495

Bumps [CSharpIsNullAnalyzer](https://github.com/AArnott/CSharpIsNull) from 0.1.329 to 0.1.495.
- [Release notes](https://github.com/AArnott/CSharpIsNull/releases)
- [Commits](https://github.com/AArnott/CSharpIsNull/commits)

---
updated-dependencies:
- dependency-name: CSharpIsNullAnalyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Andrew Arnott <andrewarnott@live.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter generated output based on target WinSDK version
1 participant