C
C#2w ago
Kiel

✅ MSB4236/WorkloadAutoImportPropsLocator Error on a fresh .NET 10 project

[MSB4236] The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. C:\Program Files\dotnet\sdk\10.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props at (14:38)
[MSB4236] The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. C:\Program Files\dotnet\sdk\10.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props at (14:38)
Just installed the .NET 10 SDK, updated Rider, created a brand new console project with .net 10. Project refuses to load in Rider with this error. I can't seem to find any results that don't have to do with Visual Studio or Rider on OS X. any clue? I suppose I could completely reinstall rider and the .NET 10 SDK but I don't want to fuck up my settings.
2 Replies
Unknown User
Unknown User2w ago
Message Not Public
Sign In & Join Server To View
Kiel
KielOP2w ago
Console app on Windows, thought it was something weird with F# but no, it happens whether I create an C# or F# app. Maybe I'll open an issue on the msbuild repo, but I have no idea what's causing this Opened https://github.com/dotnet/msbuild/issues/12770 hoping someone can direct me to the correct avenue to fix this problem :dumbass:

Did you find this page helpful?