Skip to content

Create workflows, CODEOWNERS, Renovate, ... #3

Create workflows, CODEOWNERS, Renovate, ...

Create workflows, CODEOWNERS, Renovate, ... #3

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

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
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/PasswordlessClient.cs#L36
Dereference of a possibly null reference.