upgrade nuget packages #363
Annotations
10 warnings
Build:
DicomGrepCore/Entities/SearchCriteria.cs#L12
Non-nullable property 'SearchPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
DicomGrepCore/Entities/SearchCriteria.cs#L13
Non-nullable property 'SearchSopClassUid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
DicomGrepCore/Entities/SearchCriteria.cs#L15
Non-nullable field '_searchTag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
DicomGrepCore/Entities/SearchCriteria.cs#L34
Non-nullable field '_dicomSearchTag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
DicomGrepCore/Entities/SearchCriteria.cs#L38
Non-nullable property 'FileTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
DicomGrepCore/Entities/SearchCriteria.cs#L40
Non-nullable property 'SearchText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
DicomGrepCore/Entities/ResultDicomFile.cs#L12
Possible null reference return.
|
Build:
DicomGrepCore/Services/DictionaryService.cs#L93
Converting null literal or possible null value to non-nullable type.
|
Build:
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)'.
|
Build:
DicomGrepCore/Services/SearchService.cs#L147
Converting null literal or possible null value to non-nullable type.
|
Loading