Alex

Results 67 comments of Alex

Just dropping a thought about this feature here, would it be nicer to force separating the other members of the enum into a different declaration? That would also require support...

That touches the proposal about partial enums and the declaration of their fields, but definitely some rules must be enforced to ensure that field declaration doesn't go out of hand.

Since the project was upgraded to .NET 8.0, maybe revisiting this is a good idea

That would actually be very useful, since existing enum types are being used in APIs that we intend to consume, and would rather avoid mapping the exact values to a...

> Source generators need access to the source to work. > To make this work, the source generator would need to use reflection for the external enum. > This assumes...

I should probably share that I've got a [spec](https://github.com/AlFasGD/csharplang/blob/short-circ-logical-assignment-ops/proposals/short-circuit-logical-assignment-operators.md) and a [prototype](https://github.com/AlFasGD/roslyn/tree/features/compound-logical-operators) for this feature, in hopes that this feature gets more traction and love

It would be very nice if it could also provide more text transformations than just casing, including custom ones.

Playing mania for years, I barely score any SSes with the stable algorithm, let alone 1,000,000s. We can tell the difference between SS and 1M; the latter being a "real"...

From what I can tell, we want a singular rank for each play, to which I stand by keeping the current stable. SS is pretty hard in itself, and S...

@CyrusNajmabadi this one does not have a proposal spec yet, does the issue need the needs approved spec label first before moving onto the prototype implementation itself?