This extension contains a diagnostic analyzer that finds getter only properties with backing read-only field and converts them to getter-only auto-properties.
The analyzer is applied to code pattern that meet these criteria.
See the github repository at github.com/ifpanalytics/Ifp.Analyzers for further details. |