Allowing protagonist to raise events in an SNS queue for handling by cleanup handler #645
Annotations
10 warnings
src/protagonist/DLCS.Core/Caching/CacheSettings.cs#L63
Non-nullable property 'Overrides' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Threading/AsyncKeyedLock.cs#L69
Converting null literal or possible null value to non-nullable type.
|
src/protagonist/DLCS.Core/Threading/AsyncKeyedLock.cs#L99
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L106
Non-nullable property 'OptimisationPolicy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L111
Non-nullable property 'DeliveryChannel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L117
Non-nullable property 'ThumbnailPolicy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Strings/StringX.cs#L108
The variable 'e' is declared but never used
|
src/protagonist/DLCS.Core/Strings/StringX.cs#L112
The variable 'e' is declared but never used
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L49
Non-nullable property 'FamilyDefaults' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L54
Non-nullable property 'StoragePolicy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading