fix: account for more problem list comment types #19
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: 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 tests:
src/Microsoft.Health.Fhir.Liquid.Converter/Filters/StringFilters.cs#L92
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Run tests:
src/Microsoft.Health.Fhir.Liquid.Converter/Filters/CustomFilters.cs#L524
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
|
|
Run tests:
src/Microsoft.Health.Fhir.Liquid.Converter.UnitTests/CustomFilterTestFixtures.cs#L64
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run tests:
src/Microsoft.Health.Fhir.Liquid.Converter.UnitTests/CustomFilterTestFixtures.cs#L221
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run tests:
src/Microsoft.Health.Fhir.Liquid.Converter.UnitTests/CustomFilterTestFixtures.cs#L233
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run tests:
src/Microsoft.Health.Fhir.Liquid.Converter.UnitTests/CustomFilterTestFixtures.cs#L248
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run tests:
src/Microsoft.Health.Fhir.Liquid.Converter.UnitTests/CustomFilterTestFixtures.cs#L251
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run tests:
src/Microsoft.Health.Fhir.Liquid.Converter.UnitTests/CustomFilterTestFixtures.cs#L263
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading