Merge pull request #86 from celeron533/Console #360
Annotations
10 warnings
DicomGrepCore/Entities/ResultDicomFile.cs#L12
Possible null reference return.
|
DicomGrepCore/Services/DictionaryService.cs#L93
Converting null literal or possible null value to non-nullable type.
|
DicomGrepCore/Services/DictionaryService.cs#L99
Possible null reference argument for parameter 'source' in 'IEnumerable<DicomDictionary> Enumerable.Select<KeyValuePair<string, DicomDictionary>, DicomDictionary>(IEnumerable<KeyValuePair<string, DicomDictionary>> source, Func<KeyValuePair<string, DicomDictionary>, DicomDictionary> selector)'.
|
DicomGrepCore/Services/SearchService.cs#L147
Converting null literal or possible null value to non-nullable type.
|
DicomGrepCore/Services/SearchService.cs#L155
Converting null literal or possible null value to non-nullable type.
|
DicomGrepCore/Services/SearchService.cs#L160
Converting null literal or possible null value to non-nullable type.
|
DicomGrepCore/Services/SearchService.cs#L170
Converting null literal or possible null value to non-nullable type.
|
DicomGrepCore/Services/SearchService.cs#L174
Possible null reference assignment.
|
DicomGrepCore/Services/SearchService.cs#L177
Possible null reference argument for parameter 'SOPClassName' in 'ResultDicomFile.ResultDicomFile(string filename, string SOPClassName, string SOPClassUID, string PatientName, IList<ResultDicomItem> resultDicomItems)'.
|
DicomGrepCore/Services/SearchService.cs#L177
Possible null reference argument for parameter 'SOPClassUID' in 'ResultDicomFile.ResultDicomFile(string filename, string SOPClassName, string SOPClassUID, string PatientName, IList<ResultDicomItem> resultDicomItems)'.
|
This job succeeded
Loading