Phillip Carter
Phillip Carter
What would be the means of configuring this? I do see this as valuable, but there's no systematic way to identify a language feature outside the bounds of the compiler...
@Tarmil Yeah, I agree. However, to make linters more effective we would likely need to make API additions to FCS so that they can accurately detect and warn on use...
So what I think I'd personally like to see is: 1. Adjust each of the pages to emphasize that this is to configure head sampling at the SDK level, and...
I would personally favor a succinct convention for getting the arguments, but I would not prefer an implicit async or task-based context. That complicates things for C# today, because it...
I would argue that's not terribly succinct. I realize it's the .NET way of doing `sys.argv`, but that's a pretty rough line of code. `fsi.CommandLineArgs` in scripts is a great...
Generally I don't think I'm in favor here. The most common use case in C# is something to the effect of, "turn this class into a tuple of the data...
I'd love that.
@cmelius if you'd like to contribute to the registry, please do! We'd be happy to list it.
Ouch, yeah that shouldn't be happening. Internal errors like this are dreadful.
@Swoorup Can you please follow the issue template for future suggestions? Thanks. I'm not sure how to rationalize this with extended properties like this: ```fsharp type Int32 with member this.Zero...