Skip to content

Build

Build #53

Manually triggered November 26, 2024 17:13
Status Success
Total duration 40s
Artifacts

build.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Common/ExtensionMethods.cs#L101
The type 'T1' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T1' doesn't match 'notnull' constraint.
build: UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Common/RandomNumber.cs#L7
Non-nullable field '_local' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Common/ExtensionMethods.cs#L74
Possible null reference argument for parameter 'value' in 'int string.IndexOf(string value, StringComparison comparisonType)'.
build: UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Common/ExtensionMethods.cs#L76
Possible null reference argument for parameter 'value' in 'bool string.Contains(string value, StringComparison comparisonType)'.
build: UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Common/ExtensionMethods.cs#L80
Possible null reference argument for parameter 'value' in 'bool string.Contains(string value, StringComparison comparisonType)'.
build: UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Common/ExtensionMethods.cs#L191
Dereference of a possibly null reference.
build: UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Common/ExtensionMethods.cs#L199
Possible null reference argument for parameter 'str' in 'string TextInfo.ToTitleCase(string str)'.
build: UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Domain/Notification.cs#L5
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.