Bernhard Häussermann
Bernhard Häussermann
### Installed product versions - Visual Studio: 2022 Enterprise 17.0.0 - This extension: 1.1.154 ### Description When there is a problem with the configuration of a test project and the...
OS: Ubuntu 22.04.1 LTS I used the template to create a service for starting the docker daemon. Starting the service: ``` $ sudo /etc/init.d/docker start Starting docker ``` Querying status:...
I wrote my _webpack.config.js_ as an ES Module. Here is my _package.json_: ``` { "type": "module", "scripts": { "build": "webpack --config webpack.config.js" }, "devDependencies": { "aspnet-webpack-5": "^4.0.0", "eslint": "^8.56.0", "webpack":...
When I start a container and attach to its input stream, the container does not receive the bytes written to the stream. **Output of `dotnet --info`:** ``` .NET SDK: Version:...
### What version of gRPC and what language are you using? - Google.Protobuf 3.26.1 - Grpc.Net.Client 2.62.0 - Grpc.Tools 2.63.0 Language: C# ### What operating system (Linux, Windows,...) and version?...
### What version of gRPC and what language are you using? - Google.Protobuf 3.26.1 - Grpc.Net.Client 2.62.0 - Grpc.Tools 2.63.0 Language: C# ### What operating system (Linux, Windows,...) and version?...
### Product Strawberry Shake ### Is your feature request related to a problem? We are looking to update our project from the StrawberryShake version 12.12.1 packages to the latest 13.9.7...
It would be useful if `TestCaseSource` would support providing test cases as `System.ValueTuple` values instead of `object[]`. Consider the following example. It currently throws the error "Not enough arguments provided,...