Skip to content

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

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

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

Triggered via pull request February 18, 2026 13:13
Status Success
Total duration 1m 32s
Artifacts

integration_tests_gen.yml

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

Annotations

20 warnings
Box.V2.Core (.NET 8): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/Box.Sdk.Gen.Net/Networking/NetworkSession.cs#L65
Argument of type 'Dictionary<string, string?>' cannot be used for parameter 'additionalHeaders' of type 'Dictionary<string, string>' in 'NetworkSession.NetworkSession(Dictionary<string, string>? additionalHeaders = null, BaseUrls? baseUrls = null)' due to differences in the nullability of reference types.
Box.V2.Core (.NET 8): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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): BoxSdkGen/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