Eddie Stanley
Eddie Stanley
@ValentinH registering the inceptors in `beforeAll` **did help** 👍 - see https://github.com/ValentinH/jest-fail-on-console/pull/39 I had issues running the tests locally on `main` after a `yarn install` (i.e. **before** making changes) so...
> Thank you for taking the time. That's unfortunate that the tests are not runnable, are you on Windows? Yep ``` yarn --version 1.22.5 node --version v18.13.0 ```
Looks like someone has done some work on Webpack5 support already: https://github.com/bpnetguy/webpack-inject-plugin @bpnetguy
Hey @kawamataryo any update on this? Having trouble with URLs like * `[email protected]:MyArea/MyCompany.MyRepository.MyProduct.git` * `https://github.dev.my-company.com/MyArea/MyCompany.MyRepository.MyProduct.git` End up with `https://null/null/blob/8a14b7c598c2e654cc52b40b8d22ba15324b6761/...`
GetTypeDefinitionFor does not play nicely with runtime generated types (e.g. coverlet code coverage)
Hey! Thanks for looking into this. > If we look at the second one, there is an opportunity to register a set of types globally you don't want inspected for...
GetTypeDefinitionFor does not play nicely with runtime generated types (e.g. coverlet code coverage)
Let me know if I can help out in any way with this 🙂
GetTypeDefinitionFor does not play nicely with runtime generated types (e.g. coverlet code coverage)
All I meant by a type predicate was a `Func` i.e. something like this: ```csharp public static class ConventionConfiguration { public static Action DefaultFailureAssertionCallback { get; set; } // ......
GetTypeDefinitionFor does not play nicely with runtime generated types (e.g. coverlet code coverage)
I've taken a look at the PR - looks good, thanks for putting that together! It will address the issue 🙂
Pull Request for issue here: https://github.com/tamtakoe/oi.select/pull/123
@belav I know the goal is to keep configuration to a minimum, but would you consider an option to _always_ break object initializers (even with just one expression)? 