Samuel Dufour

Results 2 issues of Samuel Dufour

Visual Studio live unit tests line coverage doesn't work properly with ApprovalTests ![VS Live Unit tests with ApprovalsTests](https://user-images.githubusercontent.com/9041103/147413584-54deca8b-577c-4f61-99b9-99c3328fd61e.png) because of an error during test execution. ![ApprovalTests error message](https://user-images.githubusercontent.com/9041103/147413592-069b8b5a-a837-4648-8697-821400c12332.png) By replacing...

The `prop.pattern` function available on input to provide a validation pattern takes a regular expression parameter and generates a js regex instead of the pattern only. For example `prop.pattern (System.Text.RegularExpressions.Regex...