You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EnsureArg is a third party library used to check arguments. Here, because of the null-conditional, bundleConfiguration and bundleConfiguration.Value are guarded against nulls in this case.
Description of the false positive
The alert is generated from the following snippet:
EnsureArg
is a third party library used to check arguments. Here, because of the null-conditional,bundleConfiguration
andbundleConfiguration.Value
are guarded against nulls in this case.https://lgtm.com/projects/g/microsoft/fhir-server/snapshot/5a4188bc14abc65f5509d1aea5d5cf87648a85a3/files/src/Microsoft.Health.Fhir.Shared.Api/Features/Resources/Bundle/BundleHandler.cs?sort=name&dir=ASC&mode=heatmap#x6213a27b1dff5ecf:1
The text was updated successfully, but these errors were encountered: