We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet --info
Problem description:
If you set EnableDefaultApplicationDefinition to false, the other page XAML items get set to None instead of Page.
EnableDefaultApplicationDefinition
false
Actual behavior:
Expected behavior: Page items should still be working
Minimal repro:
New WPF app, add a page.
Set EnableDefaultApplicationDefinition to false.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @onovotny ! This was a regression from a prior change to support Visual Studio's reading of None items (see #685).
This fix was merged in both master and release/3.0 branches.
Sorry, something went wrong.
rladuca
No branches or pull requests
dotnet --info
) 3.0 preview 8Problem description:
If you set
EnableDefaultApplicationDefinition
tofalse
, the other page XAML items get set to None instead of Page.Actual behavior:
Expected behavior:
Page items should still be working
Minimal repro:
New WPF app, add a page.
Set
EnableDefaultApplicationDefinition
tofalse
.The text was updated successfully, but these errors were encountered: