Jihoon Park
Jihoon Park
@Fiattarone I haven't worked on this for a long time, but have you tried [`global.chrome = require('sinon-chrome');`](https://github.com/jeongm-in/webmark/blob/master/src%2F__test__%2FsetupTests.js)?
@JohanLarsson @mikkelbu Out of curiosity, what is the suggested alternative if you need to log timestamps for testing purposes? For example, you could imagine using `Console.WriteLine` when coming up with...
@rainersigwald What is the recommended alternative if "[specifying a TargetFramework at the solution level](https://github.com/dotnet/sdk/issues/2902#issuecomment-460742123)" _is_ what I want? Is there anything else besides using the [`-maxcpucount` switch](https://learn.microsoft.com/en-us/visualstudio/msbuild/building-multiple-projects-in-parallel-with-msbuild?view=vs-2022#-maxcpucount-switch)?
@madelson I think this is because you didn't have `[Parallelizable]` for `public class Test`. I tried to reproduce this in https://github.com/Bartleby2718/nunit-parallel-execution/commit/e059d1b4badbf7110817c02bba8f55924f0a4357 and got the following output: ``` ========== Starting test...
@OsirisTerje Could you take a look at the linked PR please?
@dotnet-policy-service agree
@manfred-brands I think there's a little more room for improvement, but I've pushed what I did today. Given the time difference, requesting a re-review now.
I'll need some refactoring to make sure the code follows the conventions of this repository, is maintainable, and is readable. In terms of correctness, however, I think the code is...
@dotnet-policy-service agree
Still working on the tests; there's a lot to add 😅