Skip to content

optimize rule providers #26

optimize rule providers

optimize rule providers #26

Triggered via push February 15, 2024 10:40
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.