src/Microsoft.Health.Dicom.Operations.Client/DicomAzureFunctionsClient.cs (2 lines): - line 69: // TODO: Pass token when supported - line 111: // TODO: Pass token when supported src/Microsoft.Health.Dicom.Operations/Serialization/MessageSerializerSettingsFactory.cs (1 line): - line 11: // TODO: Migrate to common package src/Microsoft.Health.Dicom.SqlServer/Extensions/ColumnExtensions.cs (1 line): - line 12: // TODO: Support additional types src/Microsoft.Health.Dicom.Core/Features/Store/StoreRequestValidator.cs (1 line): - line 24: // TODO cleanup this method with Unit tests #72595 src/Microsoft.Health.Dicom.Core/Features/Store/Entries/DicomInstanceEntryReaderForMultipartRequest.cs (1 line): - line 66: // TODO: Currently, we only support application/dicom. Support for metadata + bulkdata is coming. converter/dicom-cast/src/Microsoft.Health.DicomCast.Core/Features/Worker/FhirTransaction/Observation/ObservationUpsertHandler.cs (1 line): - line 55: // TODO: Figure out a way to match existing observations with newly created ones. build/build.yml (1 line): - line 12: # SQL Code-Gen (TODO: Delete once shared components moves to .NET 6.0) src/Microsoft.Health.Dicom.Core/Features/Retrieve/RetrieveTransferSyntaxHandler.cs (1 line): - line 54: // TODO: disable multiple accept headers, will fully implement it later (https://microsofthealth.visualstudio.com/Health/_workitems/edit/75782) src/Microsoft.Health.Dicom.Operations.Client/Serialization/MessageSerializerSettingsFactory.cs (1 line): - line 11: // TODO: Migrate to common package src/Microsoft.Health.Dicom.SqlServer/Registration/DicomSqlServerRegistrationExtensions.cs (1 line): - line 190: // TODO: Ideally, the logger can be registered in the API layer since it's agnostic to the implementation. src/Microsoft.Health.Dicom.Blob/Registration/DicomServerBuilderBlobRegistrationExtensions.cs (1 line): - line 83: // TODO: Ideally, the logger can be registered in the API layer since it's agnostic to the implementation. src/Microsoft.Health.Dicom.Operations/Indexing/QueryTagIndexingOptions.cs (1 line): - line 50: // TODO: Change this hackery. The problem is that the binder used to convert 1 or more properties src/Microsoft.Health.Dicom.Operations/Registration/ServiceCollectionExtensions.cs (1 line): - line 153: // TODO: Configure System.Text.Json for Azure Functions MVC services when available src/Microsoft.Health.Dicom.Core/Features/Retrieve/Transcoder.cs (1 line): - line 116: // TODO: Reevaluate this while fixing transcoding handling. src/Microsoft.Health.Dicom.Blob/Features/Storage/BlobMetadataStore.cs (1 line): - line 77: // TODO: Use SerializeAsync in .NET 6 src/Microsoft.Health.Dicom.Api/Web/AspNetCoreMultipartReader.cs (1 line): - line 77: // TODO: According to RFC2387 3.2, the root section can be specified by using the src/Microsoft.Health.Dicom.Core/Features/Store/Entries/DicomInstanceEntryReaderForSinglePartRequest.cs (1 line): - line 61: // TODO: Currently, we only support application/dicom. Support for metadata + bulkdata is coming. src/Microsoft.Health.Dicom.Api/Controllers/ExtendedQueryTagController.cs (1 line): - line 109: // TODO: Enforce the above data annotations with ModelState.IsValid or use the [ApiController] attribute