Description
See:
Microsoft have renamed the assembly stores. We probably need to 'merge' those changes into our repo:
|
private static string GetBlobName(string abi) => $"libassemblies.{abi}.blob.so"; |
I think the name of the assembly store will depend which specific version of the .NET SDK is being used by our customers, so we may need to add a little bit of logic to resolve either the old stores or the new ones.
Description
See:
libassembly-store.sodotnet/android#10638Microsoft have renamed the assembly stores. We probably need to 'merge' those changes into our repo:
sentry-dotnet/src/Sentry.Android.AssemblyReader/V2/StoreReader.cs
Line 90 in a2c61d4
I think the name of the assembly store will depend which specific version of the .NET SDK is being used by our customers, so we may need to add a little bit of logic to resolve either the old stores or the new ones.