Bump Stateless from 5.13.0 to 5.14.0 #45
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
libs/webhook-relay/src/WebhookRelay/WebhookMessage.cs#L5
Non-nullable property 'Meta' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/WebhookMessage.cs#L7
Non-nullable property 'Headers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/WebhookMessage.cs#L9
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/WebhookMessage.cs#L11
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/WebhookMessage.cs#L13
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/Metadata.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/Metadata.cs#L13
Non-nullable property 'BucketId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/Metadata.cs#L16
Non-nullable property 'BucketName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/Metadata.cs#L19
Non-nullable property 'InputId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
libs/webhook-relay/src/WebhookRelay/Metadata.cs#L22
Non-nullable property 'InputName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|