Skip to content

[Do not review] [Bundles] Refactoring + new tests - #5735

Open
Fernando Henrique Inocêncio Borba Ferreira (fhibf) wants to merge 5 commits into
mainfrom
user/fhibf/newBundleTests
Open

[Do not review] [Bundles] Refactoring + new tests#5735
Fernando Henrique Inocêncio Borba Ferreira (fhibf) wants to merge 5 commits into
mainfrom
user/fhibf/newBundleTests

New tests

2a0f1eb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 19, 2026 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 143 in src/Microsoft.Health.Fhir.Shared.Api/Features/Resources/Bundle/BundleHandlerOperations.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
_
may be null at this access because it has a nullable type.

Check notice on line 185 in src/Microsoft.Health.Fhir.Shared.Api/Features/Resources/Bundle/BundleHandler.cs

See this annotation in the file changed.

Code scanning / CodeQL

Unnecessarily complex Boolean expression Note

The expression 'A ? B : true' can be simplified to '!A || B'.