Halfbax
Publish Failure of Class Library with WinAppSdk dependency
I have added a class library that references WinAppSDK. Now I am unable to publish my program.
I don't encounter any errors while building, only while publishing.
Does the class library require any specific files, such as an app.manifest, to run since I have referenced WinAppSdk?
2 replies
Unable to publish WinUI due duplicated WebView2 package from MSIX tooling and nuget package
Hello,
I am unable to publish my current software due duplicated packages. I do used a workaround in the past. But it isnt working anymore and I dont know why.
WinAppSDK 1.5
Building works, publishing not.
This is the workaround.
https://github.com/unoplatform/uno/issues/14555#issuecomment-1876175425
1 replies
❔ Calculating estimated time is inaccurate
Hello,
I try to calculate the remaining time. The problem is that the estimated remaining time is pretty inaccurate. The class says that each job takes around 7 seconds, but it is around ~1 second.
What might the problem here? Is it because I do use seconds over milliseconds?
10 replies
❔ Unpackaged WinUI 3 app raises 0xc000027b after publish
I do have a problem and I would like to use your help.
My app is not starting after publishing it with following settings.
In the event viewer I can see that the exception 0xc000027b is raised.
3 replies
❔ Data doesnt get set with DispatcherQueue.TryEnqueue()
I try to get my camera feed with opencv on a non UI thread in WinUI 3. It's weird the data gets pushed into the queue, but the function doesn't get fired.
I start CaptureAsync with
Task.Run()
because when I start it with CaptureAsync().ConfigureAwait(false);
the UI gets blocked even with Task.Yield.
I do have two options. Fix the Task.Yield() problem or let it run on a secondary thread and fix the queue data. What would you do?2 replies
❔ Does Grpc works with net7 on IIS?
Is grpc supported with net7 on a iis server? This articles only says net5 https://learn.microsoft.com/en-us/aspnet/core/grpc/aspnetcore?view=aspnetcore-7.0&tabs=visual-studio#server-options
11 replies