Sergey Aseev

Results 60 issues of Sergey Aseev

Also need #589. How do you envision it? This is the easiest way which works for me just fine. But someone might want to configure labels on the project level,...

If your spec file is in yaml format and you have a SyntaxError, you still see the old message: > file.yaml is not a valid JSON Schema

I cloned one of "used by" repo https://github.com/nialvi/pet-project-template, commented this line https://github.com/nialvi/pet-project-template/blob/main/src/random/composition.ts#L5 and had source code compiling (the error is run-time), however I wanted to see compilation failure. How can...

Currently you have to implement ITypeConverter in order to provide a conversion for types that cannot be implicitly casted. I find it slightly complicated. What if we allow converting based...

See AcceptMemberVisitor_UnsupportedMemberExpression_Throws

```csharp [Fact] public void When_incorrect_string_arg_Should_add_quotes_to_output() { var fake = new Fake(); var sut = fake.Rewrite(f => f.AppendLine()); sut.Execute(); } ```

bug