Skip to content

fix: handle ResourceElement in SearchParameterFilterAttribute for Ign…

d00550e
Select commit
Loading
Failed to load commit list.
Draft

[DO NOT REVIEW] Ignixa SDK Integration - CI E2E Test Run #5467

fix: handle ResourceElement in SearchParameterFilterAttribute for Ign…
d00550e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Apr 2, 2026 in 2s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

New alerts in code changed by this pull request

  • 3 warnings
  • 5 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 64 in src/Microsoft.Health.Fhir.Core/Features/Search/FhirPath/FirelyCompiledFhirPath.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless upcast Warning

There is no need to upcast from
String
to
Object
- the conversion can be done implicitly.

Check warning on line 145 in src/Microsoft.Health.Fhir.Ignixa.UnitTests/IgnixaJsonSerializerTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missing Dispose call on local IDisposable Warning

Disposable 'MemoryStream' is created but not disposed.

Check warning on line 92 in src/Microsoft.Health.Fhir.Ignixa/FhirPath/IgnixaCompiledFhirPath.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless upcast Warning

There is no need to upcast from
String
to
Object
- the conversion can be done implicitly.

Check notice on line 237 in src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Ignixa/IgnixaFhirPathProviderTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Select Note

This foreach loop immediately
maps its iteration variable to another variable
- consider mapping the sequence explicitly using '.Select(...)'.

Check notice on line 102 in src/Microsoft.Health.Fhir.Shared.Core/Features/Operations/Import/ImportResourceParser.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Select Note

This foreach loop immediately
maps its iteration variable to another variable
- consider mapping the sequence explicitly using '.Select(...)'.

Check notice on line 214 in src/Microsoft.Health.Fhir.Shared.Core/Ignixa/IgnixaFhirJsonOutputFormatter.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed ternary opportunity Note

Both branches of this 'if' statement write to the same variable - consider using '?' to express intent better.

Check notice on line 81 in test/Microsoft.Health.Fhir.R4.Benchmarks/FhirPathBenchmarks.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Select Note test

This foreach loop immediately
maps its iteration variable to another variable
- consider mapping the sequence explicitly using '.Select(...)'.

Check notice on line 94 in test/Microsoft.Health.Fhir.R4.Benchmarks/FhirPathBenchmarks.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Select Note test

This foreach loop immediately
maps its iteration variable to another variable
- consider mapping the sequence explicitly using '.Select(...)'.