Build #49
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/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/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#L119
Possible null reference return.
|
build:
UKMCAB.Subscriptions/UKMCAB.Subscriptions.Core/Common/QueryString2.cs#L47
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/Services/SubscriptionEngine.cs#L184
Possible null reference argument for parameter 'old' in 'SearchResultsChangesModel.SearchResultsChangesModel(List<SubscriptionsCoreCabSearchResultModel> old, List<SubscriptionsCoreCabSearchResultModel> @new)'.
|