Ross Knudsen

Results 7 issues of Ross Knudsen

I'm running some unit/integration tests in ASPNetCore and I'm getting an InvalidOperationException thrown with the message "Console is already initialized" when I run them. The error makes sense to me...

I'm trying to run the standard switch to projects command for NSwag/NJsonSchema interop and hitting an issue running this command: `dnt switch-to-projects switcher.json` Which produces multiple entries like the following:...

Using the [documentation](https://github.com/phusion/baseimage-docker#adding_additional_daemons) for the base Docker image, I have updated the startup scripts to work with the existing scripts. There is just one further issue relating to copying the...

Currently addressing an issue with the Jest extension that I've been working on. Sometimes there are issues parsing the test files - so I know what suites and tests are...

Hi @xaviergonz, Here is a simple PR with a couple of changes that I made. I wanted to use your project in a Unity3D application which currently requires the full...

- [ ] JS -> TS conversion - [ ] update tsconfig.json - ensure that more strict type checking is enabled. Probably align with a config from facebook/jest, jest-community/vscode-jest, or...