invio / Invio.Immutable

C# Library used to ease immutable class creation and data management
MIT License
2 stars 0 forks source link

Only use auto-properties when building ImmutableBase's property list #44

Closed carusology closed 6 years ago

carusology commented 6 years ago

Closes #32

Properties that wrap around private fields or other properties (as opposed to storing a value on a backing field) will now be excluded.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ecc59a9f80456909436482f21ac1ab95796db883 on 32-filter-on-auto-implemented-properties into 70242b6e129e09e6322cb35b6d0dc8fdfe1946d2 on master.