Skip to content

Create workflows, CODEOWNERS, Renovate, ... #2

Create workflows, CODEOWNERS, Renovate, ...

Create workflows, CODEOWNERS, Renovate, ... #2

Triggered via pull request April 14, 2024 08:10
Status Success
Total duration 47s
Billable time 1m
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Passwordless.BlazorWebAssembly/PasswordlessClient.cs#L36
Dereference of a possibly null reference.
build: src/Passwordless.BlazorWebAssembly/PasswordlessClient.cs#L46
Possible null reference return.
build: src/Passwordless.BlazorWebAssembly/PasswordlessClient.cs#L59
Dereference of a possibly null reference.
build: src/Passwordless.BlazorWebAssembly/PasswordlessClient.cs#L68
Possible null reference return.
build: src/Passwordless.BlazorWebAssembly/Configuration/PasswordlessOptions.cs#L8
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Passwordless.BlazorWebAssembly/Configuration/PasswordlessOptions.cs#L10
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Passwordless.BlazorWebAssembly/Configuration/PasswordlessOptions.cs#L12
Non-nullable property 'Rpid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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#L12
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.