Combined dependencies PR #356
Annotations
7 warnings
|
sdk/dotnet/Config/Config.cs#L238
Non-nullable property 'Cert' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
sdk/dotnet/Config/Config.cs#L242
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
sdk/dotnet/Provider.cs#L251
Possible null reference argument for parameter 'value' in 'Input<string>.implicit operator Input<string>(string value)'.
|
sdk/dotnet/Config/Config.cs#L238
Non-nullable property 'Cert' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
sdk/dotnet/Config/Config.cs#L242
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
sdk/dotnet/Provider.cs#L251
Possible null reference argument for parameter 'value' in 'Input<string>.implicit operator Input<string>(string value)'.
|
This job succeeded
Loading