Skip to content

Bump to v11

Bump to v11 #4

Triggered via push August 3, 2023 13:03
Status Success
Total duration 49s
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/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/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/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/PasswordlessApiException.cs#L26
Non-nullable property 'Extensions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.