Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing incorrect versioning on close records #4786

Merged
merged 4 commits into from
Jan 23, 2025

Changing 1 minute in the future to 8 seconds

f65a0ed
Select commit
Loading
Failed to load commit list.
Merged

Fixing incorrect versioning on close records #4786

Changing 1 minute in the future to 8 seconds
f65a0ed
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jan 22, 2025 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

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 635 in src/Microsoft.Health.Fhir.SqlServer/Features/Storage/SqlServerFhirDataStore.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Where Note

This foreach loop
implicitly filters its target sequence
- consider filtering the sequence explicitly using '.Where(...)'.