Skip to content

Add CI/CD and version bump workflows #1

Add CI/CD and version bump workflows

Add CI/CD and version bump workflows #1

Triggered via pull request August 23, 2023 13:13
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
build  /  Build Sdk
20s
build / Build Sdk
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build / Build Sdk
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify the framework for the published application.
build / Build Sdk
Process completed with exit code 1.
build / Build Sdk: src/Sdk/PasswordlessApiException.cs#L27
Non-nullable property 'Extensions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/VerifiedUser.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/VerifiedUser.cs#L6
Non-nullable property 'CredentialId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/VerifiedUser.cs#L9
Non-nullable property 'RpId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/VerifiedUser.cs#L10
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/VerifiedUser.cs#L11
Non-nullable property 'Device' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/VerifiedUser.cs#L12
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/VerifiedUser.cs#L13
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/VerifiedUser.cs#L16
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build Sdk: src/Sdk/Models/RegisterTokenResponse.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.