Skip to content

Uno Material and .net 6 #8528

Answered by kazo0
iot-crazy asked this question in Q&A
Apr 11, 2022 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

The documentation for Uno.Material is currently being updated to reflect the changes described below, see #8475

NuGet Packages you will need to have installed:

⚠️ Note: If you are building a WinAppSDK project then you will need to install the WinUI versions of the above two packages:

The resource initialization within your App.xaml will have to be done in a specific order, it should look something like this:

<Application.Resources>
	<ResourceDictionary>
		<ResourceDictionary.MergedDictionaries>
			<!--  Load WinUI resources  -->
			<

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kazo0
Comment options

kazo0 Apr 11, 2022
Collaborator

Comment options

You must be logged in to vote
0 replies
Answer selected by iot-crazy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants