Skip to content

Setup Multi-Target for .NET Framework #35

Setup Multi-Target for .NET Framework

Setup Multi-Target for .NET Framework #35

Triggered via pull request August 9, 2023 11:51
Status Failure
Total duration 2m 34s
Artifacts

workflow.yml

on: pull_request
build-dotnet
42s
build-dotnet
build-framework
2m 17s
build-framework
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-framework
Process completed with exit code 1.
build-dotnet: src/Sdk/Models/AliasPointer.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/AliasPointer.cs#L6
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/AliasPointer.cs#L7
Non-nullable property 'Plaintext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/AuditLog.cs#L6
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/AuditLog.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/AuditLog.cs#L8
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/Credential.cs#L5
Non-nullable property 'Descriptor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/Credential.cs#L6
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/Credential.cs#L7
Non-nullable property 'UserHandle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: src/Sdk/Models/Credential.cs#L9
Non-nullable property 'AttestationFmt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.