| 10 Feb 2025 |
GGG | But roslyn-ls does not execute the source generators, so it has a bunch of errors in the proejct | 21:00:55 |
GGG | * But roslyn-ls does not execute the source generators, so it has a bunch of errors in the project | 21:00:59 |
GGG | More specifically, the roslyn-ls that is bundled/embedded/vendored inside the VSCode C# extension | 21:01:15 |
GGG | it builds correctly, but the extension generates a bunch of errors because no source is being generated so the program is incomplete according to it | 21:01:37 |
| 12 Feb 2025 |
Emma [it/its] | oh is that why source generators no longer run in Rider either? | 21:22:11 |
GGG | Perhaps | 21:23:45 |
GGG | I changed back to the binary build with `combinePackages [ sdk_9_0-bin sdk_8_0-bin ]` | 21:24:23 |
GGG | I believe it *might* be related to the source-built system packages not being signed and the source generators trying to load one with a specific signature (publicToken) | 21:25:10 |
GGG | But I'm not entirely shure | 21:25:18 |
6pak | fyi the "private" keys for strong-signing runtime/official assemblies are public | 23:24:13 |
6pak | and afaik source build uses them | 23:24:34 |
6pak | * fyi the "private" keys for strong-named signing runtime/official assemblies are public | 23:25:02 |
6pak | * fyi the "private" keys for strong-name signing runtime/official assemblies are public | 23:25:12 |