paro-ricc
paro-ricc
I already tried with `PublishTrimmed=false` and with `RunAOTCompilation=false` and these are the results > set PublishTrimmed as false: > > ```shell > Severity Code Description Project File Line Suppression State...
1. setting only `RunAOTCompilation=false` I have the same errors I have in the first try ```Severity Code Description Project File Line Suppression State Error IL1012 IL Trimmer has encountered an...
Thank you for helping me, I'll remain available to do any tests you need
I have the same errors I had in the first try, like this morning
I copied your csproj but I continue to have the same errors. Could it be a problem in my PC?
I've never installed any previews, here are the information you requested ``` C:\Users\Sviluppo2>dotnet --list-sdks 8.0.202 [C:\Program Files\dotnet\sdk] 8.0.203 [C:\Program Files\dotnet\sdk] ``` ``` C:\Users\Sviluppo2>dotnet --list-runtimes Microsoft.AspNetCore.App 6.0.28 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.17...
I get this with your command following the instructions in the link [MSBuildReproLogs.zip](https://github.com/dotnet/maui/files/14837435/MSBuildReproLogs.zip) and this using the Project System Tools extension [binlog.zip](https://github.com/dotnet/maui/files/14837317/binlog.zip) I just noticed that with your command I...
> My bad. Sorry. That command did not build Release and thus not done any optimizations. Too much work in parallel and then I make mistakes. Don't worry, here are...
I tried `dotnet workload repair` but didn't work, now i'm trying to uninstall then install, but those commands don't exist; did you mean `dotnet workload uninstall` and `dotnet workload install`?
@moljac I tried to uninstall and then reinstall these workloads ``` workload ID Manifest version Installation origin --------------------------------------------------------------------------------------------- android 34.0.85/8.0.100 SDK 8.0.200, VS 17.9.34723.18 ios 17.2.8043/8.0.100 SDK 8.0.200, VS 17.9.34723.18...