Andy Polyakov

Results 269 comments of Andy Polyakov

Let's say in couple of days. Apologies for the delay and thanks for the patience!

[Doc](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.runtimeinformation.runtimeidentifier) says that its behaviour changed in .NET 8. Would it be appropriate to compile it conditionally? As in `#if NET8_0_OR_GREATER` that is. And mimic the new behaviour in `#else`?...

> How about like this: Cool, that's basically what I meant :-) But please add a remark that $"{os}-{arch}" mimics RuntimeIdentifier from NET 8. Couple of questions. Is there feature...

Oh! And execute run.me and update even supranational.blst.cs.

> I'll put the conditional compilation back in so for net 8 forward at least this can pick up new permutations without change. I meant a commentary would be sufficient,...

Thanks! I'll apply this at some occasion...

This was merged. Thanks!