Skip to content

feat: add models for application, authorization, scope and token #4

feat: add models for application, authorization, scope and token

feat: add models for application, authorization, scope and token #4

Triggered via pull request February 5, 2024 18:33
@ahanoffahanoff
synchronize #4
feat/models
Status Success
Total duration 28s
Artifacts

build.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbAuthorization.cs#L13
Non-nullable property 'ApplicationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbAuthorization.cs#L28
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbToken.cs#L11
Non-nullable property 'ApplicationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbToken.cs#L16
Non-nullable property 'AuthorizationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbToken.cs#L36
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbAuthorization.cs#L13
Non-nullable property 'ApplicationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbAuthorization.cs#L28
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbToken.cs#L11
Non-nullable property 'ApplicationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbToken.cs#L16
Non-nullable property 'AuthorizationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.x): src/OpenIddict.DynamoDb.Models/OpenIddictDynamoDbToken.cs#L36
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.