Brian Dukes

Results 177 comments of Brian Dukes

I'm seeing this issue every time I try to use Stryker, I've pushed [an example repository](https://github.com/bdukes/Stryker.NET-sscce). I didn't try moving the projects around, but I removed everything that wasn't required...

I do _not_ see this issue running in WSL, so it looks like it may be a Windows-specific issue

Thanks. Just for clarity, I _don't_ have an `Any CPU` folder, but Stryker is looking for one.

I'd be interested to see the documentation for setting up a WebSocket proxy, I'm not sure that I know of a quick or straightforward way to get that working in...

We typically use [IIS](https://iis.net/) (the web server built into Windows) or [Kestrel](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-8.0), the ASP.NET Core web server.

Setting up a simple node.js proxy server would probably be the approach we'd take. Thanks!

We don't have any active projects using elm-watch at this moment, so I don't have an easy opportunity to test, but this looks like it would handle all of our...

We can do that also. I was trying to get the input as close to the Node.js options as I could to avoid extra processing, but storing them as files...

@lydell I've pushed a change for the configuration to point to a file instead of containing the certificate contents. Let me know if there's anything else you need. Thanks!

The issue template hadn't been updated to indicate that 9.13.3 is released. @puresystems to clarify, are you using the released version of 9.13.3?