Skip to content

Create workflows, CODEOWNERS, Renovate, ... #1

Create workflows, CODEOWNERS, Renovate, ...

Create workflows, CODEOWNERS, Renovate, ... #1

Triggered via pull request April 14, 2024 08:09
Status Success
Total duration 52s
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/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.
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#L6
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.