Julian Verdurmen

Results 118 issues of Julian Verdurmen

### Description We've disabled restore during build in VS, but still every build it starts restoring. When running unit tests, it takes at least 18 seconds before the unit tests...

As proposed at https://github.com/roadkillwiki/roadkill/issues/17

performance

**given:** ```c# [Fact] public void AutoFakerTest() { // Arrange var faker = new AutoFaker().Configure(c => c .WithRecursiveDepth(1) .WithTreeDepth(1)); // Act var result = faker.Generate(); // Assert result.Should().NotBeNull(); } public class...

Please support the `[Explicit]` attribute in NUnit > The Explicit attribute causes a test or test fixture to be ignored unless it is explicitly selected for running. [(source)](http://nunit.com/index.php?p=explicit&r=2.2.2) **expected** test...

enhancement

Hi! Thanks for this awesome library. We are converting our code to this library and it works great. Except...the snapshot tests created with Jest. How could we mock the store?...

Fixes #13 todo: - [ ] fix the asserts - [ ] change the defaults

breaking change

fixes #34 , fixes #41 todo - [x] package setup in csproj - [x] .net45/46 unit tests wont run on appveyor > Starting test execution, please wait... No test is...