Skip to content

Update Nager.PublicSuffix.csproj #21

Update Nager.PublicSuffix.csproj

Update Nager.PublicSuffix.csproj #21

Triggered via push February 13, 2024 11:50
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Nager.PublicSuffix/Exceptions/ParseException.cs#L26
Cannot convert null literal to non-nullable reference type.
build: src/Nager.PublicSuffix/Exceptions/ParseException.cs#L26
Cannot convert null literal to non-nullable reference type.
build: src/Nager.PublicSuffix/Exceptions/ParseException.cs#L26
Cannot convert null literal to non-nullable reference type.
build: src/Nager.PublicSuffix.WebApi/Models/Author.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Nager.PublicSuffix.WebApi/Models/Author.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Nager.PublicSuffix.WebApi/Models/Verification.cs#L6
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Nager.PublicSuffix.WebApi/Models/Verification.cs#L7
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Nager.PublicSuffix.WebApi/Models/Verification.cs#L8
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Nager.PublicSuffix.WebApi/Models/Tree.cs#L5
Non-nullable property 'Sha' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Nager.PublicSuffix.WebApi/Models/Tree.cs#L6
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.