Merge pull request #1 from Zandario/chore/editorconfig #5
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/Benefit.cs#L12
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Benefit.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Benefit.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Benefit.cs#L21
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Benefit.cs#L24
Non-nullable property 'AppExternalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Benefit.cs#L27
Non-nullable property 'AppMeta' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Benefit.cs#L30
Non-nullable property 'BenefitType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patreon.NET/Models/Benefit.cs#L54
Non-nullable property 'RuleType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|