Chore: Add .editorconfig #3
Annotations
10 warnings
build:
Patreon.NET/PatreonClient.cs#L41
Cannot convert null literal to non-nullable reference type.
|
build:
Patreon.NET/PatreonClient.cs#L41
Cannot convert null literal to non-nullable reference type.
|
build:
Patreon.NET/Models/Campaign.cs#L14
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Campaign.cs#L17
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Campaign.cs#L23
Non-nullable property 'CreationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Campaign.cs#L26
Non-nullable property 'DiscordServerID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Campaign.cs#L29
Non-nullable property 'GoogleAnalyticsID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Campaign.cs#L38
Non-nullable property 'ImageSmallUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Campaign.cs#L41
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Campaign.cs#L53
Non-nullable property 'MainVideoEmbed' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|