gauge-csharp
gauge-csharp copied to clipboard
Csharp runner for Gauge
We need not use `GAUGE_API_PORT` for fetching step value anymore during execution, this logic can be added to the csharp runner itself.
### Expected behavior User should be able to get current step text with values of dynamic parameters from ExecutionContext. ### Proposed behavior Step text with dynamic parameters can be read...
Step parameters should be able to accept Enum as parameters. ```csharp enum Days { Sun, Mon, tue, Wed, thu, Fri, Sat }; ``` The step implementation should be able to...
The `GaugeProjectBuilder` uses `FakeLib` to programtically build the target project. Updating `FakeLib` would mean getting rid of `MSBuildHelper` usage and use `Fake.DotNet.Build` namespace. There are some runtime `TypeInitializationException` thrown when...
**Expected behavior** Unimplemented steps used in the project should also get listed **Actual behavior** Only implemented steps are listed when autocomplete is invoked **Steps to replicate** * Create a gauge...
I don't know if this is a bug in gauge gauge-csharp or some critical software that are conflicting here. Perhaps some of you guys have seen a similar problem or...
for more details refer gauge-java [issue](https://github.com/getgauge/gauge-java/issues/48)
Runner console logs should be logged to the log file when started as daemon. When gauge is running as lsp server, runner console should be redirected to lsp.log. When gauge...
**Expected behavior** Should give the list of all aliases in the message **Actual behavior** The message gives only the step currently being refactered. i.e `Step with alias "alias one" cannot...
``` ✔︎ cs gauge init csharp Can't find custom attr constructor image: .gauge/plugins/csharp/0.10.1/bin/NLog.dll mtoken: 0x0a000398 Can't find custom attr constructor image: .gauge/plugins/csharp/0.10.1/bin/NLog.dll mtoken: 0x0a000398 Can't find custom attr constructor image:...