Conversation
This simplifies mantainability down the road. This also allowed conditional generation of the primary constructor if users already provide one with the required Value parameter. A pair of codefixes are provided to either remove a non-compliant ctor entirely or renaming the parameter to `Value` as required.
🧪 Details on Microsoft Windows 10.0.20348✅ StructId.ComparableGeneratorTests.GenerateComparable from dotnet-retest v0.6.3 on .NET 8.0.11 with 💜 |
This simplifies mantainability down the road.
This also allowed conditional generation of the primary constructor if users already provide one with the required Value parameter. A pair of codefixes are provided to either remove a non-compliant ctor entirely or renaming the parameter to
Valueas required.