Stef Heyenrath

Results 713 comments of Stef Heyenrath

@Elangopalakrishnan What kind of App Service Plan are you using? BTW: I'm using a `S1: 1` - `Windows` plan.

@kamilb-pg I think the settings should be like: ``` json "WireMockServerSettings": { "StartAdminInterface": true, "Urls": [ "http://localhost" ] } ``` I've updated example project here: https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.WebApplication.NET6 And added some images...

@lillo42 Is this answer clear enough?

You can go to snyk.io and login via GitHub. And then you can select the projects: ![image](https://user-images.githubusercontent.com/249938/165270215-4abbb539-f769-4770-8459-458442679fd8.png)

OK. I see. In Scriban, this is supported with `Evaluate` method. See https://dotnetfiddle.net/sZGbaX Maybe this is something which can also be implemented in Handlebars.Net ?

I did not read all the code yet. Can you point me in the right direction where to look?

Hello @rexm, for some details on my use-case, see https://github.com/WireMock-Net/WireMock.Net/issues/709

@anc-dev-lk Is your question answered?

@ClementeGao Can you please provide a full working example console - app which describes your isssue?

Only the 'normal' Select is supported -> https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/src/System.Linq.Dynamic.Core/Parser/SupportedMethods/IQueryableSignatures.cs#L43 I'll take a look if in some way, your request can be implemented easily.