Skip to content

AOM400: Displaying for properties without setters #54

@Liamth99

Description

@Liamth99

Describe the bug:
Properties without a setter getting incorrectly displaying a AOM400 warning.

public class Release
{

    ...
    
    // Does not need a AOM400 warning as the property cant be written to
    public string Cover => $"https://coverartarchive.org/release/{Id}/front";
}

Metadata

Metadata

Assignees

Labels

AnalyzerbugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions