https://www.sysnet.pe.kr/2/0/13214 - https://learn.microsoft.com/dotnet/standard/serialization/system-text-json/source-generation-modes?pivots=dotnet-8-0
https://learn.microsoft.com/dotnet/core/extensions/high-performance-logging
최신C#문법이나 cshtml, razor문법 전부 소스생성기반일건데, 직접 제너레이션 해보려니 코드분석코드짜다 머리빠게지겠음. 그냥 대충 T4나 쓸가....
https://learn.microsoft.com/ko-kr/dotnet/standard/base-types/regular-expression-source-generators
https://github.com/tkrafael/dotnet-runtime/commits/main/src/libraries/Microsoft.Extensions.Logging.Abstractions/gen/LoggerMessageGenerator.Parser.cs
공식 로그제너레이터 소스를 찾아봤는데 아직 편히 사용할단계가 아닌듯 함
https://github.com/dotnet/roslyn/issues/52118