CLI now is able to display the Dictionary and UID lookup #354
Annotations
10 warnings
DicomGrepCore/Entities/ResultDicomFile.cs#L12
Possible null reference return.
|
DicomGrepCore/Entities/SearchCriteria.cs#L12
Non-nullable property 'SearchPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DicomGrepCore/Entities/SearchCriteria.cs#L13
Non-nullable property 'SearchSopClassUid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DicomGrepCore/Entities/SearchCriteria.cs#L15
Non-nullable field '_searchTag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
DicomGrepCore/Entities/SearchCriteria.cs#L34
Non-nullable field '_dicomSearchTag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
DicomGrepCore/Entities/SearchCriteria.cs#L38
Non-nullable property 'FileTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DicomGrepCore/Entities/SearchCriteria.cs#L40
Non-nullable property 'SearchText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DicomGrepCore/Services/SearchService.cs#L146
Converting null literal or possible null value to non-nullable type.
|
DicomGrepCore/Services/SearchService.cs#L154
Converting null literal or possible null value to non-nullable type.
|
DicomGrepCore/Services/SearchService.cs#L159
Converting null literal or possible null value to non-nullable type.
|
This job succeeded
Loading