Fred Silberberg

Results 412 comments of Fred Silberberg

@jcouv addressed feedback

This is by no means limited to TLS. Pretty much any generic declaration followed by anything that's not an identifier will have this shape. For example, inside a method followed...

Alright, I took a look at this. Unfortunately, this seems like a roslyn bug: the `QuickInfoProvider` is giving us a `TaggedText` section with a `Tag` of `Text`, which we dutifully...

Also, as a side note, `` tags are a separate top-level section, not nested under `` tags. Not really related here, as just a `` tag under a summary shows...

Figured out the cause of this. CPS displays a different context menu in this case. Adding the command to that node causes everything to work correctly.

I've opened https://github.com/dotnet/roslyn-project-system/pull/1341. There needs to be some discussion on the appropriate way to fix this, which will happen on that PR.

I would agree with Jeremy, C# the language doesn't care about those attributes, just Roslyn the compiler. Perhaps under docs/features? Also, what support does VB have for these attributes, and...

Well, good news, 0.0.340 doesn't repro this problem immediately. Bad news, it's because nothing is working at all:

``` 2025-10-14T16:04:45.209Z [INFO] Starting Copilot CLI: 0.0.340 Commit: fac8111 2025-10-14T16:04:45.210Z [INFO] Node.js version: v22.19.0 2025-10-14T16:04:45.572Z [LOG] Using Copilot API endpoint: https://api.individual.githubcopilot.com/mcp/readonly 2025-10-14T16:04:45.573Z [LOG] Starting remote MCP client for github-mcp-server with...