Today I learned about Attribute Target Specifier in C#
Summary
The main theme is applying attributes to positional record properties in C# to customize JSON serialization. The key concept discussed is the attribute target specifier, specifically using `property` to resolve compiler warnings. The practical takeaway is that using attribute target specifiers allows for proper attribute application on positional record members.