Skip to content

Update Nager.PublicSuffix.csproj #29

Update Nager.PublicSuffix.csproj

Update Nager.PublicSuffix.csproj #29

Triggered via push February 15, 2024 14:16
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Nager.PublicSuffix/RuleProviders/BaseRuleProvider.cs#L14
Non-nullable field '_domainDataStructure' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Nager.PublicSuffix/RuleProviders/BaseRuleProvider.cs#L14
Missing XML comment for publicly visible type or member 'BaseRuleProvider._domainDataStructure'
build: src/Nager.PublicSuffix/RuleProviders/BaseRuleProvider.cs#L14
Non-nullable field '_domainDataStructure' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Nager.PublicSuffix/RuleProviders/BaseRuleProvider.cs#L14
Missing XML comment for publicly visible type or member 'BaseRuleProvider._domainDataStructure'
build: src/Nager.PublicSuffix/RuleProviders/BaseRuleProvider.cs#L14
Non-nullable field '_domainDataStructure' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Nager.PublicSuffix/RuleProviders/BaseRuleProvider.cs#L14
Missing XML comment for publicly visible type or member 'BaseRuleProvider._domainDataStructure'
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.