Skip to content

weekly-pulumi-update #159

weekly-pulumi-update

weekly-pulumi-update #159

Triggered via schedule October 3, 2024 13:01
Status Success
Total duration 8m 42s
Artifacts
weekly-pulumi-update
8m 31s
weekly-pulumi-update
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
weekly-pulumi-update: sdk/dotnet/Yaml/Yaml.cs#L1020
Dereference of a possibly null reference.
weekly-pulumi-update: sdk/dotnet/Inputs/HelmReleaseSettingsArgs.cs#L50
Possible null reference argument for parameter 'value' in 'Input<string>.implicit operator Input<string>(string value)'.
weekly-pulumi-update: sdk/dotnet/Inputs/HelmReleaseSettingsArgs.cs#L51
Possible null reference argument for parameter 'value' in 'Input<string>.implicit operator Input<string>(string value)'.
weekly-pulumi-update: sdk/dotnet/Inputs/HelmReleaseSettingsArgs.cs#L52
Possible null reference argument for parameter 'value' in 'Input<string>.implicit operator Input<string>(string value)'.
weekly-pulumi-update: sdk/dotnet/Inputs/HelmReleaseSettingsArgs.cs#L53
Possible null reference argument for parameter 'value' in 'Input<string>.implicit operator Input<string>(string value)'.
weekly-pulumi-update: sdk/dotnet/Inputs/HelmReleaseSettingsArgs.cs#L54
Possible null reference argument for parameter 'value' in 'Input<string>.implicit operator Input<string>(string value)'.
weekly-pulumi-update: sdk/dotnet/Provider.cs#L172
Possible null reference argument for parameter 'value' in 'Input<string>.implicit operator Input<string>(string value)'.
weekly-pulumi-update: sdk/dotnet/Yaml/Yaml.cs#L1329
Converting null literal or possible null value to non-nullable type.
weekly-pulumi-update: sdk/dotnet/Helm/V3/Chart.cs#L298
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
weekly-pulumi-update: sdk/dotnet/Yaml/ConfigFile.cs#L153
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)