Dotnet StringSyntaxAttribute
Today I learned about the StringSyntaxAttribute added in .NET 7. It鈥檚 a handy attribute you can add to string properties to specify exactly what format the string should be in. This gives you extra IDE assistance like syntax highlighting and intellisense 馃敟. And you can also use a comment like /*lang=xxx*/ for regular variables. Read Steve鈥檚 post for more detail.