Skip to content

docs: Improve documentation for retry strategies (box/box-codegen#925) #215

docs: Improve documentation for retry strategies (box/box-codegen#925)

docs: Improve documentation for retry strategies (box/box-codegen#925) #215

Triggered via pull request February 18, 2026 13:14
Status Success
Total duration 2m 27s
Artifacts

build.yml

on: pull_request
Box.V2 (.NET Framework 4.6.2)
1m 24s
Box.V2 (.NET Framework 4.6.2)
Box.V2.Core (.NET 8)
1m 3s
Box.V2.Core (.NET 8)
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/Files/FilesManagerTests.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/UserCollaborations/UserCollaborationsManagerTests.cs#L70
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/Downloads/DownloadsManagerTests.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/UserCollaborations/UserCollaborationsManagerTests.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/UserCollaborations/UserCollaborationsManagerTests.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/ChunkedUploads/ChunkedUploadsManagerTests.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/ChunkedUploads/ChunkedUploadsManagerTests.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/AiStudio/AiStudioManagerTests.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/Ai/AiManagerTests.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Tests.Integration.Net/Test/Ai/AiManagerTests.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Networking/NetworkSession.cs#L65
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'dict2' of type 'Dictionary<string, string?>' in 'Dictionary<string, string?> DictionaryUtils.MergeDictionaries<string, string>(Dictionary<string, string?> dict1, Dictionary<string, string?>? dict2)' due to differences in the nullability of reference types.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Networking/NetworkSession.cs#L65
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'dict1' of type 'Dictionary<string, string?>' in 'Dictionary<string, string?> DictionaryUtils.MergeDictionaries<string, string>(Dictionary<string, string?> dict1, Dictionary<string, string?>? dict2)' due to differences in the nullability of reference types.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Box/JwtAuth/BoxJwtAuth.cs#L50
Possible null reference argument for parameter 'subject' in 'JwtSignOptions.JwtSignOptions(JwtAlgorithm algorithm, string audience, string subject, string issuer, string jwtid, string keyid, IPrivateKeyDecryptor privateKeyDecryptor)'.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Box/JwtAuth/BoxJwtAuth.cs#L49
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Box/Oauth/BoxOAuth.cs#L33
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'map' of type 'Dictionary<string, string?>' in 'Dictionary<string, string> Utils.PrepareParams(Dictionary<string, string?> map)' due to differences in the nullability of reference types.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Box/Oauth/BoxOAuth.cs#L33
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Box/Oauth/BoxOAuth.cs#L33
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Box/Oauth/BoxOAuth.cs#L33
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
Box.V2.Core (.NET 8): Box.Sdk.Gen.Net/Internal/EventStream.cs#L69
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
Box.V2.Core (.NET 8): Box.Sdk.Gen.NetStandard/Box/JwtAuth/BoxJwtAuth.cs#L48
The result of the expression is always 'true' since a value of type 'JwtAlgorithm' is never equal to 'null' of type 'JwtAlgorithm?'