Skip to content

fix: Correct types of paged and thumb properties in File representation (box/box-openapi#503) #579

fix: Correct types of paged and thumb properties in File representation (box/box-openapi#503)

fix: Correct types of paged and thumb properties in File representation (box/box-openapi#503) #579

Re-run triggered January 23, 2025 14:45
Status Success
Total duration 3m 19s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
.NET 6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
.NET 6
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
.NET 6: Box.Sdk.Gen/Box/DeveloperTokenAuth/BoxDeveloperTokenAuth.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
.NET 6: Box.Sdk.Gen/Box/JwtAuth/BoxJwtAuth.cs#L49
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
.NET 6: Box.Sdk.Gen/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)'.
.NET 6: Box.Sdk.Gen/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.
.NET 6: Box.Sdk.Gen/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.
.NET 6: Box.Sdk.Gen/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.
.NET 6: Box.Sdk.Gen/Box/Oauth/BoxOAuth.cs#L33
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
.NET 6: Box.Sdk.Gen/Box/Oauth/BoxOAuth.cs#L33
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
.NET 6: Box.Sdk.Gen/Box/Oauth/BoxOAuth.cs#L33
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
.NET 6: Box.Sdk.Gen/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.
finish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636