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

Fixed regression in determining whether to provide IReference implementation, which dropped TimeSpan and a few other value types #770

Merged
merged 3 commits into from
Mar 16, 2021

Conversation

Scottj1s
Copy link
Member

No description provided.

…ntation, which dropped TimeSpan and a few other value types
@Scottj1s Scottj1s merged commit 6e11955 into master Mar 16, 2021
@Scottj1s Scottj1s deleted the scottj1s/nullable_marshal_regression branch March 16, 2021 20:52
@@ -343,12 +343,13 @@ private static bool ShouldProvideIReference(Type type)
{
static bool IsWindowsRuntimeType(Type type)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does WinRT.Projections.IsTypeWindowsRuntimeType do the equivalent of this function?

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.

3 participants