Skip to content

Build and Test daily #80

Build and Test daily

Build and Test daily #80

Triggered via schedule December 31, 2025 23:27
Status Failure
Total duration 6m 27s
Artifacts
Box.V2.Core (.NET 8)
3m 26s
Box.V2.Core (.NET 8)
Box.V2 (.NET Framework 4.6.2)
6m 16s
Box.V2 (.NET Framework 4.6.2)
Send Slack Notification
2s
Send Slack Notification
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
Box.V2 (.NET Framework 4.6.2)
Process completed with exit code 1.
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/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#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/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?'