Chris

Results 11 comments of Chris

You could try setting `--log-level=debug` to collect more details.

@u-nikos thanks for the suggestion. I'll give it a try when I'm back next week.

@zsims, thanks for the bump. I increased the timeout to 30 seconds and the issue persists. ``` [09:03:12][Karma] JavaScript Unit Tests (31s) [09:03:13][JavaScript Unit Tests] 05 10 2016 09:03:13.020:INFO [karma]:...

@chrstnbrn thanks for the suggestion, but we already don't have a plugins section in our config, neither when running locally or on our CI server.

@alex7egli thanks for the suggestion. I checked, we aren't using any preprocessors.

That is probably the most straightforward route. I was also considering creating a github project, or other methods, but that seems too involved. My preference would be new github issues...

Works great! Thank you!

I like the idea of notes too. I've been adding notes as comments to my github issues. Nothing happens with them, they just exist as a comment on the issue....

Is it possible to detect or be able to specify the version of the .net framework being targeted and if it's .net 5 then use the new project structure? Or...

I was hoping to not use .csproj files and instead have projects created similar to the [sample console app](https://github.com/aspnet/Home/tree/master/samples/ConsoleApp) when using .net5. Could the default be no .csproj files but...