Updated string constraint extension #23
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/Batch.cs#L58
Parameter 'parent' is unread.
|
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 'Scope' 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/Batch/BatchCertificateResource.cs#L26
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/Batch/BatchCertificateResource.cs#L26
Non-nullable property 'Thumbprint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/Batch/BatchAccountResource.cs#L341
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/Batch/BatchAccountResource.cs#L312
Non-nullable property 'AccountAccess' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
src/Achieve.Aspire.AzureProvisioning/Bicep/Batch/BatchAccountResource.cs#L317
Non-nullable property 'NodeManagementAccess' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|