System.IO.Abstractions.Analyzers
System.IO.Abstractions.Analyzers copied to clipboard
FalsePositive for calculated property in DTO
I think the analyzer should ignore the calculated property in DTO. For Example:
public class View
{
public string Name { get; set; }
public string Format => Path.GetExtension(Name);
}
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.59. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.