PropertyChanged.SourceGenerator icon indicating copy to clipboard operation
PropertyChanged.SourceGenerator copied to clipboard

Convert EventArgsCacheGenerator to C# 7.3 compatible syntax

Open luislza opened this issue 1 year ago • 0 comments

  • EventArgsCacheGenerator currently generates code which requires C# 8.0 (.NET Core).
  • This results in generated code not compiling when targeting C# 7.3 (.NET Framework 4.8).
  • This PR updates the syntax to be compatible with C# 7.3 for generated code.

luislza avatar Jan 23 '25 08:01 luislza