Resolve bug where NQ stored projections always used Open thumbs #1774
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#L14
Non-nullable property 'ApiRoot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L19
Non-nullable property 'ResourceRoot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L24
Non-nullable property 'EngineRoot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L34
Non-nullable property 'SpaceManifestQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L39
Non-nullable property 'SingleAssetManifestTemplate' 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
|
This job succeeded
Loading