Skip to content

Merge pull request #4 from bitwarden/documentation #9

Merge pull request #4 from bitwarden/documentation

Merge pull request #4 from bitwarden/documentation #9

Triggered via push April 15, 2024 19:15
Status Success
Total duration 53s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Passwordless.BlazorWebAssembly/PasswordlessClient.cs#L35
Dereference of a possibly null reference.
build: src/Passwordless.BlazorWebAssembly/PasswordlessClient.cs#L45
Possible null reference return.
build: src/Passwordless.BlazorWebAssembly/PasswordlessClient.cs#L57
Dereference of a possibly null reference.
build: src/Passwordless.BlazorWebAssembly/PasswordlessClient.cs#L66
Possible null reference return.
build: src/Passwordless.BlazorWebAssembly/Contracts/RegisterCompleteRequest.cs#L8
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Passwordless.BlazorWebAssembly/Contracts/RegisterCompleteRequest.cs#L10
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Passwordless.BlazorWebAssembly/Contracts/RegisterCompleteRequest.cs#L15
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Passwordless.BlazorWebAssembly/Contracts/RegisterBeginResponse.cs#L8
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Passwordless.BlazorWebAssembly/Contracts/RegisterBeginResponse.cs#L10
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Passwordless.BlazorWebAssembly/Contracts/RegisterBeginRequest.cs#L9
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.