theraot / Theraot

Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
MIT License
158 stars 30 forks source link

Upgrade library to C# 7.3 #78

Closed NN--- closed 4 years ago

NN--- commented 5 years ago

This allows using enum constraint: https://blog.jetbrains.com/dotnet/2018/07/19/unmanaged-delegate-enum-type-constraints-c-7-3-rider-resharper/

theraot commented 4 years ago

Code is now C# 8.0 - however, I do not think I will be using the enum contraint. Not for HasFlag or TryParse, they will keep close to the signature in the BCL.