PropertyChanged.SourceGenerator
PropertyChanged.SourceGenerator copied to clipboard
Convert EventArgsCacheGenerator to C# 7.3 compatible syntax
- 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.