Handles case where users need to confirm email
or phone number
.
#14203
Annotations
1 error and 12 warnings
build-test
Process completed with exit code 1.
|
build-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test:
framework/src/Volo.Abp.Guids/Volo/Abp/Guids/SequentialGuidType.cs#L9
XML comment has cref attribute 'ToString()' that could not be resolved
|
build-test:
framework/src/Volo.Abp.Guids/Volo/Abp/Guids/SequentialGuidType.cs#L15
XML comment has cref attribute 'ToByteArray' that could not be resolved
|
build-test:
framework/src/Volo.Abp.ObjectMapping/Volo/Abp/ObjectMapping/IObjectMapper.cs#L14
XML comment has cref attribute 'TDestination' that could not be resolved
|
build-test:
framework/src/Volo.Abp.ObjectMapping/Volo/Abp/ObjectMapping/IObjectMapper.cs#L28
XML comment has cref attribute 'destination' that could not be resolved
|
build-test:
framework/src/Volo.Abp.ObjectMapping/Volo/Abp/ObjectMapping/IObjectMapper.cs#L49
XML comment has cref attribute 'TDestination' that refers to a type parameter
|
build-test:
framework/src/Volo.Abp.ObjectMapping/Volo/Abp/ObjectMapping/IObjectMapper.cs#L59
XML comment has cref attribute 'destination' that could not be resolved
|
build-test:
framework/src/Volo.Abp.Guids/Volo/Abp/Guids/SequentialGuidType.cs#L9
XML comment has cref attribute 'ToString()' that could not be resolved
|
build-test:
framework/src/Volo.Abp.Guids/Volo/Abp/Guids/SequentialGuidType.cs#L15
XML comment has cref attribute 'ToByteArray' that could not be resolved
|
build-test:
framework/src/Volo.Abp.Security/Volo/Abp/Security/Encryption/StringEncryptionService.cs#L40
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
build-test:
framework/src/Volo.Abp.Security/Volo/Abp/Security/Encryption/StringEncryptionService.cs#L81
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|