Andrii Kurdiumov
Andrii Kurdiumov
@dipeshmsft are there something preventing tests to be added by community?
I already figure out the issue with drag drop. FYI: Also on RC1 you have to implement bunch of methods and properties and Pi property can be a problem for...
This interface https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Numerics/IFloatingPoint.cs now derives from this one https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Numerics/IFloatingPointConstants.cs as you will see, it has Pi property. You cannot have property `Pi` and method `Pi()` in the same class.
You cannot not implement it, or you have to implement, but make it `throw NotImplementedException`, that interface is part of `INumber` so with latest preview or nightly RC1 you will...
I'm not sure from which version of .NET source.dot.net gets source code, but I give you source code for latest bits from main branch. That's where dev works. And that's...
Please take a look at approximate changes which would be required https://github.com/c-ohle/RationalNumerics/pull/7
My idea was rename `Pi` to `AproximatePi`, that way methods still make sense. Just an idea
My video card is `NVIDIA GeForce 210` where it fails. If some requirement are not met, maybe at least try/catch inside WndProc, so application would not crash.
@thomhurst I did not expect API match one-2-one, but most other frameworks, at least for smaller projects can be very easiely migrated, since a lot of things converge. It would...
@Xen0byte maybe it make sense to share it, even if not for my sake, but for others? What do you think. Even if it’s rough probably still would be better