John Moreno

Results 36 comments of John Moreno

@RevensofT : not sure what you mean, part of the spec for Static is that it has to be thread safe and when assigned a value as part of the...

I am attempting to write an Analyzer/CodeFixProvider in C# for VB (pattern matching is awesome, although I think #172 would have worked just as well if I was writing vb),...

My guidance from CyrusNajmabadi on the linked question was to use VB for a vb Analyzer.

I think #194 and two new interfaces (one including all properties unless excluded by an attribute, one only including properties with an attribute) and a method that implemented the interface...

Previous suggestions #278 and #292. This is having more activity, so if it helps things I’d be happy to close #278. PS: the lack of this confused a co-worker today...

@zspitz : an IQueryable function should already work, no need for intermediate expressions.

If possible I wouldn't put the keyword on either the class or the property, instead I would put it the same place that `Handles` does, on a method, so the...

Note that the C# equivalent proposal, https://github.com/dotnet/csharplang/issues/2883, seems to have a bit of traction, but given the “no new development” strategy, I don’t have much hope for this in VB....

@VBAndCs : but Paul is right, either MS does the work of adding that kind of support, or the community does. And for the community to do so, it needs...