Updates dependencies #19
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
CredentialProvisioning.Worker/WorkerQueueItem.cs#L7
Non-nullable property 'TemplateId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
CredentialProvisioning.Worker/WorkerQueueItem.cs#L9
Non-nullable property 'Credential' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
CredentialProvisioning.Worker/WorkerQueueItem.cs#L11
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
CredentialProvisioning.Worker/TemplateContainer.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
CredentialProvisioning.Worker/TemplateContainer.cs#L9
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
CredentialProvisioning.Worker/WorkerBase.cs#L81
Possible null reference argument for parameter 'template' in 'CredentialContext<T> WorkerBase<T>.CreateCredentialContext(string templateId, T template, IList<WorkerCredentialBase> credentials)'.
|
Build:
CredentialProvisioning.Worker/WorkerQueueItem.cs#L7
Non-nullable property 'TemplateId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
CredentialProvisioning.Worker/WorkerQueueItem.cs#L9
Non-nullable property 'Credential' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
CredentialProvisioning.Worker/WorkerQueueItem.cs#L11
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
CredentialProvisioning.Worker/TemplateContainer.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading