Alex Harman
Alex Harman
Previously, this test would fail: ```coffeescript 'test trimming on empty tag with whitespace': skeleton(trim: true, (r) -> equ r.sample.emptytestanother[0], '') ``` where "emptytestanother" looked like this: ```xml ``` The value...
The purpose of this is to pass a list of processors that takes nodes, once xml2js has created them, and performs custom post-processing on them. I was able to get...
### Description S1172 triggers a false positive - parameters are used but a warning is applied anyway. This is appearing in Visual Studio, but not SonarCloud. ### Repro steps This...
### Description When hubName in host.json is set to a string like `%TaskHubName%` commands run locally that start with "func durable" always return the following message: Invalid container name. Check...
Hello, when trying to write some extension methods I noticed that FindLogEntries is defined on WireMockServer but not the IWireMockServer interface, having taken a look at the source I can...