Cory Smith
Cory Smith
So this is a suggestion to change a language because the choices of another language allow the developers to write nonsensical code - code that shouldn't exist in a public...
I also submitted it to roslyn-sdk samples over at https://github.com/dotnet/roslyn-sdk/pull/691 Apparently I screwed up the pull request because I assumed there would be a git ignore associated; so have to...
I did fork... but the problem may be that I used github to create the pull request instead of Visual Studio. Never tried doing that directly in VS so I'll...
The thing is that I've learned a ton from all of the examples on the road to producing the one that I'm actually interested in pursuing. If, for example, the...
Circling back to this with an update... there is another example of leveraging a Source Generator to *enhance* VB so it supports an *Implicit Interfaces* experience. - [Nuget](https://www.nuget.org/packages/DualBrain.ImplicitInterfaceGenerator/1.0.0-alpha4) - [Repo](https://github.com/DualBrain/Samples/tree/master/SourceGenerators/ImplicitInterfaceGenerator)...
I have to agree with @rskar-git; we already have a construct for this. If you desire an index, then iterate over the values using an index. For Each is what...
Interesting thought and it's hard for me to constructively argue against given that Next already has this (optional). Makes sense to me; it might even fall under the "it should...
@KathleenDollard I know that this would technically be a "language change"; but it seems to be pretty low hanging fruit that addresses two clear issues: - Removes the need for...
@AdamSpeight2008 I don't see it being an issue that it is lowering to a ```goto```; at the end of the day many of the constructs within the language are *hiding*...
And with all that said... if we can get approval for this as a community contribution... I'd love to participate in helping getting it across the finish line. ;-)