Skip to content
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

Open
HakanL opened this issue Nov 8, 2022 · 9 comments
Open

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

HakanL opened this issue Nov 8, 2022 · 9 comments
Labels
kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification.

Comments

@HakanL
Copy link

HakanL commented Nov 8, 2022

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 HakanL added kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification. labels Nov 8, 2022
@HakanL
Copy link
Author

HakanL commented Nov 10, 2022

Issues:

  • WinUI: Exception of type 'System.InvalidOperationException' was thrown. during startup in BuildAppHost
  • Wasm: Almost works, console errors when displaying todo items
  • WPF: Blank window, no exceptions
  • Gtk: Loads, but no todo items are displayed
  • Ios: (remote simulator) app launches, I see the splash screen, then it crashes with System.Net.WebSockets.WebSocketException: 'Loading...'
  • Android: Loads, but fails with System.Exception: 'Unable to find mock profile picture'

@dr1rrb
Copy link
Member

dr1rrb commented Nov 16, 2022

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

@jeromelaban
Copy link
Member

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

@nickrandolph
Copy link
Contributor

Android mock profile issue - unoplatform/uno.extensions#927

@nickrandolph
Copy link
Contributor

nickrandolph commented Nov 18, 2022

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
Copy link
Contributor

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
Copy link
Contributor

kazo0 commented Nov 18, 2022

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:
unoplatform/uno.toolkit.ui#381

I'll get the issue prioritized

@MartinZikmund
Copy link
Member

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

@kazo0
Copy link
Contributor

kazo0 commented Jan 31, 2023

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

@MartinZikmund MartinZikmund self-assigned this Feb 3, 2023
@MartinZikmund MartinZikmund removed their assignment May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification.
Projects
None yet
Development

No branches or pull requests

6 participants