Stef Heyenrath

Results 115 issues of Stef Heyenrath

**Describe the solution you'd like** Would it be possible to add a "JavaScript" formatter to write a valid JavaScript notation? ``` c# Expression ex = (value, index, values) => $"{(value...

enhancement

Maybe an idea to implement the finder logic like Selenium does. Usage example coudl be like: ``` c# [Fact] public void CountStartsAtZero() { var component = host.AddComponent(); Assert.Equal("Current count: 0",...

Use: ``` c# services.AddDbContext(options => options.UseSqlServer(Configuration["ConnectionStrings:MyHotelDb"])); ``` And define **appsettings .Development.json** like: ``` js "ConnectionStrings": { "MyHotelDb": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=MyHoteDbl;Trusted_Connection=True;MultipleActiveResultSets=true" }, ```

- https://github.com/scottksmith95/LINQKit/pull/126 - https://github.com/scottksmith95/LINQKit/pull/127 -https://github.com/scottksmith95/LINQKit/pull/136 ---> Not

documentation

- The namespace from the current ExpressionVisitor should be changed to System.Linq.Expressions - And the current ExpressionVisitor should only be used for .NET 3.5

feature

https://github.com/WireMock-Net/WireMock.Net/issues/504 > I did notice something else about partial match scores that seemed off. (probably requires a little redesign). For our team to continue using wiremock.net we need to trust...

feature

https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.0.13

doc

See https://www.stevejgordon.co.uk/running-net-core-generic-host-applications-as-a-windows-service

feature