This inspection reports private auto-properties that have nominal usages, but may not do anything meaningful because one of their accessors is never used.
Here is an example that illustrates the issue in a simple case:
classPost{// Set in the constructor but never readprivatestring Name {get;set;}// Read once but the value is never setprivatebool NeedsReview {get;set;}Post(string name)=> Name = name;voidFlagReview(){if(NeedsReview)
Console.WriteLine("Please review");}}
Our website uses some cookies and records your IP address for the purposes of accessibility, security, and managing your access to the telecommunication network. You can disable data collection and cookies by changing your browser settings, but it may affect how this website functions. Learn more.
With your consent, JetBrains may also use cookies and your IP address to collect individual statistics and provide you with personalized offers and ads subject to the Privacy Notice and the Terms of Use. JetBrains may use third-party services for this purpose. You can adjust or withdraw your consent at any time by visiting the Opt-Out page.