unoplatform / uno.todo

Uno Platform "Uno To Do" reference app
https://platform.uno/
Other
47 stars 12 forks source link

Upgrade to run under VS 2022 17.4 with .NET 7 SDK #432

Open HakanL opened 2 years ago

HakanL commented 2 years ago

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)

HakanL commented 2 years ago

Issues:

dr1rrb commented 1 year ago

@jeromelaban do we have some known issues regarding .net 7.0 yet ?

jeromelaban commented 1 year ago

Not that I know of, but obviously there are some :)

nickrandolph commented 1 year ago

Android mock profile issue - https://github.com/unoplatform/uno.extensions/issues/927

nickrandolph commented 1 year ago

WPF - confirmed blank window showing - @MartinZikmund can you take a look at this please image

I'm seeing similar rendering issue for GTK too:

image

nickrandolph commented 1 year ago

With iOS I'm able to get the app to render but am seeing an issue when navigating to list of tasks: image

@carldebilly @kazo0 would you be able to take a look to resolve why we're seeing the issue with color

kazo0 commented 1 year ago

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: https://github.com/unoplatform/uno.toolkit.ui/issues/381

I'll get the issue prioritized

MartinZikmund commented 1 year ago

@kazo0 @nickrandolph I can't remember whether this was fixed or not?

kazo0 commented 1 year ago

@MartinZikmund the issue with converters and NavigationBar is still an issue 😢, will need to jump on this soon