ci(release): add auto-merge PR and tag-on-main workflows#7
Merged
Annotations
10 warnings
|
Build:
test/Unit/Common/ActionCacheFilter/Test_ActionCacheFilter_Eviction_CacheEntry_Removed.cs#L55
Cannot convert null literal to non-nullable reference type.
|
|
Build:
test/Unit/Common/ActionCacheFilter/Test_ActionCacheFilter_Eviction_CacheEntry_Removed.cs#L52
Cannot convert null literal to non-nullable reference type.
|
|
Build:
test/Unit/Common/ActionCacheFilter/Test_ActionCacheFilter_Eviction_CacheEntry_Removed.cs#L51
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'actionArguments' of type 'IDictionary<string, object?>' in 'ActionExecutingContext.ActionExecutingContext(ActionContext actionContext, IList<IFilterMetadata> filters, IDictionary<string, object?> actionArguments, object controller)' due to differences in the nullability of reference types.
|
|
Build:
test/Unit/TestUtilities/Data/TestData.ControllerDescriptors.cs#L59
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
test/Unit/Common/ActionCache/Test_ActionCache_Expiration_Absolute.cs#L9
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
test/Unit/Common/ActionCache/Test_ActionCache_Expiration_Sliding.cs#L9
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
test/Unit/Common/ActionCache/Test_ActionCache_GetAsync.cs#L9
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
test/Unit/Redis/RedisNamespaceTests.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
Build:
test/Unit/Common/ActionCache/Test_ActionCache_GetKeysAsync.cs#L9
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
test/Unit/TestUtilities/Extensions/ControllerExtensions.cs#L37
Possible null reference assignment.
|
background
wait
wait-all
cancel
parallel
Loading