Skip to content

feat(boxsdkgen): Add Convert Note API (box/box-codegen#955) #203

feat(boxsdkgen): Add Convert Note API (box/box-codegen#955)

feat(boxsdkgen): Add Convert Note API (box/box-codegen#955) #203

Triggered via pull request May 22, 2026 12:14
Status Success
Total duration 1m 43s
Artifacts

integration_tests_gen.yml

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

Annotations

22 warnings and 1 notice
Box.V2.Core (.NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. 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/
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/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/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/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/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#L70
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/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/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/Serialization/Json/JsonUtils.cs#L100
Possible null reference argument for parameter 'data' in 'SerializedData.SerializedData(object data, bool isJson = false)'.
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
Box.V2 (.NET Framework 4.6.2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. 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/
Box.V2 (.NET Framework 4.6.2)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026