Merge branch 'develop' #1097
Merged
Merge branch 'develop' #1097
Annotations
10 warnings
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/Hydra/Attributes.cs#L38
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/DLCS.Core/Threading/AsyncKeyedLock.cs#L99
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/DLCS.Core/Threading/AsyncKeyedLock.cs#L69
Converting null literal or possible null value to non-nullable type.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/DLCS.Core/Caching/CacheSettings.cs#L63
Non-nullable property 'Overrides' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L35
Non-nullable property 'SingleAssetManifestTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L30
Non-nullable property 'SpaceManifestQuery' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L20
Non-nullable property 'EngineRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L15
Non-nullable property 'ResourceRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/DLCS.Core/Settings/DlcsSettings.cs#L10
Non-nullable property 'ApiRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore:
src/protagonist/Hydra/Attributes.cs#L20
Non-nullable property 'Note' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading