Gennady Verdel

Results 16 issues of Gennady Verdel

### SpecFlow Version 3.9.22 ### Which test runner are you using? xUnit ### Test Runner Version Number 2.4.1 ### .NET Implementation .NET 6.0 ### Project Format of the SpecFlow project...

Bug

This might be the engine limitation but having these methods as static effectively denies all dependency-injection options at this point. An alternative could be adding a new set of hooks...

Feature-Request
Runtime
up-for-grabs
Difficulty: medium
Severity: low

### SpecFlow Version: - [ ] 3.7 - [x] 3.6 - [ ] 3.5 - [ ] 3.4 - [ ] 3.3 - [ ] 3.1 - [ ] 3.0...

Hi. I built an image using this as a source. However, an AST scan highlights this issue: https://nvd.nist.gov/vuln/detail/CVE-2020-10878 How can this be fixed?

I'm considering switching from TestStack.White to FlaUI and trying to convert existing automation code. However I fail to execute fairly basic automation actions, one of which is clicking a grid...

Repro steps: 1. Go to repo https://github.com/LogoFX/logofx-client-bootstrapping-adapters-unity 2. Go to test **MultipleImplementationAreRegisteredByType_ResolvedCollectionContainsAllImplementations** 3. Modify the first line to be `var adapter = new UnityContainerAdapter(new UnityContainer().EnableDiagnostic());` 4. Run the test Expected:...

#### Checklist - [x] [Sign Allure CLA][cla] - [x] Provide unit tests [cla]: https://cla-assistant.io/accept/allure-framework/allure2

type:dependencies

Env: MacOS HighSierra, VS for Mac 7.7.4, API 26 Emulator Repro steps(Android): - Press start Expected: 'Speak now' dialog pops up and stays on the foreground allowing the user to...

There is a scenario which requires the following functionality to be available: `public void RegisterCollection(Type dependencyType, IEnumerable dependencyTypes)` This should register the collection of types as a collection of their...

Repro steps: Create a .NETStandard project Create a .NETFramework project with BoDi container in it Dynamically register the types defined in the .NETStandard project Expected: Type registration works Actual: Exception...