Uh oh!
There was an error while loading. Please reload this page.
Fully qualify references to generated interfaces - #89
Conversation
Uh oh!
There was an error while loading. Please reload this page.
011fcc7 to
332a2dbCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f449545 to
dfcb5b7Comparedfcb5b7 to
28df788Comparesimonmckenzie
commented
Oct 22, 2025
This is ready for review again - I just had a last minute refactoring idea :) |
ChristianSauer
commented
Nov 4, 2025
Could you be so kind and merge master into this? Than I will merge it as 6.x I think because it's potentially breaking |
simonmckenzie
commented
Nov 5, 2025
Not a problem @ChristianSauer. I hope to get this done next week. |
28df788 to
12ad491CompareHi @ChristianSauer, I've rebased the branch on master, but happy to get the other PR merged first, then I can rebase and refactor again, as I think I should probably move the other PR's changes into the |
12ad491 to
7302977CompareUh oh!
There was an error while loading. Please reload this page.
5d8726b to
4cce479CompareChristianSauer
commented
Nov 13, 2025
@simonmckenzie I merged the other PR first :) |
This addresses an issue where, when a class references a generated interface, those references are not fully qualified, resulting in an interface that doesn't compile. The change is to precalculate the list of interface names that will be generated, and, during symbol string generation, replace unrecognised symbols with generated names _where a single unambiguous match can be made between the symbol and the list of interfaces being generated_.
- Change approach to use `ToDisplayParts`, which removes the need for regex parsing of generated code - Fix bug in `ReplaceWithInferredInterfaceName` where dots weren't being escaped - Add tests to ensure partially qualified references will be resolved correctly
…class; refactor This centralises the rendering logic plus simplifies the implementation to use `ITypeSymbol.WithNullableAnnotation` and hands the rendering off to the default `ToDisplayString` implementation
4cce479 to
9148e56Comparesimonmckenzie
commented
Nov 18, 2025
Hi @ChristianSauer, I've rebased again and refactored the changes from #85 into the |
ChristianSauer
commented
Apr 23, 2026
Closing due to: #93 |
This addresses an issue where, when a class references a generated interface, those references are not fully qualified, resulting in an interface that doesn't compile. See #87.
The change is to precalculate the list of interface names that will be generated, and, during symbol string generation, replace unrecognised symbols with generated names where a single unambiguous match can be made between the symbol and the list of interfaces being generated.
For the example provided in #87, the code will now generate this output: