-
Notifications
You must be signed in to change notification settings - Fork 743
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
Check for dataContext to avoid recyclingTemplate when unneeded #1208
Merged
Conversation
This file contains 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
NicolasChampagne
force-pushed
the
dev/nich/template-recycling
branch
2 times, most recently
from
July 8, 2019 18:13
0d23860
to
fbc39b1
Compare
ghuntley
added
platform/android 🤖
Categorizes an issue or PR as relevant to the Android platform
platform/ios 🍎
Categorizes an issue or PR as relevant to the iOS platform
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
kind/bug
Something isn't working
labels
Jul 9, 2019
...mplesApp.UITests/Windows_UI_Xaml_Controls/ToggleSwitchTests/UnoSamples_Tests.ToggleSwitch.cs
Outdated
Show resolved
Hide resolved
...Tests.Shared/Windows_UI_Xaml_Controls/ToggleSwitchControl/ToggleSwitch_TemplateReuse.xaml.cs
Outdated
Show resolved
Hide resolved
NicolasChampagne
force-pushed
the
dev/nich/template-recycling
branch
from
July 15, 2019 20:47
e03f65d
to
6df9fb7
Compare
jeromelaban
reviewed
Jul 17, 2019
...mplesApp.UITests/Windows_UI_Xaml_Controls/ToggleSwitchTests/UnoSamples_Tests.ToggleSwitch.cs
Outdated
Show resolved
Hide resolved
...mplesApp.UITests/Windows_UI_Xaml_Controls/ToggleSwitchTests/UnoSamples_Tests.ToggleSwitch.cs
Outdated
Show resolved
Hide resolved
...Tests.Shared/Windows_UI_Xaml_Controls/ToggleSwitchControl/ToggleSwitch_TemplateReuse.xaml.cs
Outdated
Show resolved
Hide resolved
NicolasChampagne
force-pushed
the
dev/nich/template-recycling
branch
from
July 23, 2019 14:58
ac47f55
to
7181a9f
Compare
NicolasChampagne
force-pushed
the
dev/nich/template-recycling
branch
from
July 23, 2019 15:15
7181a9f
to
6a97a9b
Compare
NicolasChampagne
requested review from
jeromelaban and
MatFillion
and removed request for
jeromelaban and
MatFillion
July 29, 2019 14:22
davidjohnoliver
approved these changes
Aug 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Something isn't working
platform/android 🤖
Categorizes an issue or PR as relevant to the Android platform
platform/ios 🍎
Categorizes an issue or PR as relevant to the iOS platform
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
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.
PR Type
What kind of change does this PR introduce?
Bugfix
What is the current behavior?
Would recycle template even when unneeded
What is the new behavior?
Won't recycle template even when unneeded
PR Checklist
Please check if your PR fulfills the following requirements:
Internal Issue (If applicable):
https://nventive.visualstudio.com/Umbrella/_workitems/edit/144025