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";
}