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
Release Type: Official Release Version: 4.2.0.2232 Platform(s): Windows/Linux, likely all others but untested. Describe the bug
Unable to build project with Stride packages on latest Visual Studio.
To Reproduce
Update Visual Studio to latest version 17.12.0+
Clean
Attempt to build
Expected behavior
Should build regardless of new VS versions, unless VS explicitly broke something.
Log and callstacks
Error shows as:
[AssetCompiler] Could not find a compatible version of MSBuild.
The command "dotnet "C:\Users\<UserHere>\.nuget\packages\stride.core.assets.compilerapp\4.2.0.2232\buildTransitive\..\lib\net8.0-windows7.0\Stride.Core.Assets.CompilerApp.dll" --disable-auto-compile --project-configuration "Debug" --platform=Windows --project-configuration=Debug --compile-property:StrideGraphicsApi=Direct3D11 --output-path="<ProjectPath>\Bin\Windows\Debug\win-x64\data" --build-path="<ProjectPath>\<ProjectName>.Windows\obj\stride\assetbuild\data" --package-file="<ProjectPath>\<ProjectName>.Windows\<ProjectName>.Windows.csproj" --msbuild-uptodatecheck-filebase="<ProjectPath>\<ProjectName>.Windows\obj\Debug\win-x64\stride\assetcompiler-uptodatecheck"" exited with code 1.
The text was updated successfully, but these errors were encountered:
Release Type: Official Release
Version: 4.2.0.2232
Platform(s): Windows/Linux, likely all others but untested.
Describe the bug
Unable to build project with Stride packages on latest Visual Studio.
To Reproduce
Expected behavior
Should build regardless of new VS versions, unless VS explicitly broke something.
Log and callstacks
Error shows as:
The text was updated successfully, but these errors were encountered: