Matt Johnson-Pint
Matt Johnson-Pint
Nope. Same version of Mono, as far as I am aware. 6.12.0.182. It was rather surprising to me as well. I'll investigate further when I can find some time.
Comparing the GitHub Actions runner images package lists ([20.04](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md) vs [22.04](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md)), I see that 20.04 has sqlite3 3.31.1 preinstalled, and 22.04 has sqlite3 3.37.2 preinstalled. Not sure why that would...
Shouldn't matter for tests that execute on Mono. The error happens at run time, not at build time. They are both using the latest .NET 7 SDK to run the...
Hitting this presently with the current rollout for the `ios` workload. ``` sudo dotnet workload install ios ``` ``` ... Workload(s) 'ios' are already installed. Skipping NuGet package signature verification....
Also note that this breaks our CI/CD builds, since the current workloads are installed with each build. We can't build until the workload install succeeds.
Note also, even after it appeared on Nuget a while later, it's still not available until fully indexed. Thus, the validation would need to really make sure it was *available*...
FYI, it's working again now that the indexing has completed. Hope the validation can be added so we don't encounter it again next time.
Hitting this again presently. ``` Workload update failed: microsoft.ios.sdk::16.2.29 is not found in NuGet feeds https://api.nuget.org/v3/index.json". ``` Related to rollout of https://www.nuget.org/packages/Microsoft.NET.Sdk.iOS.Manifest-7.0.100/16.2.1040
Should be resolved when indexing is complete.
Working again now.