Skip to content

Instantly share code, notes, and snippets.

@msciborski
Created June 21, 2020 16:14
Show Gist options
  • Save msciborski/e7cbd6a38b2d3e16e76b19425b2f574a to your computer and use it in GitHub Desktop.
Save msciborski/e7cbd6a38b2d3e16e76b19425b2f574a to your computer and use it in GitHub Desktop.
1>------ Rebuild All started: Project: Utils, Configuration: Debug Any CPU ------
2>------ Rebuild All started: Project: Validation, Configuration: Debug Any CPU ------
1>CQRS\GenericUpdateDeleteQuery.cs(12,31,12,38): warning CS0649: Field 'GenericUpdateDeleteQuery<TResult, TPayload>._userId' is never assigned to, and will always have its default value
1>Utils -> D:\VSI\VsiManagerCore\Shared\Infrastructure\Utils\bin\Debug\netcoreapp3.1\Utils.dll
1>Done building project "Utils.csproj".
3>------ Rebuild All started: Project: UploadCommunicationModule, Configuration: Debug Any CPU ------
4>------ Rebuild All started: Project: PatientCommunicationModule, Configuration: Debug Any CPU ------
2>BaselineValidator.cs(23,30,23,33): warning CS0168: The variable 'err' is declared but never used
2>BaselineValidator.cs(37,30,37,33): warning CS0168: The variable 'err' is declared but never used
2>Validation -> D:\VSI\VsiManagerCore\Shared\Infrastructure\Validation\bin\Debug\netcoreapp3.1\Validation.dll
2>Done building project "Validation.csproj".
5>------ Rebuild All started: Project: ImageProcessor, Configuration: Debug Any CPU ------
3>IBlobManipulator.cs(18,14,18,25): warning CS0108: 'IBlobManipulator.UploadAsync(string, UploadFile)' hides inherited member 'IFileUploader.UploadAsync(string, UploadFile)'. Use the new keyword if hiding was intended.
3>IBlobManipulator.cs(45,22,45,54): warning CS0108: 'IBlobManipulator.GetSharedAccessSignatureUriAsync(string, string)' hides inherited member 'ISasTokenProvider.GetSharedAccessSignatureUriAsync(string, string)'. Use the new keyword if hiding was intended.
3>UploadCommunicationModule -> D:\VSI\VsiManagerCore\VsiApi\Modules\Communication\UploadCommunicationModule\bin\Debug\netcoreapp3.1\UploadCommunicationModule.dll
3>Done building project "UploadCommunicationModule.csproj".
6>------ Rebuild All started: Project: VsiObjectCommunicationModule, Configuration: Debug Any CPU ------
7>------ Rebuild All started: Project: Upload, Configuration: Debug Any CPU ------
4>DTOs\PatientAgreementCreatDTO.cs(8,18,8,42): warning CS1591: Missing XML comment for publicly visible type or member 'PatientAgreementCreatDTO'
4>DTOs\PatientAgreementCreatDTO.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'PatientAgreementCreatDTO.UserId'
4>DTOs\PatientAgreementCreatDTO.cs(11,26,11,30): warning CS1591: Missing XML comment for publicly visible type or member 'PatientAgreementCreatDTO.File'
4>DTOs\PatientAgreementReadDTO.cs(7,18,7,41): warning CS1591: Missing XML comment for publicly visible type or member 'PatientAgreementReadDTO'
4>DTOs\PatientAgreementReadDTO.cs(9,21,9,27): warning CS1591: Missing XML comment for publicly visible type or member 'PatientAgreementReadDTO.UserId'
4>DTOs\PatientAgreementReadDTO.cs(10,21,10,30): warning CS1591: Missing XML comment for publicly visible type or member 'PatientAgreementReadDTO.PatientId'
4>DTOs\PatientAgreementReadDTO.cs(11,31,11,41): warning CS1591: Missing XML comment for publicly visible type or member 'PatientAgreementReadDTO.CreateTime'
4>DTOs\PatientAgreementReadDTO.cs(12,23,12,31): warning CS1591: Missing XML comment for publicly visible type or member 'PatientAgreementReadDTO.BlobPath'
4>DTOs\PatientCreateDTO.cs(7,18,7,34): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreateDTO'
4>DTOs\PatientCreateDTO.cs(22,21,22,30): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreateDTO.CreatedBy'
4>DTOs\PatientCreateDTO.cs(30,25,30,33): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreateDTO.VsiIUser'
4>DTOs\PatientReadDTO.cs(5,18,5,32): warning CS1591: Missing XML comment for publicly visible type or member 'PatientReadDTO'
4>DTOs\PatientUpdateDeleteDTO.cs(6,18,6,40): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdateDeleteDTO'
4>DTOs\PatientUpdateDeleteDTO.cs(8,21,8,23): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdateDeleteDTO.Id'
4>DTOs\PatientUpdateDeleteDTO.cs(10,23,10,34): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdateDeleteDTO.Description'
4>DTOs\PatientUpdateDeleteDTO.cs(12,23,12,32): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdateDeleteDTO.FirstName'
4>DTOs\PatientUpdateDeleteDTO.cs(14,23,14,30): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdateDeleteDTO.Surname'
4>DTOs\PatientUpdateDeleteDTO.cs(16,31,16,41): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdateDeleteDTO.ModifiedAt'
4>DTOs\PatientUpdateDeleteDTO.cs(18,21,18,38): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdateDeleteDTO.DeleteWithAllData'
4>DTOs\PatientUpdateDeleteDTO.cs(19,25,19,32): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdateDeleteDTO.VsiUser'
4>Events\PatientCreatedEvent.cs(8,18,8,37): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreatedEvent'
4>Events\PatientCreatedEvent.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreatedEvent.UserId'
4>Events\PatientCreatedEvent.cs(11,21,11,30): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreatedEvent.PatientId'
4>Events\PatientCreatedEvent.cs(12,31,12,43): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreatedEvent.CreationDate'
4>Events\PatientCreatedEvent.cs(14,16,14,35): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreatedEvent.PatientCreatedEvent(Guid, Guid)'
4>Events\PatientCreatedEvent.cs(21,16,21,35): warning CS1591: Missing XML comment for publicly visible type or member 'PatientCreatedEvent.PatientCreatedEvent(Guid, Guid, DateTimeOffset)'
4>Events\PatientDeletedEvent.cs(8,18,8,37): warning CS1591: Missing XML comment for publicly visible type or member 'PatientDeletedEvent'
4>Events\PatientDeletedEvent.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'PatientDeletedEvent.UserId'
4>Events\PatientDeletedEvent.cs(11,21,11,30): warning CS1591: Missing XML comment for publicly visible type or member 'PatientDeletedEvent.PatientId'
4>Events\PatientDeletedEvent.cs(13,16,13,35): warning CS1591: Missing XML comment for publicly visible type or member 'PatientDeletedEvent.PatientDeletedEvent(Guid, Guid)'
4>Events\PatientUpdatedEvent.cs(8,18,8,37): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdatedEvent'
4>Events\PatientUpdatedEvent.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdatedEvent.UserId'
4>Events\PatientUpdatedEvent.cs(11,21,11,30): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdatedEvent.PatientId'
4>Events\PatientUpdatedEvent.cs(13,16,13,35): warning CS1591: Missing XML comment for publicly visible type or member 'PatientUpdatedEvent.PatientUpdatedEvent(Guid, Guid)'
4>Queries\CreatePatientAgreementQuery.cs(11,18,11,45): warning CS1591: Missing XML comment for publicly visible type or member 'CreatePatientAgreementQuery'
4>Queries\CreatePatientAgreementQuery.cs(13,26,13,30): warning CS1591: Missing XML comment for publicly visible type or member 'CreatePatientAgreementQuery.File'
4>Queries\CreatePatientAgreementQuery.cs(14,25,14,32): warning CS1591: Missing XML comment for publicly visible type or member 'CreatePatientAgreementQuery.VsiUser'
4>Queries\CreatePatientAgreementQuery.cs(16,16,16,43): warning CS1591: Missing XML comment for publicly visible type or member 'CreatePatientAgreementQuery.CreatePatientAgreementQuery(IFormFile, IVsiUser)'
5>ImageProcessor -> D:\VSI\VsiManagerCore\VsiApi\Modules\ImageProcessor\bin\Debug\netcoreapp3.1\ImageProcessor.dll
4>PatientCommunicationModule -> D:\VSI\VsiManagerCore\VsiApi\Modules\Communication\PatientCommunicationModule\bin\Debug\netcoreapp3.1\PatientCommunicationModule.dll
4>Done building project "PatientCommunicationModule.csproj".
7>Handlers\PutUpdateBlobChecksumCommandHandler.cs(39,34,39,35): warning CS0168: The variable 'e' is declared but never used
7>Upload -> D:\VSI\VsiManagerCore\VsiApi\Modules\Upload\bin\Debug\netcoreapp3.1\Upload.dll
7>Done building project "Upload.csproj".
6>ModelBinders\CreateVsiObjectContextModelBinder.cs(25,27,25,41): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
6>DTOs\CreateConditionalQuery\CreateVsiObjectConditionalResponse.cs(9,18,9,52): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectConditionalResponse'
6>DTOs\CreateConditionalQuery\CreateVsiObjectConditionalResponse.cs(11,33,11,42): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectConditionalResponse.VsiObject'
6>DTOs\CreateConditionalQuery\CreateVsiObjectConditionalResponse.cs(13,16,13,50): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectConditionalResponse.CreateVsiObjectConditionalResponse(VsiObjectReadDTO)'
6>DTOs\CreateConditionalQuery\CreateVsiObjectPayload.cs(8,18,8,40): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectPayload'
6>DTOs\CreateConditionalQuery\CreateVsiObjectPayload.cs(10,45,10,58): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectPayload.CreateContext'
6>DTOs\CreateConditionalQuery\CreateVsiObjectPayload.cs(11,39,11,54): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectPayload.DispatchContext'
6>DTOs\CreateConditionalQuery\CreateVsiObjectPayload.cs(13,16,13,38): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectPayload.CreateVsiObjectPayload(CreateVsiObjectEntityContext, DispatchProcessContext)'
6>DTOs\CreateConditionalQuery\CreateVsiObjectPayload.cs(19,16,19,38): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectPayload.CreateVsiObjectPayload(CreateVsiObjectEntityContext)'
6>DTOs\CreateVsiObjectContexts\CreateMergedMeshObjectContext.cs(7,18,7,47): warning CS1591: Missing XML comment for publicly visible type or member 'CreateMergedMeshObjectContext'
6>DTOs\CreateVsiObjectContexts\CreateMergedMeshObjectContext.cs(9,40,9,57): warning CS1591: Missing XML comment for publicly visible type or member 'CreateMergedMeshObjectContext.VsiObjectsToMerge'
6>DTOs\CreateVsiObjectContexts\CreateMeshObjectContext.cs(8,18,8,41): warning CS1591: Missing XML comment for publicly visible type or member 'CreateMeshObjectContext'
6>DTOs\CreateVsiObjectContexts\CreateMeshObjectContext.cs(10,25,10,30): warning CS1591: Missing XML comment for publicly visible type or member 'CreateMeshObjectContext.Color'
6>DTOs\CreateVsiObjectContexts\CreateMeshObjectContext.cs(11,23,11,28): warning CS1591: Missing XML comment for publicly visible type or member 'CreateMeshObjectContext.Units'
6>DTOs\CreateVsiObjectContexts\CreateSegmentationObjectContext.cs(8,18,8,49): warning CS1591: Missing XML comment for publicly visible type or member 'CreateSegmentationObjectContext'
6>DTOs\CreateVsiObjectContexts\CreateSegmentationObjectContext.cs(10,33,10,49): warning CS1591: Missing XML comment for publicly visible type or member 'CreateSegmentationObjectContext.SegmentationType'
6>DTOs\CreateVsiObjectContexts\CreateSpectObjectContext.cs(7,18,7,42): warning CS1591: Missing XML comment for publicly visible type or member 'CreateSpectObjectContext'
6>DTOs\CreateVsiObjectContexts\CreateSpectObjectContext.cs(9,21,9,28): warning CS1591: Missing XML comment for publicly visible type or member 'CreateSpectObjectContext.IsSpect'
6>DTOs\CreateVsiObjectContexts\CreateVsiObjectEntityContext.cs(12,18,12,46): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectEntityContext'
6>DTOs\CreateVsiObjectContexts\CreateVsiObjectEntityContext.cs(14,21,14,32): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectEntityContext.VsiObjectId'
6>DTOs\CreateVsiObjectContexts\CreateVsiObjectEntityContext.cs(15,29,15,37): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectEntityContext.FileType'
6>DTOs\CreateVsiObjectContexts\CreateVsiObjectEntityContext.cs(16,23,16,34): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectEntityContext.Description'
6>DTOs\CreateVsiObjectContexts\CreateVsiObjectEntityContext.cs(18,23,18,32): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectEntityContext.Extension'
6>DTOs\DispatchContexts\DicomUploadDispatchContext.cs(7,18,7,44): warning CS1591: Missing XML comment for publicly visible type or member 'DicomUploadDispatchContext'
6>DTOs\DispatchContexts\DispatchProcessContext.cs(7,18,7,40): warning CS1591: Missing XML comment for publicly visible type or member 'DispatchProcessContext'
6>DTOs\DispatchContexts\DispatchProcessContext.cs(9,21,9,32): warning CS1591: Missing XML comment for publicly visible type or member 'DispatchProcessContext.VsiObjectId'
6>DTOs\DispatchContexts\DispatchProcessContext.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'DispatchProcessContext.CaseId'
6>DTOs\DispatchContexts\DispatchProcessContext.cs(11,21,11,27): warning CS1591: Missing XML comment for publicly visible type or member 'DispatchProcessContext.UserId'
6>DTOs\DispatchContexts\DispatchProcessContext.cs(12,21,12,34): warning CS1591: Missing XML comment for publicly visible type or member 'DispatchProcessContext.CaseElementId'
6>DTOs\DispatchContexts\ObjUploadDispatchContext.cs(7,18,7,42): warning CS1591: Missing XML comment for publicly visible type or member 'ObjUploadDispatchContext'
6>DTOs\DispatchContexts\PhotoUploadDispatchContext.cs(3,18,3,44): warning CS1591: Missing XML comment for publicly visible type or member 'PhotoUploadDispatchContext'
6>DTOs\DispatchContexts\PresentationUploadDispatchContext.cs(7,18,7,51): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationUploadDispatchContext'
6>DTOs\DispatchContexts\SegmentationDispatchContext.cs(8,18,8,45): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationDispatchContext'
6>DTOs\DispatchContexts\SegmentationDispatchContext.cs(10,33,10,49): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationDispatchContext.SegmentationType'
6>DTOs\DispatchContexts\StlUploadDispatchContext.cs(7,18,7,42): warning CS1591: Missing XML comment for publicly visible type or member 'StlUploadDispatchContext'
6>DTOs\DispatchContexts\VideoUploadDispatchContext.cs(7,18,7,44): warning CS1591: Missing XML comment for publicly visible type or member 'VideoUploadDispatchContext'
6>DTOs\MergedElementUpdateDTO.cs(8,18,8,40): warning CS1591: Missing XML comment for publicly visible type or member 'MergedElementUpdateDTO'
6>DTOs\MergedMeshDomainPropertiesUpdateDTO.cs(6,18,6,53): warning CS1591: Missing XML comment for publicly visible type or member 'MergedMeshDomainPropertiesUpdateDTO'
6>DTOs\PhysicalPropertiesDTO.cs(7,18,7,39): warning CS1591: Missing XML comment for publicly visible type or member 'PhysicalPropertiesDTO'
6>DTOs\StoredFilePhysicalPropertiesDTO.cs(8,18,8,49): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalPropertiesDTO'
6>Enums\DicomType.cs(7,17,7,26): warning CS1591: Missing XML comment for publicly visible type or member 'DicomType'
6>Enums\DicomType.cs(9,9,9,23): warning CS1591: Missing XML comment for publicly visible type or member 'DicomType.Undefined_Type'
6>Enums\DicomType.cs(10,9,10,12): warning CS1591: Missing XML comment for publicly visible type or member 'DicomType.Mri'
6>Enums\DicomType.cs(11,9,11,11): warning CS1591: Missing XML comment for publicly visible type or member 'DicomType.Ct'
6>Enums\DicomType.cs(12,9,12,14): warning CS1591: Missing XML comment for publicly visible type or member 'DicomType.Spect'
6>Enums\VsiObjectStatus.cs(3,17,3,32): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectStatus'
6>Enums\VsiObjectStatus.cs(5,9,5,16): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectStatus.PENDING'
6>Enums\VsiObjectStatus.cs(6,9,6,13): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectStatus.DONE'
6>Enums\VsiObjectStatus.cs(7,9,7,16): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectStatus.FAILURE'
6>JsonConverters\DomainPropertiesUpdateDTOConverter.cs(14,18,14,52): warning CS1591: Missing XML comment for publicly visible type or member 'DomainPropertiesUpdateDTOConverter'
6>JsonConverters\DomainPropertiesUpdateDTOConverter.cs(16,54,16,60): warning CS1591: Missing XML comment for publicly visible type or member 'DomainPropertiesUpdateDTOConverter.Create(Type, JObject)'
6>ModelBinders\CreateVsiObjectContextModelBinder.cs(18,18,18,51): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectContextModelBinder'
6>ModelBinders\CreateVsiObjectContextModelBinder.cs(21,16,21,49): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectContextModelBinder.CreateVsiObjectContextModelBinder()'
6>ModelBinders\CreateVsiObjectContextModelBinder.cs(25,27,25,41): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectContextModelBinder.BindModelAsync(ModelBindingContext)'
6>VsiObjectProperties\AudioProperties.cs(3,18,3,33): warning CS1591: Missing XML comment for publicly visible type or member 'AudioProperties'
6>VsiObjectProperties\BaseDomainProperties.cs(3,18,3,38): warning CS1591: Missing XML comment for publicly visible type or member 'BaseDomainProperties'
6>VsiObjectProperties\BaseDomainProperties.cs(5,21,5,29): warning CS1591: Missing XML comment for publicly visible type or member 'BaseDomainProperties.IsActive'
6>VsiObjectProperties\BaseDomainProperties.cs(6,21,6,36): warning CS1591: Missing XML comment for publicly visible type or member 'BaseDomainProperties.IsExtensionOnly'
6>VsiObjectProperties\BaseDomainProperties.cs(7,23,7,40): warning CS1591: Missing XML comment for publicly visible type or member 'BaseDomainProperties.ThumbnailFileName'
6>VsiObjectProperties\BaseDomainProperties.cs(8,23,8,45): warning CS1591: Missing XML comment for publicly visible type or member 'BaseDomainProperties.LargeThumbnailFileName'
6>VsiObjectProperties\CovidDiagnoseProperties.cs(4,18,4,41): warning CS1591: Missing XML comment for publicly visible type or member 'CovidDiagnoseProperties'
6>VsiObjectProperties\CovidDiagnoseProperties.cs(6,20,6,32): warning CS1591: Missing XML comment for publicly visible type or member 'CovidDiagnoseProperties.ResultNumber'
6>VsiObjectProperties\CovidDiagnoseProperties.cs(7,23,7,31): warning CS1591: Missing XML comment for publicly visible type or member 'CovidDiagnoseProperties.Floccule'
6>VsiObjectProperties\CovidDiagnoseProperties.cs(8,23,8,39): warning CS1591: Missing XML comment for publicly visible type or member 'CovidDiagnoseProperties.CovidProbability'
6>VsiObjectProperties\CovidDiagnoseProperties.cs(9,23,9,43): warning CS1591: Missing XML comment for publicly visible type or member 'CovidDiagnoseProperties.PneumoniaProbability'
6>VsiObjectProperties\CovidDiagnoseProperties.cs(10,23,10,40): warning CS1591: Missing XML comment for publicly visible type or member 'CovidDiagnoseProperties.OthersProbability'
6>VsiObjectProperties\DicomProperties.cs(5,18,5,33): warning CS1591: Missing XML comment for publicly visible type or member 'DicomProperties'
6>VsiObjectProperties\DicomProperties.cs(7,26,7,34): warning CS1591: Missing XML comment for publicly visible type or member 'DicomProperties.ScanType'
6>VsiObjectProperties\DicomProperties.cs(8,20,8,35): warning CS1591: Missing XML comment for publicly visible type or member 'DicomProperties.ScanFilesAmount'
6>VsiObjectProperties\DicomProperties.cs(9,20,9,25): warning CS1591: Missing XML comment for publicly visible type or member 'DicomProperties.Width'
6>VsiObjectProperties\DicomProperties.cs(10,20,10,25): warning CS1591: Missing XML comment for publicly visible type or member 'DicomProperties.Depth'
6>VsiObjectProperties\DicomProperties.cs(11,20,11,26): warning CS1591: Missing XML comment for publicly visible type or member 'DicomProperties.Height'
6>VsiObjectProperties\DicomProperties.cs(12,22,12,36): warning CS1591: Missing XML comment for publicly visible type or member 'DicomProperties.SliceThickness'
6>VsiObjectProperties\DicomProperties.cs(13,23,13,35): warning CS1591: Missing XML comment for publicly visible type or member 'DicomProperties.PixelSpacing'
6>VsiObjectProperties\DocumentationProperties.cs(4,18,4,41): warning CS1591: Missing XML comment for publicly visible type or member 'DocumentationProperties'
6>VsiObjectProperties\MeshProperties.cs(5,18,5,32): warning CS1591: Missing XML comment for publicly visible type or member 'MeshProperties'
6>VsiObjectProperties\MeshProperties.cs(7,25,7,30): warning CS1591: Missing XML comment for publicly visible type or member 'MeshProperties.Color'
6>VsiObjectProperties\MeshProperties.cs(9,23,9,28): warning CS1591: Missing XML comment for publicly visible type or member 'MeshProperties.Units'
6>VsiObjectProperties\MeshProperties.cs(10,22,10,29): warning CS1591: Missing XML comment for publicly visible type or member 'MeshProperties.Opacity'
6>VsiObjectProperties\PhotoProperties.cs(7,18,7,33): warning CS1591: Missing XML comment for publicly visible type or member 'PhotoProperties'
6>VsiObjectProperties\PhysicalProperties.cs(3,18,3,36): warning CS1591: Missing XML comment for publicly visible type or member 'PhysicalProperties'
6>VsiObjectProperties\PhysicalProperties.cs(5,21,5,33): warning CS1591: Missing XML comment for publicly visible type or member 'PhysicalProperties.IsStoredFile'
6>VsiObjectProperties\PhysicalProperties.cs(8,16,8,34): warning CS1591: Missing XML comment for publicly visible type or member 'PhysicalProperties.PhysicalProperties(bool)'
6>VsiObjectProperties\PhysicalProperties.cs(13,16,13,34): warning CS1591: Missing XML comment for publicly visible type or member 'PhysicalProperties.PhysicalProperties()'
6>VsiObjectProperties\PlanningProperties.cs(3,18,3,36): warning CS1591: Missing XML comment for publicly visible type or member 'PlanningProperties'
6>VsiObjectProperties\PresentationProperties.cs(3,18,3,40): warning CS1591: Missing XML comment for publicly visible type or member 'PresentationProperties'
6>VsiObjectProperties\SegmentationObjectProperties.cs(3,18,3,46): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationObjectProperties'
6>VsiObjectProperties\SegmentationObjectProperties.cs(5,33,5,49): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationObjectProperties.SegmentationType'
6>VsiObjectProperties\SegmentationObjectProperties.cs(8,17,8,33): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationType'
6>VsiObjectProperties\SegmentationObjectProperties.cs(10,9,10,14): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationType.BONES'
6>VsiObjectProperties\SegmentationObjectProperties.cs(11,9,11,16): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationType.VESSELS'
6>VsiObjectProperties\SegmentationObjectProperties.cs(12,9,12,14): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationType.BRAIN'
6>VsiObjectProperties\SegmentationObjectProperties.cs(13,9,13,14): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationType.LIVER'
6>VsiObjectProperties\SegmentationObjectProperties.cs(14,9,14,19): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationType.VENTRICLES'
6>VsiObjectProperties\SegmentationObjectProperties.cs(15,9,15,16): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationType.UROLOGY'
6>VsiObjectProperties\StoredFilePhysicalProperties.cs(7,18,7,46): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalProperties'
6>VsiObjectProperties\StoredFilePhysicalProperties.cs(9,23,9,34): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalProperties.StoragePath'
6>VsiObjectProperties\StoredFilePhysicalProperties.cs(10,48,10,57): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalProperties.FileNames'
6>VsiObjectProperties\StoredFilePhysicalProperties.cs(11,48,11,62): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalProperties.FileExtensions'
6>VsiObjectProperties\StoredFilePhysicalProperties.cs(12,31,12,40): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalProperties.CreatedAt'
6>VsiObjectProperties\StoredFilePhysicalProperties.cs(13,31,13,41): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalProperties.ModifiedAt'
6>VsiObjectProperties\StoredFilePhysicalProperties.cs(15,16,15,44): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalProperties.StoredFilePhysicalProperties()'
6>VsiObjectProperties\StoredFilePhysicalProperties.cs(20,16,20,44): warning CS1591: Missing XML comment for publicly visible type or member 'StoredFilePhysicalProperties.StoredFilePhysicalProperties(IDictionary<ClientType, string>, IDictionary<ClientType, string>, string)'
6>VsiObjectProperties\TextProperties.cs(3,18,3,32): warning CS1591: Missing XML comment for publicly visible type or member 'TextProperties'
6>VsiObjectProperties\UnityAssetProperties.cs(7,18,7,38): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties'
6>VsiObjectProperties\UnityAssetProperties.cs(9,20,9,29): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.HideFlags'
6>VsiObjectProperties\UnityAssetProperties.cs(10,22,10,32): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.Resolution'
6>VsiObjectProperties\UnityAssetProperties.cs(11,20,11,30): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.MaxSamples'
6>VsiObjectProperties\UnityAssetProperties.cs(12,42,12,57): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.VoxelDimensions'
6>VsiObjectProperties\UnityAssetProperties.cs(13,22,13,35): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.ValueRangeMin'
6>VsiObjectProperties\UnityAssetProperties.cs(14,22,14,35): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.ValueRangeMax'
6>VsiObjectProperties\UnityAssetProperties.cs(15,22,15,38): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.CutValuerangeMin'
6>VsiObjectProperties\UnityAssetProperties.cs(16,22,16,38): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.CutValuerangeMax'
6>VsiObjectProperties\UnityAssetProperties.cs(17,22,17,30): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.Contrast'
6>VsiObjectProperties\UnityAssetProperties.cs(18,22,18,32): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.Brightness'
6>VsiObjectProperties\UnityAssetProperties.cs(19,22,19,29): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.Opacity'
6>VsiObjectProperties\UnityAssetProperties.cs(20,21,20,32): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.EnableLight'
6>VsiObjectProperties\UnityAssetProperties.cs(21,22,21,32): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.SurfaceThr'
6>VsiObjectProperties\UnityAssetProperties.cs(22,22,22,34): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.SurfaceAlpha'
6>VsiObjectProperties\UnityAssetProperties.cs(23,23,23,31): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.Modality'
6>VsiObjectProperties\UnityAssetProperties.cs(24,23,24,34): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.Orientation'
6>VsiObjectProperties\UnityAssetProperties.cs(25,23,25,37): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.Interpretation'
6>VsiObjectProperties\UnityAssetProperties.cs(26,20,26,33): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.TexturesCount'
6>VsiObjectProperties\UnityAssetProperties.cs(27,21,27,30): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.IsColored'
6>VsiObjectProperties\UnityAssetProperties.cs(28,20,28,26): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetProperties.Format'
6>VsiObjectProperties\VideoProperties.cs(7,18,7,33): warning CS1591: Missing XML comment for publicly visible type or member 'VideoProperties'
6>DTOs\DomainPropertiesUpdateDTO.cs(8,27,8,52): warning CS1591: Missing XML comment for publicly visible type or member 'DomainPropertiesUpdateDTO'
6>DTOs\MeshDomainPropertiesUpdateDTO.cs(5,18,5,47): warning CS1591: Missing XML comment for publicly visible type or member 'MeshDomainPropertiesUpdateDTO'
6>DTOs\SegmentationObjectCreateDTO.cs(7,18,7,45): warning CS1591: Missing XML comment for publicly visible type or member 'SegmentationObjectCreateDTO'
6>DTOs\UnityAssetCreateDTO.cs(5,18,5,37): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO'
6>DTOs\UnityAssetCreateDTO.cs(7,26,7,34): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.ScanType'
6>DTOs\UnityAssetCreateDTO.cs(8,20,8,35): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.ScanFilesAmount'
6>DTOs\UnityAssetCreateDTO.cs(9,20,9,25): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.Width'
6>DTOs\UnityAssetCreateDTO.cs(10,20,10,25): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.Depth'
6>DTOs\UnityAssetCreateDTO.cs(11,20,11,26): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.Height'
6>DTOs\UnityAssetCreateDTO.cs(12,22,12,36): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.SliceThickness'
6>DTOs\UnityAssetCreateDTO.cs(13,23,13,35): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.PixelSpacing'
6>DTOs\UnityAssetCreateDTO.cs(14,20,14,33): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.TexturesCount'
6>DTOs\UnityAssetCreateDTO.cs(15,21,15,30): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetCreateDTO.IsColored'
6>DTOs\VsiObjectReadDTO.cs(9,18,9,34): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectReadDTO'
6>DTOs\VsiObjectUpdateDTO.cs(9,18,9,36): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectUpdateDTO'
6>DTOs\VsiObjectUpdateDTO.cs(12,21,12,27): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectUpdateDTO.CaseId'
6>DTOs\VsiObjectUpdateDTO.cs(15,21,15,34): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectUpdateDTO.CaseElementId'
6>DTOs\VsiObjectUpdateDTO.cs(18,21,18,32): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectUpdateDTO.VsiObjectId'
6>DTOs\VsiObjectUpdateDTO.cs(21,21,21,27): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectUpdateDTO.UserId'
6>DTOs\VsiObjectUpdateDTO.cs(23,27,23,37): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectUpdateDTO.ClientType'
6>DTOs\VsiObjectUpdateDTO.cs(26,42,26,58): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectUpdateDTO.DomainProperties'
6>DTOs\Links\MultipleVsiObjectLink.cs(7,18,7,39): warning CS1591: Missing XML comment for publicly visible type or member 'MultipleVsiObjectLink'
6>DTOs\Links\MultipleVsiObjectLink.cs(9,36,9,50): warning CS1591: Missing XML comment for publicly visible type or member 'MultipleVsiObjectLink.VsiObjectLinks'
6>DTOs\Links\MultipleVsiObjectLink.cs(11,16,11,37): warning CS1591: Missing XML comment for publicly visible type or member 'MultipleVsiObjectLink.MultipleVsiObjectLink(IEnumerable<string>)'
6>DTOs\Links\SingleVsiObjectLink.cs(3,18,3,37): warning CS1591: Missing XML comment for publicly visible type or member 'SingleVsiObjectLink'
6>DTOs\Links\SingleVsiObjectLink.cs(5,23,5,36): warning CS1591: Missing XML comment for publicly visible type or member 'SingleVsiObjectLink.VsiObjectLink'
6>DTOs\Links\SingleVsiObjectLink.cs(7,16,7,35): warning CS1591: Missing XML comment for publicly visible type or member 'SingleVsiObjectLink.SingleVsiObjectLink(string)'
6>DTOs\Links\SingleWithTextureVsiObjectLink.cs(7,18,7,48): warning CS1591: Missing XML comment for publicly visible type or member 'SingleWithTextureVsiObjectLink'
6>DTOs\Links\SingleWithTextureVsiObjectLink.cs(9,23,9,34): warning CS1591: Missing XML comment for publicly visible type or member 'SingleWithTextureVsiObjectLink.TextureLink'
6>DTOs\Links\SingleWithTextureVsiObjectLink.cs(11,16,11,46): warning CS1591: Missing XML comment for publicly visible type or member 'SingleWithTextureVsiObjectLink.SingleWithTextureVsiObjectLink(string, string)'
6>DTOs\Links\SingleWithThumbnailVsiObjectLink.cs(7,18,7,50): warning CS1591: Missing XML comment for publicly visible type or member 'SingleWithThumbnailVsiObjectLink'
6>DTOs\Links\SingleWithThumbnailVsiObjectLink.cs(9,23,9,36): warning CS1591: Missing XML comment for publicly visible type or member 'SingleWithThumbnailVsiObjectLink.ThumbnailLink'
6>DTOs\Links\SingleWithThumbnailVsiObjectLink.cs(12,23,12,41): warning CS1591: Missing XML comment for publicly visible type or member 'SingleWithThumbnailVsiObjectLink.LargeThumbnailLink'
6>DTOs\Links\SingleWithThumbnailVsiObjectLink.cs(14,16,14,48): warning CS1591: Missing XML comment for publicly visible type or member 'SingleWithThumbnailVsiObjectLink.SingleWithThumbnailVsiObjectLink(string, string)'
6>DTOs\Links\SingleWithThumbnailVsiObjectLink.cs(20,16,20,48): warning CS1591: Missing XML comment for publicly visible type or member 'SingleWithThumbnailVsiObjectLink.SingleWithThumbnailVsiObjectLink(string, string, string)'
6>DTOs\Links\VsiObjectLink.cs(7,18,7,31): warning CS1591: Missing XML comment for publicly visible type or member 'VsiObjectLink'
6>VsiObjectProperties\MergedMeshPhysicalProperties.cs(9,18,9,46): warning CS1591: Missing XML comment for publicly visible type or member 'MergedMeshPhysicalProperties'
6>VsiObjectProperties\MergedMeshPhysicalProperties.cs(11,65,11,74): warning CS1591: Missing XML comment for publicly visible type or member 'MergedMeshPhysicalProperties.FileNames'
6>VsiObjectProperties\MergedMeshPhysicalProperties.cs(13,16,13,44): warning CS1591: Missing XML comment for publicly visible type or member 'MergedMeshPhysicalProperties.MergedMeshPhysicalProperties()'
6>VsiObjectProperties\MergedMeshPhysicalProperties.cs(18,16,18,44): warning CS1591: Missing XML comment for publicly visible type or member 'MergedMeshPhysicalProperties.MergedMeshPhysicalProperties(IDictionary<ClientType, IEnumerable<string>>, IDictionary<ClientType, string>, string)'
6>VsiObjectProperties\MergedMeshProperties.cs(10,18,10,38): warning CS1591: Missing XML comment for publicly visible type or member 'MergedMeshProperties'
6>VsiObjectProperties\MergedMeshProperties.cs(12,23,12,28): warning CS1591: Missing XML comment for publicly visible type or member 'MergedMeshProperties.Units'
6>VsiObjectProperties\MergedMeshProperties.cs(13,42,13,57): warning CS1591: Missing XML comment for publicly visible type or member 'MergedMeshProperties.PolydataObjects'
6>VsiObjectProperties\MergedMeshProperties.cs(16,18,16,30): warning CS1591: Missing XML comment for publicly visible type or member 'MergeElement'
6>VsiObjectProperties\MergedMeshProperties.cs(18,25,18,30): warning CS1591: Missing XML comment for publicly visible type or member 'MergeElement.Color'
6>VsiObjectProperties\MergedMeshProperties.cs(19,22,19,29): warning CS1591: Missing XML comment for publicly visible type or member 'MergeElement.Opacity'
6>VsiObjectProperties\MergedMeshProperties.cs(20,21,20,32): warning CS1591: Missing XML comment for publicly visible type or member 'MergeElement.CreatedById'
6>VsiObjectProperties\MergedMeshProperties.cs(21,29,21,39): warning CS1591: Missing XML comment for publicly visible type or member 'MergeElement.ObjectType'
6>VsiObjectProperties\MergedMeshProperties.cs(22,23,22,33): warning CS1591: Missing XML comment for publicly visible type or member 'MergeElement.DataPrefix'
6>VsiObjectCommunicationModule -> D:\VSI\VsiManagerCore\VsiApi\Modules\Communication\VsiObjectCommunicationModule\bin\Debug\netcoreapp3.1\VsiObjectCommunicationModule.dll
6>Done building project "VsiObjectCommunicationModule.csproj".
8>------ Rebuild All started: Project: MessagesCommunicationModule, Configuration: Debug Any CPU ------
9>------ Rebuild All started: Project: CaseCommunicationModule, Configuration: Debug Any CPU ------
9>Commands\UpdateCaseOnCaseChangesCommand.cs(6,18,6,48): warning CS1591: Missing XML comment for publicly visible type or member 'UpdateCaseOnCaseChangesCommand'
9>Commands\UpdateCaseOnCaseChangesCommand.cs(8,21,8,27): warning CS1591: Missing XML comment for publicly visible type or member 'UpdateCaseOnCaseChangesCommand.CaseId'
9>DTOs\CaseCreateDTO.cs(7,18,7,31): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreateDTO'
9>DTOs\CaseCreateDTO.cs(10,21,10,28): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreateDTO.OwnerId'
9>DTOs\CaseElementCreateDTO.cs(9,18,9,38): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO'
9>DTOs\CaseElementCreateDTO.cs(11,21,11,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO.CaseId'
9>DTOs\CaseElementCreateDTO.cs(13,21,13,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO.UserId'
9>DTOs\CaseElementCreateDTO.cs(15,29,15,36): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO.DocType'
9>DTOs\CaseElementCreateDTO.cs(17,22,17,31): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO.PointerId'
9>DTOs\CaseElementCreateDTO.cs(19,23,19,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO.Name'
9>DTOs\CaseElementCreateDTO.cs(21,34,21,43): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO.RelatesTo'
9>DTOs\CaseElementCreateDTO.cs(23,45,23,67): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO.CreateVsiObjectContext'
9>DTOs\CaseElementCreateDTO.cs(25,23,25,34): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTO.Description'
9>DTOs\CaseElementReadDTO.cs(9,18,9,36): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementReadDTO'
9>DTOs\CaseElementRelationCreateDTO.cs(6,18,6,46): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateDTO'
9>DTOs\CaseElementRelationCreateDTO.cs(8,21,8,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateDTO.CaseId'
9>DTOs\CaseElementRelationCreateDTO.cs(9,21,9,38): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateDTO.FromCaseElementId'
9>DTOs\CaseElementRelationCreateDTO.cs(10,21,10,36): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateDTO.ToCaseElementId'
9>DTOs\CaseElementRelationCreateDTO.cs(11,23,11,35): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateDTO.RelationName'
9>DTOs\CaseElementRelationCreateDTO.cs(12,29,12,41): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateDTO.RelationType'
9>DTOs\CaseElementRelationCreateDTO.cs(13,32,13,47): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateDTO.RelationSubject'
9>DTOs\CaseElementRelationReadDTO.cs(6,18,6,44): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationReadDTO'
9>DTOs\CaseElementRelationReadDTO.cs(32,32,32,47): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationReadDTO.RelationSubject'
9>DTOs\CaseElementRelationUpdateDeleteDTO.cs(3,18,3,52): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationUpdateDeleteDTO'
9>DTOs\CaseElementRelationUpdateDeleteDTO.cs(5,21,5,23): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationUpdateDeleteDTO.Id'
9>DTOs\CaseElementUpdateDeleteDTO.cs(7,18,7,44): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementUpdateDeleteDTO'
9>DTOs\CaseElementUpdateDeleteDTO.cs(10,21,10,23): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementUpdateDeleteDTO.Id'
9>DTOs\CaseElementUpdateDeleteDTO.cs(13,21,13,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementUpdateDeleteDTO.CaseId'
9>DTOs\CaseElementUpdateDeleteDTO.cs(26,25,26,32): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementUpdateDeleteDTO.VsiUser'
9>DTOs\CaseReadDTO.cs(6,18,6,29): warning CS1591: Missing XML comment for publicly visible type or member 'CaseReadDTO'
9>DTOs\CaseTargetCreateDTO.cs(7,18,7,37): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreateDTO'
9>DTOs\CaseTargetCreateDTO.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreateDTO.CaseId'
9>DTOs\CaseTargetCreateDTO.cs(13,21,13,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreateDTO.UserId'
9>DTOs\CaseTargetReadDTO.cs(6,18,6,35): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetReadDTO'
9>DTOs\CaseTargetUpdateDeleteDTO.cs(6,18,6,43): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargerUpdateDeleteDTO'
9>DTOs\CaseTargetUpdateDeleteDTO.cs(8,21,8,29): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargerUpdateDeleteDTO.TargetId'
9>DTOs\CaseTargetUpdateDeleteDTO.cs(9,21,9,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargerUpdateDeleteDTO.CaseId'
9>DTOs\CaseTargetUpdateDeleteDTO.cs(10,25,10,32): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargerUpdateDeleteDTO.VsiUser'
9>DTOs\CaseUpdateDeleteDTO.cs(8,18,8,37): warning CS1591: Missing XML comment for publicly visible type or member 'CaseUpdateDeleteDTO'
9>DTOs\CaseUpdateDeleteDTO.cs(11,21,11,23): warning CS1591: Missing XML comment for publicly visible type or member 'CaseUpdateDeleteDTO.Id'
9>DTOs\CaseUpdateDeleteDTO.cs(29,25,29,32): warning CS1591: Missing XML comment for publicly visible type or member 'CaseUpdateDeleteDTO.VsiUser'
9>Enums\RelationProcessingType.cs(3,17,3,39): warning CS1591: Missing XML comment for publicly visible type or member 'RelationProcessingType'
9>Enums\RelationProcessingType.cs(5,9,5,32): warning CS1591: Missing XML comment for publicly visible type or member 'RelationProcessingType.DicomUnityAssetRelation'
9>Enums\RelationProcessingType.cs(6,9,6,38): warning CS1591: Missing XML comment for publicly visible type or member 'RelationProcessingType.DicomBoneSegmentationRelation'
9>Enums\RelationProcessingType.cs(7,9,7,40): warning CS1591: Missing XML comment for publicly visible type or member 'RelationProcessingType.DicomVesselSegmentationRelation'
9>Enums\RelationProcessingType.cs(8,9,8,27): warning CS1591: Missing XML comment for publicly visible type or member 'RelationProcessingType.DicomSpectRelation'
9>Enums\RelationSubject.cs(3,17,3,32): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject'
9>Enums\RelationSubject.cs(5,9,5,27): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.SEGMENTATION_BONES'
9>Enums\RelationSubject.cs(6,9,6,29): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.SEGMENTATION_VESSELS'
9>Enums\RelationSubject.cs(7,9,7,27): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.SEGMENTATION_BRAIN'
9>Enums\RelationSubject.cs(8,9,8,27): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.SEGMENTATION_LIVER'
9>Enums\RelationSubject.cs(9,9,9,29): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.SEGMENTATION_UROLOGY'
9>Enums\RelationSubject.cs(10,9,10,32): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.SEGMENTATION_VENTRICLES'
9>Enums\RelationSubject.cs(11,9,11,14): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.SPECT'
9>Enums\RelationSubject.cs(12,9,12,20): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.UNITY_ASSET'
9>Enums\RelationSubject.cs(13,9,13,23): warning CS1591: Missing XML comment for publicly visible type or member 'RelationSubject.COVID_DIAGNOSE'
9>Enums\RelationType.cs(3,17,3,29): warning CS1591: Missing XML comment for publicly visible type or member 'RelationType'
9>Enums\RelationType.cs(5,9,5,16): warning CS1591: Missing XML comment for publicly visible type or member 'RelationType.Created'
9>Enums\RelationType.cs(6,9,6,18): warning CS1591: Missing XML comment for publicly visible type or member 'RelationType.IsFeature'
9>Events\CaseCreatedEvent.cs(8,18,8,34): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreatedEvent'
9>Events\CaseCreatedEvent.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreatedEvent.UserId'
9>Events\CaseCreatedEvent.cs(11,21,11,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreatedEvent.CaseId'
9>Events\CaseCreatedEvent.cs(12,31,12,43): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreatedEvent.CreationDate'
9>Events\CaseCreatedEvent.cs(14,16,14,32): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreatedEvent.CaseCreatedEvent(Guid, Guid)'
9>Events\CaseDeletedEvent.cs(8,18,8,34): warning CS1591: Missing XML comment for publicly visible type or member 'CaseDeletedEvent'
9>Events\CaseDeletedEvent.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseDeletedEvent.CaseId'
9>Events\CaseDeletedEvent.cs(11,21,11,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseDeletedEvent.UserId'
9>Events\CaseDeletedEvent.cs(13,16,13,32): warning CS1591: Missing XML comment for publicly visible type or member 'CaseDeletedEvent.CaseDeletedEvent(Guid, Guid)'
9>Events\CaseElementCreatedEvent.cs(8,18,8,41): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreatedEvent'
9>Events\CaseElementCreatedEvent.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreatedEvent.CaseId'
9>Events\CaseElementCreatedEvent.cs(11,21,11,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreatedEvent.UserId'
9>Events\CaseElementCreatedEvent.cs(12,21,12,34): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreatedEvent.CaseElementId'
9>Events\CaseElementCreatedEvent.cs(13,31,13,43): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreatedEvent.CreationDate'
9>Events\CaseElementCreatedEvent.cs(15,16,15,39): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreatedEvent.CaseElementCreatedEvent(Guid, Guid, long)'
9>Events\CaseElementDeletedEvent.cs(8,18,8,41): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementDeletedEvent'
9>Events\CaseElementDeletedEvent.cs(10,21,10,34): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementDeletedEvent.CaseElementId'
9>Events\CaseElementDeletedEvent.cs(11,21,11,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementDeletedEvent.UserId'
9>Events\CaseElementDeletedEvent.cs(13,16,13,39): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementDeletedEvent.CaseElementDeletedEvent(Guid, long)'
9>Events\CaseTargetCreatedEvent.cs(8,18,8,40): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreatedEvent'
9>Events\CaseTargetCreatedEvent.cs(10,21,10,33): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreatedEvent.CaseTargetId'
9>Events\CaseTargetCreatedEvent.cs(11,21,11,29): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreatedEvent.TargetId'
9>Events\CaseTargetCreatedEvent.cs(12,21,12,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreatedEvent.CaseId'
9>Events\CaseTargetCreatedEvent.cs(13,21,13,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreatedEvent.UserId'
9>Events\CaseTargetCreatedEvent.cs(14,23,14,33): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreatedEvent.TargetType'
9>Events\CaseTargetCreatedEvent.cs(15,31,15,43): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreatedEvent.CreationDate'
9>Events\CaseTargetCreatedEvent.cs(18,16,18,38): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreatedEvent.CaseTargetCreatedEvent(long, Guid, Guid, Guid, string)'
9>Events\CaseTargetDeletedEvent.cs(8,18,8,40): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetDeletedEvent'
9>Events\CaseTargetDeletedEvent.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetDeletedEvent.UserId'
9>Events\CaseTargetDeletedEvent.cs(11,21,11,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetDeletedEvent.CaseId'
9>Events\CaseTargetDeletedEvent.cs(12,21,12,29): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetDeletedEvent.TargetId'
9>Events\CaseTargetDeletedEvent.cs(14,16,14,38): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetDeletedEvent.CaseTargetDeletedEvent(Guid, Guid, Guid)'
9>ModelAttributes\BasicCaseElementAttribute.cs(7,18,7,43): warning CS1591: Missing XML comment for publicly visible type or member 'BasicCaseElementAttribute'
9>ModelAttributes\BasicCaseElementAttribute.cs(9,23,9,29): warning CS1591: Missing XML comment for publicly visible type or member 'BasicCaseElementAttribute.Author'
9>ModelAttributes\BasicCaseElementAttribute.cs(10,31,10,40): warning CS1591: Missing XML comment for publicly visible type or member 'BasicCaseElementAttribute.CreatedAt'
9>ModelAttributes\BasicRelationAttributeBase.cs(5,18,5,44): warning CS1591: Missing XML comment for publicly visible type or member 'BasicRelationAttributeBase'
9>ModelAttributes\BasicRelationAttributeBase.cs(7,29,7,37): warning CS1591: Missing XML comment for publicly visible type or member 'BasicRelationAttributeBase.FileType'
9>ModelAttributes\CaseElementAttribute.cs(7,27,7,47): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementAttribute'
9>ModelAttributes\FeatureRelationAttribute.cs(5,18,5,42): warning CS1591: Missing XML comment for publicly visible type or member 'FeatureRelationAttribute'
9>ModelAttributes\FeatureRelationAttribute.cs(7,28,7,39): warning CS1591: Missing XML comment for publicly visible type or member 'FeatureRelationAttribute.FeatureType'
9>ModelAttributes\ModelAttributeBase.cs(7,27,7,45): warning CS1591: Missing XML comment for publicly visible type or member 'ModelAttributeBase'
9>ModelAttributes\RelationAttributeBase.cs(3,27,3,48): warning CS1591: Missing XML comment for publicly visible type or member 'RelationAttributeBase'
9>Queries\GetCaseElementsForCaseQuery.cs(11,18,11,45): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementsForCaseQuery'
9>Queries\GetCaseElementsForCaseQuery.cs(14,21,14,27): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementsForCaseQuery.CaseId'
9>Queries\GetPatientCasesQuery.cs(9,18,9,38): warning CS1591: Missing XML comment for publicly visible type or member 'GetPatientCasesQuery'
9>Queries\GetPatientCasesQuery.cs(12,21,12,30): warning CS1591: Missing XML comment for publicly visible type or member 'GetPatientCasesQuery.PatientId'
9>Queries\GetUserCaseByIdQuery.cs(7,18,7,38): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCaseByIdQuery'
9>Queries\GetUserCaseByIdQuery.cs(9,21,9,27): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCaseByIdQuery.UserId'
9>Queries\GetUserCaseByIdQuery.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCaseByIdQuery.CaseId'
9>Queries\GetUserCaseByIdQuery.cs(12,16,12,36): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCaseByIdQuery.GetUserCaseByIdQuery(Guid, Guid)'
9>Queries\GetUserCasesQuery.cs(9,18,9,35): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCasesQuery'
9>Queries\GetUserCasesQuery.cs(12,21,12,27): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCasesQuery.UserId'
9>Queries\GetCaseElementForCaseByIdQuery.cs(8,18,8,48): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementForCaseByIdQuery'
9>Queries\GetCaseElementForCaseByIdQuery.cs(10,21,10,27): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementForCaseByIdQuery.CaseId'
9>Queries\GetCaseElementForCaseByIdQuery.cs(11,21,11,34): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementForCaseByIdQuery.CaseElementId'
9>Queries\GetCaseElementForCaseByIdQuery.cs(12,21,12,34): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementForCaseByIdQuery.WithVsiObject'
9>Queries\GetCaseElementForCaseByIdQuery.cs(13,27,13,37): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementForCaseByIdQuery.ClientType'
9>Queries\GetCaseTargetsQuery.cs(8,18,8,37): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseTargetsQuery'
9>Queries\GetCaseTargetsQuery.cs(10,27,10,37): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseTargetsQuery.TargetType'
9>Queries\GetCaseTargetsQuery.cs(12,16,12,35): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseTargetsQuery.GetCaseTargetsQuery(TargetType)'
9>DTOs\ProcessFileDelegate.cs(9,26,9,45): warning CS1591: Missing XML comment for publicly visible type or member 'ProcessFileDelegate'
9>DTOs\ProcessUploadContentDelegate.cs(6,52,6,82): warning CS1591: Missing XML comment for publicly visible type or member 'ProcessUploadedContentDelegate'
9>Queries\UploadCaseElementQuery.cs(11,18,11,40): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQuery'
9>Queries\UploadCaseElementQuery.cs(13,21,13,27): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQuery.UserId'
9>Queries\UploadCaseElementQuery.cs(14,21,14,27): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQuery.CaseId'
9>Queries\UploadCaseElementQuery.cs(15,21,15,32): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQuery.VsiObjectId'
9>Queries\UploadCaseElementQuery.cs(16,47,16,75): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQuery.ProcessUploadContentDelegate'
9>Queries\UploadCaseElementQuery.cs(17,29,17,41): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQuery.FileTypeEnum'
9>Queries\UploadCaseElementQuery.cs(19,16,19,38): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQuery.UploadCaseElementQuery(Guid, Guid, Guid, ProcessUploadedContentDelegate, FileTypeEnum)'
9>CaseCommunicationModule -> D:\VSI\VsiManagerCore\VsiApi\Modules\Communication\CaseCommunicationModule\bin\Debug\netcoreapp3.1\CaseCommunicationModule.dll
9>Done building project "CaseCommunicationModule.csproj".
10>------ Rebuild All started: Project: Patients, Configuration: Debug Any CPU ------
8>MessagesCommunicationModule -> D:\VSI\VsiManagerCore\VsiApi\Modules\Communication\MessagesCommunicationModule\bin\Debug\netcoreapp3.1\MessagesCommunicationModule.dll
11>------ Rebuild All started: Project: Messages, Configuration: Debug Any CPU ------
12>------ Rebuild All started: Project: ProcessingCommunicationModule, Configuration: Debug Any CPU ------
10>Handlers\GetPatientQueryHandler.cs(39,46,39,47): warning CS0168: The variable 'e' is declared but never used
10>Handlers\PatientUpdateDeleteQueryHandler.cs(58,46,58,47): warning CS0168: The variable 'e' is declared but never used
10>Handlers\PatientUpdateDeleteQueryHandler.cs(82,30,82,31): warning CS0168: The variable 'e' is declared but never used
12>ProcessingCommunicationModule -> D:\VSI\VsiManagerCore\VsiApi\Modules\Communication\ProcessingCommunicationModule\bin\Debug\netcoreapp3.1\ProcessingCommunicationModule.dll
10>Patients -> D:\VSI\VsiManagerCore\VsiApi\Modules\Patients\bin\Debug\netcoreapp3.1\Patients.dll
10>Done building project "Patients.csproj".
11>Handlers\SendMessageViaSignalRCommandHandler.cs(33,49,33,50): warning CS0168: The variable 'e' is declared but never used
11>Impl\MessageService.cs(48,30,48,31): warning CS0168: The variable 'e' is declared but never used
11>Messages -> D:\VSI\VsiManagerCore\VsiApi\Modules\Messages\bin\Debug\netcoreapp3.1\Messages.dll
11>Done building project "Messages.csproj".
13>------ Rebuild All started: Project: VsiObjects, Configuration: Debug Any CPU ------
13>Handlers\UpdateVsiObjectQueryHandler.cs(41,42,41,43): warning CS0168: The variable 'e' is declared but never used
13>Handlers\GetVsiObjectByIdQueryHandler.cs(50,38,50,39): warning CS0168: The variable 'e' is declared but never used
13>Handlers\GetVsiObjectByIdQueryHandler.cs(59,46,59,47): warning CS0168: The variable 'e' is declared but never used
13>Jobs\Impl\VsiObjectStatusSynchroJob.cs(49,46,49,47): warning CS0168: The variable 'e' is declared but never used
13>Handlers\GetLinkForVsiObjectThumbnailQueryHandler.cs(53,46,53,47): warning CS0168: The variable 'e' is declared but never used
13>Handlers\GetLinkForVsiObjectThumbnailQueryHandler.cs(57,41,57,42): warning CS0168: The variable 'e' is declared but never used
13>Mappings\FileNamesResolver.cs(15,37,15,55): warning CS0414: The field 'FileNamesResolver._defaultClientType' is assigned but its value is never used
13>VsiObjects -> D:\VSI\VsiManagerCore\VsiApi\Modules\VsiObjects\bin\Debug\netcoreapp3.1\VsiObjects.dll
13>Done building project "VsiObjects.csproj".
14>------ Rebuild All started: Project: Cases, Configuration: Debug Any CPU ------
14>Handlers\UpdateCaseOnCaseChangesCommandHandler.cs(35,46,35,47): warning CS0168: The variable 'e' is declared but never used
14>Handlers\CaseElementRelationUpdateDeleteQueryHandler.cs(43,67,43,80): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
14>Handlers\CaseUpdateDeleteQueryHandler.cs(50,46,50,47): warning CS0168: The variable 'e' is declared but never used
14>Handlers\CaseElementUpdateDeleteQueryHandler.cs(80,46,80,47): warning CS0168: The variable 'e' is declared but never used
14>Handlers\CaseUpdateDeleteQueryHandler.cs(79,46,79,47): warning CS0168: The variable 'e' is declared but never used
14>Handlers\CaseElementUpdateDeleteQueryHandler.cs(102,46,102,47): warning CS0168: The variable 'e' is declared but never used
14>Handlers\GetCaseElementForCaseByIdQueryHandler.cs(86,44,86,45): warning CS0168: The variable 'e' is declared but never used
14>Handlers\GetCaseElementForCaseByIdQueryHandler.cs(91,30,91,31): warning CS0168: The variable 'e' is declared but never used
14>Handlers\CaseElementUpdateDeleteQueryHandler.cs(130,46,130,47): warning CS0168: The variable 'e' is declared but never used
14>Impl\DicomRelationCreators\DicomUrologySegmentationRelationCreator.cs(61,46,61,47): warning CS0168: The variable 'e' is declared but never used
14>Handlers\GetCaseElementsForCaseQueryHandler.cs(95,34,95,35): warning CS0168: The variable 'e' is declared but never used
14>Handlers\CaseElementUpdateDeleteQueryHandler.cs(216,46,216,47): warning CS0168: The variable 'e' is declared but never used
14>Attributes\RelationCreatorMetadataAttribute.cs(9,18,9,50): warning CS1591: Missing XML comment for publicly visible type or member 'RelationCreatorMetadataAttribute'
14>Attributes\RelationCreatorMetadataAttribute.cs(11,29,11,41): warning CS1591: Missing XML comment for publicly visible type or member 'RelationCreatorMetadataAttribute.FromFileType'
14>Attributes\RelationCreatorMetadataAttribute.cs(12,32,12,47): warning CS1591: Missing XML comment for publicly visible type or member 'RelationCreatorMetadataAttribute.RelationSubject'
14>Attributes\RelationCreatorMetadataAttribute.cs(14,16,14,48): warning CS1591: Missing XML comment for publicly visible type or member 'RelationCreatorMetadataAttribute.RelationCreatorMetadataAttribute(FileTypeEnum, RelationSubject)'
14>CaseModuleRegistration.cs(10,18,10,40): warning CS1591: Missing XML comment for publicly visible type or member 'CaseModuleRegistration'
14>CaseModuleRegistration.cs(12,33,12,37): warning CS1591: Missing XML comment for publicly visible type or member 'CaseModuleRegistration.Load(ContainerBuilder)'
14>Context\ICaseContext.cs(8,22,8,34): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext'
14>Context\ICaseContext.cs(10,26,10,31): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.Cases'
14>Context\ICaseContext.cs(12,33,12,45): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.CaseElements'
14>Context\ICaseContext.cs(14,41,14,61): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.CaseElementRelations'
14>Context\ICaseContext.cs(16,32,16,43): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.CaseTargets'
14>Context\ICaseContext.cs(18,20,18,42): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.CreateCaseElementAsync(CaseElement)'
14>Context\ICaseContext.cs(20,27,20,49): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.UpdateCaseElementAsync(CaseElement)'
14>Context\ICaseContext.cs(22,14,22,36): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.DeleteCaseElementAsync(CaseElement)'
14>Context\ICaseContext.cs(24,20,24,35): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.CreateCaseAsync(Case)'
14>Context\ICaseContext.cs(26,20,26,35): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.UpdateCaseAsync(Case)'
14>Context\ICaseContext.cs(28,14,28,29): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.DeleteCaseAsync(Case)'
14>Context\ICaseContext.cs(30,26,30,47): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.CreateCaseTargetAsync(CaseTarget)'
14>Context\ICaseContext.cs(32,14,32,35): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.DeleteCaseTargetAsync(CaseTarget)'
14>Context\ICaseContext.cs(34,35,34,65): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.CreateCaseElementRelationAsync(CaseElementRelation)'
14>Context\ICaseContext.cs(36,19,36,49): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.DeleteCaseElementRelationAsync(CaseElementRelation)'
14>Context\ICaseContext.cs(38,20,38,42): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.RequestCaseAccessAsync(Guid)'
14>Context\ICaseContext.cs(40,20,40,49): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.RequestCaseElementAccessAsync(long)'
14>Context\ICaseContext.cs(42,20,42,47): warning CS1591: Missing XML comment for publicly visible type or member 'ICaseContext.CaseTargetExistForCaseAsync(Guid, Guid)'
14>Exceptions\CaseNotFoundException.cs(6,18,6,39): warning CS1591: Missing XML comment for publicly visible type or member 'CaseNotFoundException'
14>Exceptions\CaseNotFoundException.cs(8,16,8,37): warning CS1591: Missing XML comment for publicly visible type or member 'CaseNotFoundException.CaseNotFoundException(string, string, int)'
14>Exceptions\DoctorIsHisOwnPatientException.cs(6,18,6,48): warning CS1591: Missing XML comment for publicly visible type or member 'DoctorIsHisOwnPatientException'
14>Exceptions\DoctorIsHisOwnPatientException.cs(8,16,8,46): warning CS1591: Missing XML comment for publicly visible type or member 'DoctorIsHisOwnPatientException.DoctorIsHisOwnPatientException(string, string, int)'
14>Extensions\CaseExtensions.cs(14,25,14,39): warning CS1591: Missing XML comment for publicly visible type or member 'CaseExtensions'
14>Extensions\CaseExtensions.cs(16,35,16,48): warning CS1591: Missing XML comment for publicly visible type or member 'CaseExtensions.ToCaseReadDTO(Case)'
14>Extensions\CaseExtensions.cs(77,30,77,51): warning CS1591: Missing XML comment for publicly visible type or member 'CaseExtensions.VisitRelationCallback'
14>Extensions\CaseExtensions.cs(79,27,79,55): warning CS1591: Missing XML comment for publicly visible type or member 'CaseExtensions.IterateFromElementToCaseRoot(CaseElement, CaseExtensions.VisitRelationCallback, ILogger)'
14>Extensions\CaseExtensions.cs(123,68,123,89): warning CS1591: Missing XML comment for publicly visible type or member 'CaseExtensions.CollectAllDescendents(ICaseContext, Guid, long)'
14>Factories\RelationCreatorFactory.cs(6,38,6,60): warning CS1591: Missing XML comment for publicly visible type or member 'RelationCreatorFactory'
14>Handlers\CaseCreateQueryHandler.cs(15,18,15,40): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreateQueryHandler'
14>Handlers\CaseCreateQueryHandler.cs(21,16,21,38): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreateQueryHandler.CaseCreateQueryHandler(ICaseContext, IMapper, ICommandDispatcher)'
14>Handlers\CaseCreateQueryHandler.cs(28,45,28,58): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreateQueryHandler.OnCreateAsync(CaseCreateDTO)'
14>Handlers\CaseElementCreateQueryHandler.cs(25,18,25,47): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateQueryHandler'
14>Handlers\CaseElementCreateQueryHandler.cs(33,16,33,45): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateQueryHandler.CaseElementCreateQueryHandler(ICaseContext, IVsiObjectContext, IQueryDispatcher, ICommandDispatcher, ILogger<CaseElementCreateQueryHandler>)'
14>Handlers\CaseElementCreateQueryHandler.cs(43,59,43,72): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateQueryHandler.OnCreateAsync(CaseElementCreateDTO)'
14>Handlers\CaseElementRelationCreateQueryHandler.cs(14,18,14,55): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateQueryHandler'
14>Handlers\CaseElementRelationCreateQueryHandler.cs(21,16,21,53): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateQueryHandler.CaseElementRelationCreateQueryHandler(ICaseContext, ICommandDispatcher, IMapper, ILogger<CaseElementRelationCreateQueryHandler>)'
14>Handlers\CaseElementRelationCreateQueryHandler.cs(29,67,29,80): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationCreateQueryHandler.OnCreateAsync(CaseElementRelationCreateDTO)'
14>Handlers\CaseElementRelationUpdateDeleteQueryHandler.cs(14,18,14,61): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationUpdateDeleteQueryHandler'
14>Handlers\CaseElementRelationUpdateDeleteQueryHandler.cs(20,16,20,59): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationUpdateDeleteQueryHandler.CaseElementRelationUpdateDeleteQueryHandler(ICaseContext, IMapper, ICommandDispatcher)'
14>Handlers\CaseElementRelationUpdateDeleteQueryHandler.cs(27,67,27,80): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationUpdateDeleteQueryHandler.OnDeleteAsync(CaseElementRelationUpdateDeleteDTO)'
14>Handlers\CaseElementRelationUpdateDeleteQueryHandler.cs(43,67,43,80): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelationUpdateDeleteQueryHandler.OnUpdateAsync(CaseElementRelationUpdateDeleteDTO)'
14>Handlers\CaseElementUpdateDeleteQueryHandler.cs(22,18,22,53): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementUpdateDeleteQueryHandler'
14>Handlers\CaseElementUpdateDeleteQueryHandler.cs(31,16,31,51): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementUpdateDeleteQueryHandler.CaseElementUpdateDeleteQueryHandler(ICaseContext, IMapper, ICommandDispatcher, IQueryDispatcher, ILogger<CaseElementUpdateDeleteDTO>)'
14>Handlers\CaseElementUpdateDeleteQueryHandler.cs(40,59,40,72): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementUpdateDeleteQueryHandler.OnDeleteAsync(CaseElementUpdateDeleteDTO)'
14>Handlers\CaseElementUpdateDeleteQueryHandler.cs(109,59,109,72): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementUpdateDeleteQueryHandler.OnUpdateAsync(CaseElementUpdateDeleteDTO)'
14>Handlers\CaseTargetCreateQueryHandler.cs(19,18,19,46): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreateQueryHandler'
14>Handlers\CaseTargetCreateQueryHandler.cs(26,16,26,44): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreateQueryHandler.CaseTargetCreateQueryHandler(ICaseContext, IMapper, ICommandDispatcher, ILogger<CaseTargetCreateQueryHandler>)'
14>Handlers\CaseTargetCreateQueryHandler.cs(34,58,34,71): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreateQueryHandler.OnCreateAsync(CaseTargetCreateDTO)'
14>Handlers\CaseTargetUpdateDeleteQueryHandler.cs(15,18,15,52): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetUpdateDeleteQueryHandler'
14>Handlers\CaseTargetUpdateDeleteQueryHandler.cs(22,16,22,50): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetUpdateDeleteQueryHandler.CaseTargetUpdateDeleteQueryHandler(ICaseContext, ICommandDispatcher, IMapper, IQueryDispatcher)'
14>Handlers\CaseTargetUpdateDeleteQueryHandler.cs(30,58,30,71): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetUpdateDeleteQueryHandler.OnDeleteAsync(CaseTargerUpdateDeleteDTO)'
14>Handlers\CaseTargetUpdateDeleteQueryHandler.cs(71,52,71,65): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetUpdateDeleteQueryHandler.OnUpdateAsync(CaseTargerUpdateDeleteDTO)'
14>Handlers\CaseUpdateDeleteQueryHandler.cs(15,18,15,46): warning CS1591: Missing XML comment for publicly visible type or member 'CaseUpdateDeleteQueryHandler'
14>Handlers\CaseUpdateDeleteQueryHandler.cs(22,16,22,44): warning CS1591: Missing XML comment for publicly visible type or member 'CaseUpdateDeleteQueryHandler.CaseUpdateDeleteQueryHandler(ICaseContext, ICommandDispatcher, IQueryDispatcher, IMapper)'
14>Handlers\CaseUpdateDeleteQueryHandler.cs(30,52,30,65): warning CS1591: Missing XML comment for publicly visible type or member 'CaseUpdateDeleteQueryHandler.OnDeleteAsync(CaseUpdateDeleteDTO)'
14>Handlers\CaseUpdateDeleteQueryHandler.cs(56,52,56,65): warning CS1591: Missing XML comment for publicly visible type or member 'CaseUpdateDeleteQueryHandler.OnUpdateAsync(CaseUpdateDeleteDTO)'
14>Handlers\GetCaseElementForCaseByIdQueryHandler.cs(20,18,20,55): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementForCaseByIdQueryHandler'
14>Handlers\GetCaseElementForCaseByIdQueryHandler.cs(27,16,27,53): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementForCaseByIdQueryHandler.GetCaseElementForCaseByIdQueryHandler(ICaseContext, IQueryDispatcher, IMapper, ILogger<GetCaseElementForCaseByIdQueryHandler>)'
14>Handlers\GetCaseElementForCaseByIdQueryHandler.cs(35,47,35,58): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementForCaseByIdQueryHandler.HandleAsync(GetCaseElementForCaseByIdQuery, CancellationToken)'
14>Handlers\GetCaseElementsForCaseQueryHandler.cs(21,18,21,52): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementsForCaseQueryHandler'
14>Handlers\GetCaseElementsForCaseQueryHandler.cs(28,16,28,50): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementsForCaseQueryHandler.GetCaseElementsForCaseQueryHandler(ILogger<GetCaseElementsForCaseQueryHandler>, IMapper, IQueryDispatcher, ICaseContext)'
14>Handlers\GetCaseElementsForCaseQueryHandler.cs(36,60,36,71): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseElementsForCaseQueryHandler.HandleAsync(GetCaseElementsForCaseQuery, CancellationToken)'
14>Handlers\GetCaseTargetsQueryHandler.cs(15,18,15,44): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseTargetsQueryHandler'
14>Handlers\GetCaseTargetsQueryHandler.cs(21,16,21,42): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseTargetsQueryHandler.GetCaseTargetsQueryHandler(ICaseContext, IMapper, ILogger<GetCaseTargetsQueryHandler>)'
14>Handlers\GetCaseTargetsQueryHandler.cs(28,59,28,70): warning CS1591: Missing XML comment for publicly visible type or member 'GetCaseTargetsQueryHandler.HandleAsync(GetCaseTargetsQuery, CancellationToken)'
14>Handlers\GetPatientCasesQueryHandler.cs(19,18,19,45): warning CS1591: Missing XML comment for publicly visible type or member 'GetPatientCasesQueryHandler'
14>Handlers\GetPatientCasesQueryHandler.cs(25,16,25,43): warning CS1591: Missing XML comment for publicly visible type or member 'GetPatientCasesQueryHandler.GetPatientCasesQueryHandler(ICaseContext, ILogger<GetPatientCasesQueryHandler>, IMapper)'
14>Handlers\GetPatientCasesQueryHandler.cs(32,62,32,73): warning CS1591: Missing XML comment for publicly visible type or member 'GetPatientCasesQueryHandler.HandleAsync(GetPatientCasesQuery, CancellationToken)'
14>Handlers\GetUserCaseByIdQueryHandler.cs(14,18,14,45): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCaseByIdQueryHandler'
14>Handlers\GetUserCaseByIdQueryHandler.cs(19,16,19,43): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCaseByIdQueryHandler.GetUserCaseByIdQueryHandler(ICaseContext, ILogger<GetUserCaseByIdQueryHandler>)'
14>Handlers\GetUserCaseByIdQueryHandler.cs(25,40,25,51): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCaseByIdQueryHandler.HandleAsync(GetUserCaseByIdQuery, CancellationToken)'
14>Handlers\GetUserCasesQueryHandler.cs(16,18,16,42): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCasesQueryHandler'
14>Handlers\GetUserCasesQueryHandler.cs(22,16,22,40): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCasesQueryHandler.GetUserCasesQueryHandler(ICaseContext, IMapper, ILogger<GetUserCasesQueryHandler>)'
14>Handlers\GetUserCasesQueryHandler.cs(29,62,29,73): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCasesQueryHandler.HandleAsync(GetUserCasesQuery, CancellationToken)'
14>Handlers\UpdateCaseOnCaseChangesCommandHandler.cs(13,18,13,55): warning CS1591: Missing XML comment for publicly visible type or member 'UpdateCaseOnCaseChangesCommandHandler'
14>Handlers\UpdateCaseOnCaseChangesCommandHandler.cs(18,16,18,53): warning CS1591: Missing XML comment for publicly visible type or member 'UpdateCaseOnCaseChangesCommandHandler.UpdateCaseOnCaseChangesCommandHandler(ICaseContext, ILogger<UpdateCaseOnCaseChangesCommandHandler>)'
14>Handlers\UpdateCaseOnCaseChangesCommandHandler.cs(24,27,24,38): warning CS1591: Missing XML comment for publicly visible type or member 'UpdateCaseOnCaseChangesCommandHandler.HandleAsync(UpdateCaseOnCaseChangesCommand, CancellationToken)'
14>IFeatureRemainsRemover.cs(7,22,7,44): warning CS1591: Missing XML comment for publicly visible type or member 'IFeatureRemainsRemover'
14>IFeatureRemainsRemover.cs(9,20,9,45): warning CS1591: Missing XML comment for publicly visible type or member 'IFeatureRemainsRemover.RemoveFeatureRemainsAsync(long, RelationSubject, CancellationToken)'
14>Impl\DicomRelationCreators\DicomBoneSegmentationRelationCreator.cs(14,18,14,54): warning CS1591: Missing XML comment for publicly visible type or member 'DicomBoneSegmentationRelationCreator'
14>Impl\DicomRelationCreators\DicomBoneSegmentationRelationCreator.cs(19,16,19,52): warning CS1591: Missing XML comment for publicly visible type or member 'DicomBoneSegmentationRelationCreator.DicomBoneSegmentationRelationCreator(ICaseContext, ILogger<IRelationCreator>)'
14>Impl\DicomRelationCreators\DicomBoneSegmentationRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'DicomBoneSegmentationRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\DicomRelationCreators\DicomCovidDiagnoseRelationCreator.cs(14,18,14,51): warning CS1591: Missing XML comment for publicly visible type or member 'DicomCovidDiagnoseRelationCreator'
14>Impl\DicomRelationCreators\DicomCovidDiagnoseRelationCreator.cs(19,16,19,49): warning CS1591: Missing XML comment for publicly visible type or member 'DicomCovidDiagnoseRelationCreator.DicomCovidDiagnoseRelationCreator(ICaseContext, ILogger<IRelationCreator>)'
14>Impl\DicomRelationCreators\DicomCovidDiagnoseRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'DicomCovidDiagnoseRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\DicomRelationCreators\DicomSpectRelationCreator.cs(14,18,14,43): warning CS1591: Missing XML comment for publicly visible type or member 'DicomSpectRelationCreator'
14>Impl\DicomRelationCreators\DicomSpectRelationCreator.cs(19,16,19,41): warning CS1591: Missing XML comment for publicly visible type or member 'DicomSpectRelationCreator.DicomSpectRelationCreator(ICaseContext, ILogger<IRelationCreator>)'
14>Impl\DicomRelationCreators\DicomSpectRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'DicomSpectRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\DicomRelationCreators\DicomUnityAssetRelationCreator.cs(18,18,18,48): warning CS1591: Missing XML comment for publicly visible type or member 'DicomUnityAssetRelationCreator'
14>Impl\DicomRelationCreators\DicomUnityAssetRelationCreator.cs(23,16,23,46): warning CS1591: Missing XML comment for publicly visible type or member 'DicomUnityAssetRelationCreator.DicomUnityAssetRelationCreator(ICaseContext, ILogger<IRelationCreator>)'
14>Impl\DicomRelationCreators\DicomUnityAssetRelationCreator.cs(29,27,29,46): warning CS1591: Missing XML comment for publicly visible type or member 'DicomUnityAssetRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\DicomRelationCreators\DicomUrologySegmentationRelationCreator.cs(20,18,20,57): warning CS1591: Missing XML comment for publicly visible type or member 'DicomUrologySegmentationRelationCreator'
14>Impl\DicomRelationCreators\DicomUrologySegmentationRelationCreator.cs(25,16,25,55): warning CS1591: Missing XML comment for publicly visible type or member 'DicomUrologySegmentationRelationCreator.DicomUrologySegmentationRelationCreator(IQueryDispatcher, ILogger<IRelationCreator>)'
14>Impl\DicomRelationCreators\DicomUrologySegmentationRelationCreator.cs(31,27,31,46): warning CS1591: Missing XML comment for publicly visible type or member 'DicomUrologySegmentationRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\DicomRelationCreators\DicomVentriclesSegmentationRelationCreator.cs(14,18,14,60): warning CS1591: Missing XML comment for publicly visible type or member 'DicomVentriclesSegmentationRelationCreator'
14>Impl\DicomRelationCreators\DicomVentriclesSegmentationRelationCreator.cs(19,16,19,58): warning CS1591: Missing XML comment for publicly visible type or member 'DicomVentriclesSegmentationRelationCreator.DicomVentriclesSegmentationRelationCreator(ICaseContext, ILogger<IRelationCreator>)'
14>Impl\DicomRelationCreators\DicomVentriclesSegmentationRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'DicomVentriclesSegmentationRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\DicomRelationCreators\DicomVesselSegmentationRelationCreator.cs(14,18,14,56): warning CS1591: Missing XML comment for publicly visible type or member 'DicomVesselSegmentationRelationCreator'
14>Impl\DicomRelationCreators\DicomVesselSegmentationRelationCreator.cs(19,16,19,54): warning CS1591: Missing XML comment for publicly visible type or member 'DicomVesselSegmentationRelationCreator.DicomVesselSegmentationRelationCreator(ICaseContext, ILogger<IRelationCreator>)'
14>Impl\DicomRelationCreators\DicomVesselSegmentationRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'DicomVesselSegmentationRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\FeaturesRemainsRemover.cs(19,18,19,40): warning CS1591: Missing XML comment for publicly visible type or member 'FeaturesRemainsRemover'
14>Impl\FeaturesRemainsRemover.cs(25,16,25,38): warning CS1591: Missing XML comment for publicly visible type or member 'FeaturesRemainsRemover.FeaturesRemainsRemover(ICaseContext, IVsiObjectContext, ILogger<FeaturesRemainsRemover>)'
14>Impl\FeaturesRemainsRemover.cs(32,33,32,58): warning CS1591: Missing XML comment for publicly visible type or member 'FeaturesRemainsRemover.RemoveFeatureRemainsAsync(long, RelationSubject, CancellationToken)'
14>Impl\UnityAssetRelationCreators\UnityAssetBoneSegmentationRelationCreator.cs(14,18,14,59): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetBoneSegmentationRelationCreator'
14>Impl\UnityAssetRelationCreators\UnityAssetBoneSegmentationRelationCreator.cs(19,16,19,57): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetBoneSegmentationRelationCreator.UnityAssetBoneSegmentationRelationCreator(ICaseContext, ILogger<UnityAssetBoneSegmentationRelationCreator>)'
14>Impl\UnityAssetRelationCreators\UnityAssetBoneSegmentationRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetBoneSegmentationRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\UnityAssetRelationCreators\UnityAssetSpectRelationCreator.cs(14,18,14,48): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetSpectRelationCreator'
14>Impl\UnityAssetRelationCreators\UnityAssetSpectRelationCreator.cs(19,16,19,46): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetSpectRelationCreator.UnityAssetSpectRelationCreator(ICaseContext, ILogger<UnityAssetSpectRelationCreator>)'
14>Impl\UnityAssetRelationCreators\UnityAssetSpectRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetSpectRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\UnityAssetRelationCreators\UnityAssetUrologySegmentationRelationCreator.cs(14,18,14,62): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetUrologySegmentationRelationCreator'
14>Impl\UnityAssetRelationCreators\UnityAssetUrologySegmentationRelationCreator.cs(19,16,19,60): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetUrologySegmentationRelationCreator.UnityAssetUrologySegmentationRelationCreator(ICaseContext, ILogger<UnityAssetUrologySegmentationRelationCreator>)'
14>Impl\UnityAssetRelationCreators\UnityAssetUrologySegmentationRelationCreator.cs(24,27,24,46): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetUrologySegmentationRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\UnityAssetRelationCreators\UnityAssetVentriclesSegmentationRelationCreator.cs(14,18,14,65): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetVentriclesSegmentationRelationCreator'
14>Impl\UnityAssetRelationCreators\UnityAssetVentriclesSegmentationRelationCreator.cs(19,16,19,63): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetVentriclesSegmentationRelationCreator.UnityAssetVentriclesSegmentationRelationCreator(ICaseContext, ILogger<UnityAssetVentriclesSegmentationRelationCreator>)'
14>Impl\UnityAssetRelationCreators\UnityAssetVentriclesSegmentationRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetVentriclesSegmentationRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Impl\UnityAssetRelationCreators\UnityAssetVesselSegmentationRelationCreator.cs(14,18,14,61): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetVesselSegmentationRelationCreator'
14>Impl\UnityAssetRelationCreators\UnityAssetVesselSegmentationRelationCreator.cs(19,16,19,59): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetVesselSegmentationRelationCreator.UnityAssetVesselSegmentationRelationCreator(ICaseContext, ILogger<UnityAssetVesselSegmentationRelationCreator>)'
14>Impl\UnityAssetRelationCreators\UnityAssetVesselSegmentationRelationCreator.cs(25,27,25,46): warning CS1591: Missing XML comment for publicly visible type or member 'UnityAssetVesselSegmentationRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>IRelationCreator.cs(7,22,7,38): warning CS1591: Missing XML comment for publicly visible type or member 'IRelationCreator'
14>IRelationCreator.cs(9,14,9,33): warning CS1591: Missing XML comment for publicly visible type or member 'IRelationCreator.CreateRelationAsync(long, long, Guid, CancellationToken)'
14>Mappings\CaseMappings.cs(11,18,11,30): warning CS1591: Missing XML comment for publicly visible type or member 'CaseMappings'
14>Mappings\CaseMappings.cs(13,32,13,43): warning CS1591: Missing XML comment for publicly visible type or member 'CaseMappings.ProfileName'
14>Mappings\CaseMappings.cs(15,16,15,28): warning CS1591: Missing XML comment for publicly visible type or member 'CaseMappings.CaseMappings()'
14>Models\Case.cs(8,18,8,22): warning CS1591: Missing XML comment for publicly visible type or member 'Case'
14>Models\Case.cs(12,21,12,23): warning CS1591: Missing XML comment for publicly visible type or member 'Case.Id'
14>Models\Case.cs(14,31,14,40): warning CS1591: Missing XML comment for publicly visible type or member 'Case.CreatedAt'
14>Models\Case.cs(16,31,16,41): warning CS1591: Missing XML comment for publicly visible type or member 'Case.ModifiedAt'
14>Models\Case.cs(18,31,18,38): warning CS1591: Missing XML comment for publicly visible type or member 'Case.EndDate'
14>Models\Case.cs(21,23,21,28): warning CS1591: Missing XML comment for publicly visible type or member 'Case.Title'
14>Models\Case.cs(23,23,23,34): warning CS1591: Missing XML comment for publicly visible type or member 'Case.Description'
14>Models\Case.cs(24,21,24,28): warning CS1591: Missing XML comment for publicly visible type or member 'Case.OwnerId'
14>Models\Case.cs(26,49,26,57): warning CS1591: Missing XML comment for publicly visible type or member 'Case.Elements'
14>Models\Case.cs(28,57,28,66): warning CS1591: Missing XML comment for publicly visible type or member 'Case.Relations'
14>Models\Case.cs(30,48,30,55): warning CS1591: Missing XML comment for publicly visible type or member 'Case.Targets'
14>Models\Case.cs(32,32,32,41): warning CS1591: Missing XML comment for publicly visible type or member 'Case.DeletedAt'
14>Models\Case.cs(35,23,35,33): warning CS1591: Missing XML comment for publicly visible type or member 'Case.ExternalId'
14>Models\CaseElement.cs(10,18,10,29): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement'
14>Models\CaseElement.cs(14,21,14,23): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.Id'
14>Models\CaseElement.cs(15,23,15,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.Name'
14>Models\CaseElement.cs(17,21,17,30): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.PointerId'
14>Models\CaseElement.cs(19,29,19,36): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.DocType'
14>Models\CaseElement.cs(21,20,21,25): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.Level'
14>Models\CaseElement.cs(23,45,23,54): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.Attribute'
14>Models\CaseElement.cs(25,21,25,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.CaseId'
14>Models\CaseElement.cs(26,21,26,25): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.Case'
14>Models\CaseElement.cs(28,32,28,41): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.DeletedAt'
14>Models\CaseElement.cs(29,31,29,40): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.CreatedAt'
14>Models\CaseElement.cs(31,23,31,33): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.ExternalId'
14>Models\CaseElement.cs(33,31,33,41): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.ModifiedAt'
14>Models\CaseElement.cs(35,23,35,34): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.Description'
14>Models\CaseElement.cs(37,49,37,60): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElement.ToRelations'
14>Models\CaseElementRelation.cs(10,18,10,37): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation'
14>Models\CaseElementRelation.cs(14,21,14,23): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.Id'
14>Models\CaseElementRelation.cs(16,21,16,38): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.FromCaseElementId'
14>Models\CaseElementRelation.cs(18,21,18,36): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.ToCaseElementId'
14>Models\CaseElementRelation.cs(20,36,20,51): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.FromCaseElement'
14>Models\CaseElementRelation.cs(22,36,22,49): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.ToCaseElement'
14>Models\CaseElementRelation.cs(25,23,25,35): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.RelationName'
14>Models\CaseElementRelation.cs(26,29,26,41): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.RelationType'
14>Models\CaseElementRelation.cs(27,32,27,47): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.RelationSubject'
14>Models\CaseElementRelation.cs(28,32,28,41): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.DeletedAt'
14>Models\CaseElementRelation.cs(30,21,30,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementRelation.CaseId'
14>Models\CaseTarget.cs(6,18,6,28): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTarget'
14>Models\CaseTarget.cs(8,21,8,23): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTarget.Id'
14>Models\CaseTarget.cs(9,21,9,29): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTarget.TargetId'
14>Models\CaseTarget.cs(10,27,10,31): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTarget.Type'
14>Models\CaseTarget.cs(12,21,12,27): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTarget.CaseId'
14>Models\CaseTarget.cs(13,21,13,25): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTarget.Case'
14>Models\CaseTarget.cs(15,32,15,41): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTarget.DeletedAt'
14>Models\CaseTarget.cs(16,32,16,44): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTarget.ValidThrough'
14>Validators\CaseCreateDTOValidator.cs(9,18,9,40): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreateDTOValidator'
14>Validators\CaseCreateDTOValidator.cs(11,16,11,38): warning CS1591: Missing XML comment for publicly visible type or member 'CaseCreateDTOValidator.CaseCreateDTOValidator()'
14>Validators\CaseElementCreateDTOValidator.cs(10,18,10,47): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTOValidator'
14>Validators\CaseElementCreateDTOValidator.cs(12,16,12,45): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementCreateDTOValidator.CaseElementCreateDTOValidator(IFileValidatorFactory)'
14>Validators\CaseTargetCreateDTOValidator.cs(8,18,8,46): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreateDTOValidator'
14>Validators\CaseTargetCreateDTOValidator.cs(10,16,10,44): warning CS1591: Missing XML comment for publicly visible type or member 'CaseTargetCreateDTOValidator.CaseTargetCreateDTOValidator()'
14>Validators\CreateVsiObjectContextValidator.cs(11,18,11,49): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectContextValidator'
14>Validators\CreateVsiObjectContextValidator.cs(13,16,13,47): warning CS1591: Missing XML comment for publicly visible type or member 'CreateVsiObjectContextValidator.CreateVsiObjectContextValidator(IFileValidatorFactory)'
14>Validators\GetUserCasesQueryValidator.cs(7,18,7,44): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCasesQueryValidator'
14>Validators\GetUserCasesQueryValidator.cs(9,16,9,42): warning CS1591: Missing XML comment for publicly visible type or member 'GetUserCasesQueryValidator.GetUserCasesQueryValidator()'
14>Extensions\AutofacExtensions.cs(14,25,14,42): warning CS1591: Missing XML comment for publicly visible type or member 'AutofacExtensions'
14>Extensions\AutofacExtensions.cs(16,30,16,54): warning CS1591: Missing XML comment for publicly visible type or member 'AutofacExtensions.RegisterRelationCreators(Module, ContainerBuilder)'
14>Extensions\AutofacExtensions.cs(35,114,35,144): warning CS1591: Missing XML comment for publicly visible type or member 'AutofacExtensions.RegisterRelationCreatorFactory(ContainerBuilder)'
14>Extensions\CaseElementExtensions.cs(8,25,8,46): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementExtensions'
14>Extensions\CaseElementExtensions.cs(10,46,10,63): warning CS1591: Missing XML comment for publicly visible type or member 'CaseElementExtensions.ToDispatchContext(CaseElementCreateDTO, long)'
14>Handlers\UploadCaseElementQueryHandler.cs(21,18,21,47): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQueryHandler'
14>Handlers\UploadCaseElementQueryHandler.cs(29,16,29,45): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQueryHandler.UploadCaseElementQueryHandler(IQueryDispatcher, ICommandDispatcher, IBlobManipulator, IFileValidatorFactory, IBlobPathProvider)'
14>Handlers\UploadCaseElementQueryHandler.cs(43,47,43,58): warning CS1591: Missing XML comment for publicly visible type or member 'UploadCaseElementQueryHandler.HandleAsync(UploadCaseElementQuery, CancellationToken)'
14>Cases -> D:\VSI\VsiManagerCore\VsiApi\Modules\Cases\bin\Debug\netcoreapp3.1\Cases.dll
14>Done building project "Cases.csproj".
15>------ Rebuild All started: Project: DataAccess, Configuration: Debug Any CPU ------
15>GlobalContext.cs(160,38,160,39): warning CS0168: The variable 'e' is declared but never used
15>DataAccess -> D:\VSI\VsiManagerCore\VsiApi\Modules\DataAccess\bin\Debug\netcoreapp3.1\DataAccess.dll
15>Done building project "DataAccess.csproj".
16>------ Rebuild All started: Project: DBSeed (DBSeed\DBSeed), Configuration: Debug Any CPU ------
16> Running initial SQL generation...
16> dotnet.exe exec --depsfile D:\VSI\VsiManagerCore\VsiApi\WebApi\bin\Debug\netcoreapp3.1\WebApi.deps.json --runtimeconfig D:\VSI\VsiManagerCore\VsiApi\WebApi\bin\Debug\netcoreapp3.1\WebApi.runtimeconfig.json D:\VSI\VsiManagerCore\DBSeed\DBSeed\microsoft.entityframeworkcore.tools.3.2.1\ef.dll migrations script --output D:\VSI\VsiManagerCore\DBSeed\DBSeed\_generated_schema\create_db.sql --idempotent --verbose --no-color --prefix-output --assembly D:\VSI\VsiManagerCore\VsiApi\Modules\DataAccess\bin\Debug\netcoreapp3.1\DataAccess.dll --startup-assembly D:\VSI\VsiManagerCore\VsiApi\WebApi\bin\Debug\netcoreapp3.1\WebApi.dll --project-dir D:\VSI\VsiManagerCore\VsiApi\Modules\DataAccess\ --language C# --working-dir D:\VSI\VsiManagerCore\ --root-namespace VsiApi.Modules.DataAccess --context GlobalContext
16> The specified deps.json [D:\VSI\VsiManagerCore\VsiApi\WebApi\bin\Debug\netcoreapp3.1\WebApi.deps.json] does not exist
16>D:\VSI\VsiManagerCore\DBSeed\DBSeed\DBSeed.sqlproj(96,5): Error: MSB3073: The command "dotnet.exe exec --depsfile D:\VSI\VsiManagerCore\VsiApi\WebApi\bin\Debug\netcoreapp3.1\WebApi.deps.json --runtimeconfig D:\VSI\VsiManagerCore\VsiApi\WebApi\bin\Debug\netcoreapp3.1\WebApi.runtimeconfig.json D:\VSI\VsiManagerCore\DBSeed\DBSeed\microsoft.entityframeworkcore.tools.3.2.1\ef.dll migrations script --output D:\VSI\VsiManagerCore\DBSeed\DBSeed\_generated_schema\create_db.sql --idempotent --verbose --no-color --prefix-output --assembly D:\VSI\VsiManagerCore\VsiApi\Modules\DataAccess\bin\Debug\netcoreapp3.1\DataAccess.dll --startup-assembly D:\VSI\VsiManagerCore\VsiApi\WebApi\bin\Debug\netcoreapp3.1\WebApi.dll --project-dir D:\VSI\VsiManagerCore\VsiApi\Modules\DataAccess\ --language C# --working-dir D:\VSI\VsiManagerCore\ --root-namespace VsiApi.Modules.DataAccess --context GlobalContext" exited with code -2147450751.
16>Done building project "DBSeed.sqlproj" -- FAILED.
16>
16>Build FAILED.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment