Skip to content

Different approach for Blazor WebAssembly #22

Different approach for Blazor WebAssembly

Different approach for Blazor WebAssembly #22

Triggered via pull request July 24, 2024 10:22
Status Success
Total duration 35s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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#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#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/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.Example/Services/DemoBackend/Contracts/SignInResponse.cs#L6
Non-nullable property 'JwtToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.