Jonathan Peppers

Results 525 comments of Jonathan Peppers

> * Assertion at /__w/1/s/src/mono/mono/metadata/loader.c:1638, condition `id

I hadn't planned on doing anything here yet. It might be possible to do it yourself already, you can look at MAUI's tests and copy what they do? This is...

> poll for availability (which I understand they already do), and then publish the manifest packages as a separate step afterwards. @marcpopMSFT can you share some details on the "poll...

The fact we have some reports of: > 2023-04-11T14:22:03.8990170Z Workload installation failed: microsoft.netcore.app.runtime.mono.android-x64::6.0.16 is not found in NuGet feeds https://api.nuget.org/v3/index.json". Seems like maybe the .NET release side wasn't working either?

@marcpopMSFT this plan didn't quite work for us in practice -- we published the Android manifest last, and yet it was the first available on NuGet.org. It is just such...

The `dotnet9` feed has "daily" builds: https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet9/NuGet/Microsoft.NET.Sdk.Maui.Manifest-9.0.100-preview.1/overview/9.0.0-preview.1.9963%20sha.9ee714a0b8-azdo.9013930

There is an example in an email thread: sudo dotnet workload install maui --from-rollback-file http://maui.blob.core.windows.net/metadata/rollbacks/9.0.0-preview.1.9973.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json --source https://api.nuget.org/v3/index.json

.NET 9 Preview 2 hasn't released yet, so that is why you might see a "nightly" version number. If you use .NET 9 Preview 1 with just NuGet.org as the...

Related comment: * https://github.com/xamarin/java.interop/pull/1190/files/33bd50195eec18640d8f1c86692abd07e5b68e93..4522d35c7ffb55456db2cd10466946fb504f84b8#r1504263415

## Update ## We'll probably actually suppress the warnings like: ```csharp // FIXME: https://github.com/xamarin/xamarin-android/issues/8724 // IL3050 disabled in source: if someone uses NativeAOT, they will get the warning. #pragma warning...