Skip to content

1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 May 09:41
de92af8

Changed

  • Generated properties now use the C# field keyword on compilers that support it (C# 14+), eliminating explicit backing fields

Breaking Changes

  • On C# 14+ compilers, the EmbeddedResource.BackingField nested class is no longer generated. Code that directly accessed EmbeddedResource.BackingField.PropertyName will no longer compile. Implementations of the ReadEmbeddedResourceValue partial method are unaffected — the backing storage is passed to that method as a ref parameter regardless of whether it is backed by field or by the explicit BackingField class.