New
v1.12.0
What's Changed
- Empty variants are now ignored when generating implicit conversions @domn1995 in https://github.com/domn1995/dunet/pull/353
[Union]
public partial record Option<T>
{
// An implicit conversion from `T` to `Some` is now generated.
public partial record Some(T Value);
public partial record None;
}
Packages
https://www.nuget.org/packages/Dunet/1.12.0
Full Changelog
https://github.com/domn1995/dunet/compare/v1.11.4...v1.12.0