Introduce first built-in compiled template implementation, ISpanFormattable#24
Introduce first built-in compiled template implementation, ISpanFormattable#24
Conversation
3d12a28 to
340f74a
Compare
…ttable This new mechanism we implemented for users, can also be leveraged for the built-in conversions, so as to make them easier to author and maintain. We'll introduce remaining interfaces this way and likely convert original resource-based templates to compiled-based ones too.
340f74a to
46973ab
Compare
🧪 Details on macOS Unix 14.7.1✅ StructId.ComparableGeneratorTests.GenerateComparable 🧪 Details on Ubuntu 22.04.5 LTS✅ StructId.ComparableGeneratorTests.GenerateComparable 🧪 Details on Microsoft Windows 10.0.20348✅ StructId.ComparableGeneratorTests.GenerateComparable from dotnet-retest v0.6.3 on .NET 8.0.11 with 💜 |
This new mechanism we implemented for users, can also be leveraged for the built-in conversions, so as to make them easier to author and maintain.
We'll introduce remaining interfaces this way and likely convert original resource-based templates to compiled-based ones too.