Skip to content

Merge branch 'main' of https://github.com/nager/Nager.PublicSuffix #24

Merge branch 'main' of https://github.com/nager/Nager.PublicSuffix

Merge branch 'main' of https://github.com/nager/Nager.PublicSuffix #24

Triggered via push February 13, 2024 21:32
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/Program.cs#L53
Dereference of a possibly null reference.
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.