Fix --remote-git-username
argument
#401
Annotations
19 warnings
sdk/Pulumi.Tests/Deployment/DeploymentRunnerTests.cs#L46
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Resources/ComponentResourceTests.cs#L165
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.
|
sdk/Pulumi.Tests/Resources/StackReferenceOutputDetailsTests.cs#L89
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.
|
sdk/Pulumi.Tests/Resources/StackReferenceOutputDetailsTests.cs#L28
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Provider/ProviderTests.cs#L58
Possible null reference assignment.
|
sdk/Pulumi.Tests/Resources/StackReferenceOutputDetailsTests.cs#L48
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Resources/StackReferenceOutputDetailsTests.cs#L68
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Provider/ProviderTests.cs#L31
Possible null reference assignment.
|
sdk/Pulumi.Tests/Deployment/DeploymentRunnerTests.cs#L151
Possible null reference argument for parameter 'arg2' in 'string Func<TState, Exception, string>.Invoke(TState arg1, Exception arg2)'.
|
sdk/Pulumi.Tests/Deployment/DeploymentRunnerTests.cs#L46
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Deployment/DeploymentRunnerTests.cs#L46
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Deployment/DeploymentRunnerTests.cs#L151
Possible null reference argument for parameter 'arg2' in 'string Func<TState, Exception, string>.Invoke(TState arg1, Exception arg2)'.
|
sdk/Pulumi.Tests/Provider/ProviderTests.cs#L58
Possible null reference assignment.
|
sdk/Pulumi.Tests/Provider/ProviderTests.cs#L31
Possible null reference assignment.
|
sdk/Pulumi.Tests/Resources/StackReferenceOutputDetailsTests.cs#L89
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.
|
sdk/Pulumi.Tests/Resources/StackReferenceOutputDetailsTests.cs#L28
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Resources/StackReferenceOutputDetailsTests.cs#L48
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Resources/StackReferenceOutputDetailsTests.cs#L68
Dereference of a possibly null reference.
|
sdk/Pulumi.Tests/Resources/ComponentResourceTests.cs#L165
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.
|
The logs for this run have expired and are no longer available.
Loading