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

The (perhaps) final part of version-dependent code generation. #165

Merged
merged 13 commits into from
Oct 28, 2019

Conversation

simeoncran
Copy link
Contributor

This actually generates multiple versions of AnimatedVisual classes and switches between them at runtime.

eliezerpMS
eliezerpMS previously approved these changes Oct 25, 2019
Copy link
Contributor

@eliezerpMS eliezerpMS left a comment

Choose a reason for hiding this comment

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

:shipit:

Simeon Cran added 2 commits October 25, 2019 16:29
Previous version didn't work correctly on IDynamicAnimatedVisualSource because
it is uses WinRT events which don't seem to be expressable in C# (due to the
return value from the _add method). So, this now requires that you have
WinUI on your machine, and you may need to adjust the version number in the script.
tests/Mocks.cs Outdated
using System;
using System.Collections.Generic;
using System.Numerics;
//using System.Numerics.Vectors;
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove? #Closed

string bytesFieldName,
Uri imageUri,
Wmd.LoadedImageSurface.LoadedImageSurfaceType loadedImageSurfaceType,
byte[] bytes)
Copy link
Contributor

Choose a reason for hiding this comment

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

Formatting issue? #Closed

Copy link
Contributor

@eliezerpMS eliezerpMS 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 1a87b8d into master Oct 28, 2019
@delete-merged-branch delete-merged-branch bot deleted the Versioning5 branch October 28, 2019 17:49
@michael-hawker michael-hawker added this to the 6.0 milestone Nov 13, 2019
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.

None yet

3 participants