qrjo

Results 7 issues of qrjo

### SpecFlow Version 3.9.74 ### Which test runner are you using? NUnit ### Test Runner Version Number 3.13.3 ### .NET Implementation .NET Core 3.1 ### Project Format of the SpecFlow...

Bug
Runtime

There's a bug in `RequestTimeConsumer` in your web example ([link](https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/examples/Web/RequestTimeConsumer.cs)). The class inherits from `BackgroundService`, but does so in a wrong way: the `ExecuteAsync` implementation returns a completed task, while...

investigate further

In v2 of the template all non-null columns of a view would automatically be set as primary keys. This no longer works, even though there is a comment in the...

I want to add some generated methods to my entities (e.g. based on their primary keys). I found that I can do this in the Table.WriteInsideClassBody in EF.Reverse.POCO.v3.ttinclude. However, if...

enhancement

**Is your feature request related to a problem? Please describe.** I'm building my C# project inside a Docker build. The C# project is part of a bigger solution, so it's...

Type: PM

### Used Visual Studio Visual Studio 2022 ### Are the latest Visual Studio updates installed? Yes ### SpecFlow Section in app.config or content of specflow.json _No response_ ### Issue Description...

The constructor arguments that are passed to a mocked class' constructor are now typed as `object[]`, this causes a lot of unwarranted warnings when passing null, because the mocked class...