How does one pin a .NET MAUI workload or even pin a MAUI version? Asking for a friend 😭
#dotnetmaui #dotnet cc @jfversluis @jamesmontemagno @davidortinau
@sinkinstar @jfversluis @jamesmontemagno global.json since public MAUI releases are almost all 1:1 with a .net version
@davidortinau @jfversluis @jamesmontemagno thanks David. But that's to pin the SDK version not workload. Recent MAUI 7.0.59 release borked quite a few things like Grid calculation and CollectionView height in iOS. There is no way to pin a specific version in a proj in MAUI yet. I know things are in the pipeline with .NET 8 but regression like is quite the headaches for enterprise apps
@sinkinstar @jfversluis @jamesmontemagno the workload is related to the SDK version. You can also use MauiVersion in your csproj
@davidortinau @jfversluis @jamesmontemagno MAUI version is deprecated I was told and is not recommended. Basically all I'm trying to do is stick to 7.0.52 somehow. Both locally and in CI/CD. Thoughts?
How to downgrade maui sdk from 7.0.58 to 7.0.52 · Issue #12998 · dotnet/maui

Description We have several issues with the 7.0.58 and want to go back to 7.0.52. For example #11579 but also things like this C:\Program Files\dotnet\sdk\7.0.102\Sdks\Microsoft.NET.Sdk\targets\Mic...

GitHub