environment variable rename #277
Annotations
22 warnings
Setup .NET Core SDK
Unexpected input(s) 'dotnet_version', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Post Setup .NET Core SDK
Unexpected input(s) 'dotnet_version', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Publish With NET
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish With NET:
DicomGrepCore/Entities/ResultDicomFile.cs#L12
Possible null reference return.
|
Publish With NET:
DicomGrepCore/Entities/SearchCriteria.cs#L12
Non-nullable property 'SearchPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish With NET:
DicomGrepCore/Entities/SearchCriteria.cs#L13
Non-nullable property 'SearchSopClassUid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish With NET:
DicomGrepCore/Entities/SearchCriteria.cs#L15
Non-nullable field '_searchTag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish With NET:
DicomGrepCore/Entities/SearchCriteria.cs#L34
Non-nullable field '_dicomSearchTag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish With NET:
DicomGrepCore/Entities/SearchCriteria.cs#L38
Non-nullable property 'FileTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish With NET:
DicomGrepCore/Entities/SearchCriteria.cs#L40
Non-nullable property 'SearchText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish With NET:
DicomGrepCore/Services/SearchService.cs#L144
Converting null literal or possible null value to non-nullable type.
|
Publish With NET:
DicomGrepCore/Services/SearchService.cs#L152
Converting null literal or possible null value to non-nullable type.
|
Publish:
DicomGrepCore/Entities/ResultDicomFile.cs#L12
Possible null reference return.
|
Publish:
DicomGrepCore/Entities/SearchCriteria.cs#L12
Non-nullable property 'SearchPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
DicomGrepCore/Entities/SearchCriteria.cs#L13
Non-nullable property 'SearchSopClassUid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
DicomGrepCore/Entities/SearchCriteria.cs#L15
Non-nullable field '_searchTag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
DicomGrepCore/Entities/SearchCriteria.cs#L34
Non-nullable field '_dicomSearchTag' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
DicomGrepCore/Entities/SearchCriteria.cs#L38
Non-nullable property 'FileTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
DicomGrepCore/Entities/SearchCriteria.cs#L40
Non-nullable property 'SearchText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
DicomGrepCore/Services/SearchService.cs#L144
Converting null literal or possible null value to non-nullable type.
|
Publish:
DicomGrepCore/Services/SearchService.cs#L152
Converting null literal or possible null value to non-nullable type.
|
Publish:
DicomGrepCore/Services/SearchService.cs#L157
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading