optimize rule providers #26
Annotations
10 warnings
build:
src/Nager.PublicSuffix.WebApi/Models/GitHubCommit.cs#L7
Non-nullable property 'Commit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.PublicSuffix.WebApi/Models/GitHubCommit.cs#L8
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.PublicSuffix.WebApi/Models/CommitInfo.cs#L5
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.PublicSuffix.WebApi/Models/CommitInfo.cs#L6
Non-nullable property 'Committer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.PublicSuffix.WebApi/Models/CommitInfo.cs#L8
Non-nullable property 'Tree' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.PublicSuffix.WebApi/Models/CommitInfo.cs#L10
Non-nullable property 'Verification' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.PublicSuffix.WebApi/Program.cs#L57
Dereference of a possibly null reference.
|
build:
src/Nager.PublicSuffix.WebApi/Models/GitHubCommit.cs#L7
Non-nullable property 'Commit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.PublicSuffix.WebApi/Models/GitHubCommit.cs#L8
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Nager.PublicSuffix.WebApi/Models/CommitInfo.cs#L5
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|