Fred Silberberg

Results 412 comments of Fred Silberberg

@JohnyL you will need VS 17.13p2 to see it live in the ide.

> @333fred Beg your pardon, but does such version exists for now? I've got 17.12.p5. Not yet, no. As I said, we'll have a blog post out with instructions on...

One interesting point about this: what types of characters do we want to support between classes as part of the file name? Do we want to just do `+` and...

Another point: should ordering matter? Ie, should I be able to have a file named foo+bar+baz.cs with the following class definitions: ``` C# class baz { class bar { }...

Another complex scenario: ``` C# class c1 { class c2 { class c3 { } class c5 { } } class c4 { } } ``` Do we need to...

LDM discussed this [here](https://github.com/dotnet/csharplang/blob/main/meetings/2024/LDM-2024-09-04.md#extending-patterns-to-as). Ultimately, we do not want to proceed with this proposal, and are closing it as rejected.

> @alrz It differs in two ways. 1) It recommends disallowing subpatterns on the slice pattern, even if the enumerable is sliceable. 2) It uses the enumerator directly like the...

I think an email discussion with the api review alias, or with the owner of the api (@alekseyts and myself) is the appropriate first step here, rather than bringing it...

Consider appending `--attachdebugger` to the rsp as well.

> > Consider appending --attachdebugger to the rsp as well. > > I honestly didn't realize that we had that as an option. Neither did I, until I went to...