Cyrus Najmabadi

Results 993 comments of Cyrus Najmabadi

Yes. In general roslyn writes vb analyzers/fixers in VB. Though if we write something for both c# and vb then we'll usually extract all the shared logic into code in...

Note: we considered this for c# and rejected it

> CodeRush by DevExpress already has this as a refactoring, and I'm sure ReSharper must have it too. I also wrote it for Vb and C# as part of Roslyn....

I personally don't think this is valuable enough as a language feature. I think you can already enable/disable checked on an assembly level. @KathleenDollard not sure if you (or another...

> It has been sitting here for 8 months. note: length of time really isn't part of any decision making. We have C# lang proposals that have been around for...

> What are the criteria for a language feature to be valuable enough / fits the language? Someone on the VB ldm would have to champion it. To do that,...

> Says the someone who is all excited about dotnet/csharplang#2951. I think you can already concatenate const string on the operator level (known as "plus-sign" IIRC). But no matter, "It's...

> I've encountered issues when trying to override GetHashCode in VB.NET. Could you give some of the issues? For VB i would expect to just use [HashCode.Combine](https://docs.microsoft.com/en-us/dotnet/api/system.hashcode.combine?view=dotnet-plat-ext-3.1#System_HashCode_Combine__2___0___1_) here.

> How is the VB community to reach any member of the LDM? I think the only way would be to create issues here. It's the same way for C#...

Note: this woudl likely be a very large impact to the IDE. Any proposal/work here will need to appropriately cost that in.