Build and Test daily #80
build_and_test_daily.yml
on: schedule
Box.V2.Core (.NET 8)
3m 26s
Box.V2 (.NET Framework 4.6.2)
6m 16s
Send Slack Notification
2s
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?'
|