Added relationships to GMR #87
check-pull-request.yml
on: pull_request
Run Pull Request Checks
59s
Annotations
11 warnings
Run Pull Request Checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Pull Request Checks:
Cdms.SensitiveData/ISensitiveDataSerializer.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Run Pull Request Checks:
Cdms.SensitiveData/SensitiveDataSerializer.cs#L16
Cannot convert null literal to non-nullable reference type.
|
Run Pull Request Checks:
Cdms.SensitiveData/StringArraySensitiveDataRedactedConverter.cs#L33
Possible null reference argument for parameter 'arg' in 'string Func<string, string>.Invoke(string arg)'.
|
Run Pull Request Checks:
Cdms.SensitiveData/SensitiveDataOptions.cs#L15
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Run Pull Request Checks:
Cdms.SensitiveData/SensitiveDataRedactedConverter.cs#L11
Possible null reference argument for parameter 'arg' in 'string Func<string, string>.Invoke(string arg)'.
|
Run Pull Request Checks:
Cdms.SensitiveData/SensitiveDataTypeInfoResolver.cs#L18
Dereference of a possibly null reference.
|
Run Pull Request Checks:
Cdms.SensitiveData/SensitiveDataSerializer.cs#L30
Possible null reference return.
|
Run Pull Request Checks:
Cdms.Common/ReflectionUtils.cs#L16
Dereference of a possibly null reference.
|
Run Pull Request Checks:
Cdms.Common/ReflectionUtils.cs#L16
Converting null literal or possible null value to non-nullable type.
|
Run Pull Request Checks:
Cdms.Common/ReflectionUtils.cs#L16
Possible null reference return.
|