-
Notifications
You must be signed in to change notification settings - Fork 121
Add .NET 9 target for WinRT.Runtime.dll #1843
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2ac8ec3 to
55e16a8
Compare
6c5ab62 to
334136f
Compare
c2ef284 to
fb7b997
Compare
manodasanW
reviewed
Jan 18, 2025
manodasanW
reviewed
Jan 18, 2025
manodasanW
reviewed
Jan 18, 2025
manodasanW
reviewed
Jan 18, 2025
4931a49 to
9e20452
Compare
manodasanW
reviewed
Mar 11, 2025
manodasanW
reviewed
Mar 11, 2025
Co-authored-by: Manodasan Wignarajah <[email protected]>
manodasanW
reviewed
Mar 12, 2025
manodasanW
approved these changes
Mar 12, 2025
Sergio0694
added a commit
that referenced
this pull request
Mar 12, 2025
Squashed commit of the following: commit 8003cbd Author: Sergio Pedri <[email protected]> Date: Wed Mar 12 09:13:10 2025 -0700 Add .NET 9 target for WinRT.Runtime.dll (#1843) * Build CsWinRT with .NET 9 locally * Suppress all 'IL2081' warnings * Update 'MarshalNonBlittable' for AOT support * Update build steps for .NET 9 * Update .nuspec file for .NET 9 * Fix duplicate 'global.json' creation * Remove new framework references * Update CsWinRT-PublishToNuget-Stage.yml * Build .NET 9 in CI as well * Fix new IL analyzer warnings * Add missing nullable annotation * Remove double lookup in 'FindRcwTypeByNameCached' * Delete leftover API compat files * Fix build * Bump .NET SDK to 9.0.201 Co-authored-by: Manodasan Wignarajah <[email protected]> * Update src/build.cmd --------- Co-authored-by: Manodasan Wignarajah <[email protected]> commit ede00cc Author: Sergio Pedri <[email protected]> Date: Tue Mar 11 09:11:39 2025 -0700 Remove unused internal 'IPropertyValue' and IDIC support (#1937) * Remove 'IPropertyValue' IDIC interface * Add tests --------- Co-authored-by: Manodasan Wignarajah <[email protected]> commit 2abc88e Author: Sergio Pedri <[email protected]> Date: Fri Mar 7 11:19:00 2025 -0800 Remove unnecessary overload use (#1945) commit 7cf8b53 Author: Sergio Pedri <[email protected]> Date: Fri Feb 28 13:33:42 2025 -0800 Add and use 'AttachFreeThreadedUnsafe' (#1938)
This was referenced Oct 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes the following changes:
MarshalNonBlittablework on AOT