Skip to content

Version bump

Version bump #3

Triggered via push August 3, 2023 12:14
Status Success
Total duration 57s
Artifacts

workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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: 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: 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: src/Sdk/Models/CredentialDescriptor.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: 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: 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: 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: src/Sdk/Models/PasswordlessUserSummary.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/PasswordlessUserSummary.cs#L6
Non-nullable property 'Aliases' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/RegisterOptions.cs#L8
Non-nullable property 'Attestation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.