Corentin Pane
Corentin Pane
Trying to follow instructions on https://stride3d.github.io/stride-community-toolkit/manual/code-only/create-project.html Error from the Build log > MSB3073 The command ""C:\Users\xxx\.nuget\packages\stride.core.assets.compilerapp\4.2.0.2122\buildTransitive\..\lib\net8.0\Stride.Core.Assets.CompilerApp.exe" --disable-auto-compile --project-configuration "Debug" --platform=Windows --project-configuration=Debug --compile-property:StrideGraphicsApi=Direct3D11 --output-path="D:\repos\xxx\src\Console\bin\Debug\net8.0\data" --build-path="D:\repos\xxx\src\Console\obj\stride\assetbuild\data" --package-file="D:\repos\xxx\src\Console\Console.csproj" --msbuild-uptodatecheck-filebase="D:\repos\xxx\src\Console\obj\Debug\net8.0\stride\assetcompiler-uptodatecheck"" exited with code 1....
### What are you generating using Kiota, clients or plugins? API Client/SDK ### In what context or format are you using Kiota? Nuget tool ### Client library/SDK language Csharp ###...
### What happened? Several issues come to the same conclusions: > The WV2's API need to run in a UI thread [from #3617] > there was no UI thread in...
In a situation where commands are serialized and pushed on a command queue, how can we call the appropriate handler after de-serialization? ```cs // In publisher process var command =...