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

Misc bugs around Xaml resources & code gen #1112

Merged
merged 7 commits into from
Jun 21, 2019

Conversation

carldebilly
Copy link
Member

@carldebilly carldebilly commented Jun 20, 2019

Bugfix

Following issues:

What is the current behavior?

Using x:Name in various XAML resources were producing compilation errors.

What is the new behavior?

Right checks are added to code generators to prevent such compilation errors anymore.

PR Checklist

Please check if your PR fulfills the following requirements:

@carldebilly carldebilly self-assigned this Jun 20, 2019
@carldebilly carldebilly added the ready-to-merge Automatically merge the PR once all '.mergify.yml' policies are met label Jun 20, 2019
Copy link
Contributor

@davidjohnoliver davidjohnoliver left a comment

Choose a reason for hiding this comment

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

Update release notes

src/Uno.UI/FeatureConfiguration.cs Outdated Show resolved Hide resolved
carldebilly and others added 6 commits June 21, 2019 10:20
When the resource wasn't found on non-DEBUG build, the non-resolving of a resource wasn't throwing an exception, causing potential null-ref exception without explanation.
when x:Name was used in App.xaml resources
Co-Authored-By: David Oliver <david.john.oliver@gmail.com>
@carldebilly carldebilly force-pushed the dev/cdb/xaml-resources-key-and-name branch from 5196faf to fdf0e47 Compare June 21, 2019 14:21
@carldebilly carldebilly force-pushed the dev/cdb/xaml-resources-key-and-name branch from fdf0e47 to a216216 Compare June 21, 2019 14:37
@carldebilly carldebilly merged commit 1aff35b into master Jun 21, 2019
@carldebilly carldebilly deleted the dev/cdb/xaml-resources-key-and-name branch June 21, 2019 15:40
@ghuntley
Copy link
Member

@all-contributors bot please add @carldebilly for code, tests, docs, review and maintenance

@allcontributors
Copy link
Contributor

@ghuntley

I've put up a pull request to add @carldebilly! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Automatically merge the PR once all '.mergify.yml' policies are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants