Skip to content

Update renovate.json #18

Update renovate.json

Update renovate.json #18

Triggered via pull request June 25, 2024 18:48
Status Success
Total duration 41s
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#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.
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/BaseApiRequest.cs#L6
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.