-
Notifications
You must be signed in to change notification settings - Fork 13
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
Upgrade to run under VS 2022 17.4 with .NET 7 SDK #432
Comments
Issues:
|
@jeromelaban do we have some known issues regarding .net 7.0 yet ? |
Not that I know of, but obviously there are some :) |
Android mock profile issue - unoplatform/uno.extensions#927 |
WPF - confirmed blank window showing - @MartinZikmund can you take a look at this please I'm seeing similar rendering issue for GTK too: |
With iOS I'm able to get the app to render but am seeing an issue when navigating to list of tasks: @carldebilly @kazo0 would you be able to take a look to resolve why we're seeing the issue with color |
The issue on the Task List page is due to the use of converters when setting the Background on the NavigationBar The issue is here: I'll get the issue prioritized |
@kazo0 @nickrandolph I can't remember whether this was fixed or not? |
@MartinZikmund the issue with converters and NavigationBar is still an issue 😢, will need to jump on this soon |
What would you like to be added:
Upgrade the solution/projects to work with latest Visual Studio 2022 version 17.4 using .NET 7 SDK
Why is this needed:
The Todo solution is a great starting point for an Uno project, it should work with the latest tooling from Microsoft.
For which Platform:
For all platforms
Anything else we need to know?
It builds (after manually installing things, uno-check failed to install some dependencies), but I can't start the WinUI platform (Microsoft.ui.xaml.dll not found). WPF shows up as a blank app, and GTK/Skia doesn't list the todo items properly (null exception)
The text was updated successfully, but these errors were encountered: