You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just created a brand new Uno desktop app, it runs as it should.
I wanted to leverage the Localization which means using Hosting, also. I did exactly what is written in Uno Howto Hosting Setup
But even adding the single line var appBuilder = this.CreateBuilder(args); causes two things:
The Hot Design toolbar won't show on the Main Window
The application would not exit by closing with the Close button, it must be stopped in debugger (or its process killed)
Expected behavior
It should work as expected.
How to reproduce it (as minimally and precisely as possible)
dotnet new unoapp --platforms desktop -o unoinout
Add Hosting to <UnoFeatures>
Add the line var appBuilder = this.CreateBuilder(args); in the first line of App.xaml.cs protected override void OnLaunched(LaunchActivatedEventArgs args)
Workaround
Not using appBuilder.
Which tool(s) are affected?
Hot Design™
Affected platforms
Desktop (Skia)
Uno.Sdk version
5.5.54
IDE used
Visual Studio Code on Linux
IDE version
1.96.0
Uno Platform Extension version
0.18.5
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered:
Current behavior
I just created a brand new Uno desktop app, it runs as it should.
I wanted to leverage the Localization which means using Hosting, also. I did exactly what is written in Uno Howto Hosting Setup
But even adding the single line
var appBuilder = this.CreateBuilder(args);
causes two things:Expected behavior
It should work as expected.
How to reproduce it (as minimally and precisely as possible)
dotnet new unoapp --platforms desktop -o unoinout
Hosting
to<UnoFeatures>
var appBuilder = this.CreateBuilder(args);
in the first line of App.xaml.csprotected override void OnLaunched(LaunchActivatedEventArgs args)
Workaround
Not using appBuilder.
Which tool(s) are affected?
Hot Design™
Affected platforms
Desktop (Skia)
Uno.Sdk version
5.5.54
IDE used
Visual Studio Code on Linux
IDE version
1.96.0
Uno Platform Extension version
0.18.5
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: