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

Fix .NET Standard authoring support #1632

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

manodasanW
Copy link
Member

There is an internal team that uses our authoring support with .NET Standard. It looks like our recent AOT changes regressed them as we didn't have the netstandard check for the activation factory scenario. This PR makes sure to check netstandard compat before writing the WinRTExposedType attributes as those are only on .NET 6+ right now. Also doing a minor change to the Windows SDK projection type for how we throw the exception to see if it helps with unblocking an internal team who is running into issues there due to using an older version of .NET until they can get that updated.

@manodasanW manodasanW merged commit 0f49b12 into staging/AOT Jun 5, 2024
5 of 9 checks passed
@manodasanW manodasanW deleted the manodasanw/fixnetstandardcomponent branch June 5, 2024 19:45
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.

1 participant