Loïc Denuzière
Loïc Denuzière
Closing as stale.
Closing as stale.
Closing as superseded by #309.
This is becoming even more useful now that .NET 8 gives warnings (which I had as errors on a project I just tried to restore) when a package version has...
Libraries compiled before such a change will still use null though. So you could take a unit returned from an existing library, try to call Equals on it, and get...
I meant Equals from IEquatable, which unit doesn't implement at the moment. My point is, if unit implements interfaces, then you'll expect to be able to use them, but unit...
As a variant proposal, `and do!` would have the advantage of not introducing a new keyword.
Interestingly, the following works: ```fsharp [] ``` So my impression is that this is actually a bug when handling more complex content in `nameof` in attributes.
Ha, there was always the expectation that people would want to expand the "underscore lambda" syntax to more than member access. We may not want to go full Scala `_...
I can work on it. I'm not sure what the new module should be called though. `Validate`? `Validator`? Or maybe still `Validation` but located in a sub-namespace to avoid collision?