Add IRequest.RequestAborted #1771
build-servicestack.yml
on: push
build-servicestack
7m 46s
Annotations
41 warnings
|
build-servicestack
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/test-reporter@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFile.cs#L79
The variable 'ex' is declared but never used
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFile.cs#L49
'Object.Updated' is obsolete: 'This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.'
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFile.cs#L29
Possible null reference argument for parameter 'filePath' in 'string GoogleCloudVirtualFiles.GetFileName(string filePath)'.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFile.cs#L17
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFiles.cs#L52
Possible null reference argument for parameter 'directory' in 'GoogleCloudVirtualFile.GoogleCloudVirtualFile(GoogleCloudVirtualFiles pathProvider, IVirtualDirectory directory)'.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFiles.cs#L48
Possible null reference argument for parameter 'filePath' in 'string? GoogleCloudVirtualFiles.GetDirPath(string filePath)'.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFiles.cs#L25
Cannot convert null literal to non-nullable reference type.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFiles.cs#L229
Async-iterator 'GoogleCloudVirtualFiles.EnumerateFilesAsync(string?, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualFiles.cs#L156
Cannot convert null literal to non-nullable reference type.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.GoogleCloud/GoogleCloudVirtualDirectory.cs#L82
Async-iterator 'GoogleCloudVirtualDirectory.EnumerateFilesAsync(string, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L621
Non-nullable property 'ReferencedType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L613
Non-nullable property 'OptionalClass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L604
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L589
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L563
Non-nullable property 'OptionalClass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L558
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L43
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L922
Nullability of reference types in type of parameter 'value' of 'void QueryResponseAlt<T>.Meta.set' doesn't match implicitly implemented member 'void IMeta.Meta.set' (possibly because of nullability attributes).
|
|
build-servicestack:
ServiceStack/tests/ServiceStack.Common.Tests/NativeTypesTests.cs#L923
Nullability of reference types in type of parameter 'value' of 'void QueryResponseAlt<T>.ResponseStatus.set' doesn't match implicitly implemented member 'void IHasResponseStatus.ResponseStatus.set' (possibly because of nullability attributes).
|
|
build-servicestack:
ServiceStack/src/ServiceStack.HttpClient/JsonHttpClient.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/RequestLog.cs#L16
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/ResponseError.cs#L22
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/ResponseError.cs#L19
Non-nullable property 'FieldName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/ResponseError.cs#L16
Non-nullable property 'ErrorCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/ResponseStatus.cs#L19
Non-nullable property 'ErrorCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/TagAttribute.cs#L14
Cannot convert null literal to non-nullable reference type.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/ValidationRule.cs#L55
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/ValidationRule.cs#L20
Non-nullable property 'Validator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/ValidationRule.cs#L84
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/RouteAttribute.cs#L137
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/AuditBase.cs#L20
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/AI/ITypeChat.cs#L96
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/AI/ISpeechToText.cs#L53
Non-nullable property 'ApiResponse' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/AI/ISpeechToText.cs#L43
Non-nullable property 'Transcript' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack/src/ServiceStack.Interfaces/ApiAttribute.cs#L52
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack.Text/src/ServiceStack.Text/Diagnostics.cs#L227
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack.Text/src/ServiceStack.Text/Diagnostics.cs#L207
Non-nullable property 'Meta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack.Text/src/ServiceStack.Text/Diagnostics.cs#L203
Non-nullable property 'DiagnosticEntry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack.Text/src/ServiceStack.Text/Diagnostics.cs#L197
Non-nullable property 'Operation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-servicestack:
ServiceStack.Text/src/ServiceStack.Text/Diagnostics.cs#L195
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|