recorefx / RecoreFX

A simple library for a better C#
https://recorefx.github.io
MIT License
2 stars 0 forks source link

Add nullable annotations for Argmax and Argmin #159

Closed brcrista closed 4 years ago

brcrista commented 4 years ago

This requires C# 9's new T? annotations for unconstrained generic types. This follows how Max() and Min() are annotated.

For simplicity in the CI builds, this goes ahead and upgrades the tests to .NET 5.0. This produces some warnings which will need to be fixed later.