Skip to content

Added readme to package #20

Added readme to package

Added readme to package #20

Triggered via pull request August 8, 2023 10:54
@abergsabergs
synchronize #7
added-readme
Status Success
Total duration 59s
Artifacts

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Sdk/Models/AliasPointer.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/AliasPointer.cs#L6
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/AliasPointer.cs#L7
Non-nullable property 'Plaintext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/AuditLog.cs#L6
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/AuditLog.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/AuditLog.cs#L8
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/CredentialDescriptor.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/NewAppResponse.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/NewAppResponse.cs#L6
Non-nullable property 'ApiKey1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Sdk/Models/NewAppResponse.cs#L7
Non-nullable property 'ApiKey2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.