Build #53
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/QueryString2.cs#L47
Possible null reference return.
|
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#L119
Possible null reference return.
|
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.
|