Fred Silberberg
Fred Silberberg
Sure, and we could certainly consider warning if the file uses anything other than UTF-8 w/o BOM.
The first point is correct, and is the only thing this proposal covers. This proposal makes no statement on how a program would communicate dependencies to a tool.
This proposal was rejected by the LDM: https://github.com/dotnet/csharplang/blob/main/meetings/2022/LDM-2022-09-28.md#ungrouped.
> but I guess Roslyn could automatically suppress it if you're annotating a partial property 🤔 It wouldn't, but you could.
### API Review * FileLinePositionSpan has a boolean that indicates if it's a mapped path, which isn't settable externally. * This is implicit information in proposal 2, so we're leaning...
> The general strategy is to allow concurrency except when the debugger is attached. The thing I'm complaining about is that this isn't true (or at least, isn't true on...
> The comparison code used by roslyn-sdk does a depth-first search to find a least-cost deviation from matching expected and actual diagnostics in situations where the expected diagnostics only partially...
The main thing roslyn gives me is a very good diff of _all_ diagnostics at once. It correctly identifies which diagnostics are currently specified, which ones are missing, and which...
That just sounds incredibly dangerous to me. Did you mean to use it as identifier and messed up, or did you actually want to discard? The intent of _ is...
This issue was rejected by the LDM: https://github.com/dotnet/csharplang/blob/main/meetings/2022/LDM-2022-09-28.md#ungrouped.