ReSharper 2024.1 Help

Code inspection: Get-only auto-property is never assigned

This inspection reports get-only auto-properties that are used in some operations or returned by a method, but are never assigned a value. This often indicates that some part of your code is not functioning as intended, or that the property is redundant and should be removed, or that the property should be initialized from a constructor .

Last modified: 06 June 2024