Fix tests #4
Annotations
11 warnings
test
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/.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/Authorization/RoleAssignmenResource.cs#L18
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/KeyVault/KeyVaultResource.cs#L11
Non-nullable property 'PublicName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/Authorization/RoleAssignmenResource.cs#L18
Non-nullable property 'RoleDefinitionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/Authorization/RoleAssignmenResource.cs#L18
Non-nullable property 'PrincipalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/CosmosDb/CosmosDbDatabaseResource.cs#L3
Parameter 'name' is unread.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/CosmosDb/CosmosDbContainerResource.cs#L3
Parameter 'name' is unread.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/CosmosDb/CosmosDbAccountResource.cs#L241
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/CosmosDb/CosmosDbAccountResource.cs#L223
Non-nullable property 'LocationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/CosmosDb.cs#L25
Cannot convert null literal to non-nullable reference type.
|
test:
src/Achieve.Aspire.AzureProvisioning/CosmosDb.cs#L34
Non-nullable property 'DbAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|