WinUI 3 Access LocalState Folder #2581
Bondarenko1990
started this conversation in
Dev team discussions
Replies: 3 comments 11 replies
-
To get special folders, you can use Environment.GetFolderPath, like :
|
Beta Was this translation helpful? Give feedback.
1 reply
-
You can target the library project to |
Beta Was this translation helpful? Give feedback.
9 replies
-
@Bondarenko1990 mybe this can help you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use in my application Sqlite.
And I want to add migrations. But....
The EF migration command uses dotnet build, which is not supported by WinUI project now.
The workaround is defining EF related things in another project and reference it from WinUI project.
microsoft/microsoft-ui-xaml#3850 (comment)
And how can I get the path to the database in class library project?
Beta Was this translation helpful? Give feedback.
All reactions