저는 소스 생성기가 아니면 로직을 커스텀하는데만 유용하다고 생각했었는데
이런 것도 되네요. 아마도 이런 코드이지 않을까 싶습니다.
private string field; public string BlockText { get => $"Do you want to overwrite the file \"{field}\"?"; set => field = value; }