Thinh Tran

Results 2 issues of Thinh Tran

### SpecFlow Version 3.9.40 ### Which test runner are you using? xUnit ### Test Runner Version Number xunit.runner.visualstudio/2.4.3 ### .NET Implementation .NET 5.0 ### Project Format of the SpecFlow project...

Bug
Runtime
xUnit
waiting-for-feedback
Difficulty: medium
Severity: medium

## Steps to reproduce 1. Use request with empty string ``` var request = new AuthenticationRequestConfiguration("Enable Touch ID", ""); var setupResult = await CrossFingerprint.Current.AuthenticateAsync(request); ``` ## Expected behavior Should not...