Harry McIntyre
Harry McIntyre
If you can mint new Types in a single line of code (which you can with Records) then the utility of a Type Union is very close to that of...
``` [] type FavouriteColour = | Red | Green Unchecked.defaultof.Dump(); //IsRed == true ``` For class DUs, the default is `null`
I'd like `var c = (item1: 1); // type == ValueTuple` to be available. I've found a way of serializing the tuple property names, and it's quite annoying not to...
Does anyone know if this will be considered at any point? I keep having to use a dummy parameter in certain situations e.g. class SomeCommand : Command { ... }...
I want the value to be named, not just for sugar, but for serialisation as well (I have some code that will read the name attributes).
I probably haven't explained my use cases sufficiently. I find there are LOTS of situations where I would like to create a class where one would use a (potentially deeply...
It's a shame `IQbservable` never took off
`result.Is()` is superior in some regards as you can use full namespaces or aliases if the names overlap
Sorry, I'm not keen on adding this, and increasing the code/assembly size. It seems to me that using the Match overload with the async keyword already handles this capability. Perhaps...
Hi Pierre, are theses features (including the font-size and font-colour) on your fork? They sound tres useful!