Bump the nuget group with 9 updates (#274) #451
Annotations
10 errors
I can execute a command with a custom working directory:
CliWrap.Tests/EnvironmentSpecs.cs#L28
System.IO.IOException : The process cannot access the file 'D:\a\CliWrap\CliWrap\CliWrap.Tests\bin\Release\net48\Temp\3201696d-a4fb-4d8f-924c-71b39a435697' because it is being used by another process.
|
I can try to execute a command with buffering and get a detailed error if it returns a non zero exit code:
CliWrap.Tests/ValidationSpecs.cs#L37
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(CliWrap.Exceptions.CommandExecutionException)
Actual: typeof(System.IO.FileNotFoundException)
---- System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
I can execute a command without validating the exit code:
CliWrap.Tests/ValidationSpecs.cs#L56
System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
I can try to execute a command and get an error if it returns a non zero exit code:
CliWrap.Tests/ValidationSpecs.cs#L20
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(CliWrap.Exceptions.CommandExecutionException)
Actual: typeof(System.IO.FileNotFoundException)
---- System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
I can execute a command with some environment variables overwritten:
CliWrap.Tests/EnvironmentSpecs.cs#L68
System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
I can execute a command with additional environment variables:
CliWrap.Tests/EnvironmentSpecs.cs#L42
System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
I can execute a command on a script using its short name:
CliWrap.Tests/PathResolutionSpecs.cs#L44
System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
I can execute a command on an executable using its short name:
CliWrap.Tests/PathResolutionSpecs.cs#L20
System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
I can execute a command and pipe the stdin from a string:
CliWrap.Tests/PipingSpecs.cs#L119
System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
I can execute a command and pipe the stdout and stderr into separate async delegates with cancellation:
CliWrap.Tests/PipingSpecs.cs#L416
System.IO.FileNotFoundException : Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
packages
|
505 KB |
|