Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix the namespace for IGeometrySource2D. #338

Merged
merged 2 commits into from
Aug 25, 2020

Conversation

simeoncran
Copy link
Contributor

This got broken when we added the WinUI3 switch to LottieGen.

This got broken when we added the WinUI3 switch to LottieGen.
@simeoncran simeoncran requested a review from a team as a code owner August 24, 2020 23:18
// Microsoft.Graphics is needed for IGeometrySource2D.
namespaces.Add("Microsoft.Graphics");
// Windows.Graphics is needed for IGeometrySource2D.
namespaces.Add("Windows.Graphics");
namespaces.Add("Microsoft.Graphics.Canvas.Geometry");
Copy link

@derobinsMSFT derobinsMSFT Aug 25, 2020

Choose a reason for hiding this comment

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

Microsoft [](start = 32, length = 9)

Does this also need to be "Windows"? #Closed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, this is part of Win2D, which was never in the Windows namespace.


In reply to: 476195993 [](ancestors = 476195993)

Copy link

@derobinsMSFT derobinsMSFT left a comment

Choose a reason for hiding this comment

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

:shipit:

@simeoncran simeoncran merged commit cb215e8 into master Aug 25, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants