This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
Releases: getgauge/gauge-csharp
Releases · getgauge/gauge-csharp
Gauge CSharp 0.10.6
Enhancements
Bug Fixes
- #167 - "gauge init csharp" shows loglevel information in console
- #155 - GaugeScreenshots.Capture() is not capturing screenshot
- #154 - Template should not contain hardcoded fullpath to csproj file
- #159 - Unable to run tests
Miscellaneous
Thanks, @mrbcmorris for contributing to this release
Deprecation Notice
This plugin is deprecated because Microsoft is ending support for .NET Framework. Refer https://devblogs.microsoft.com/dotnet/net-core-is-the-future-of-net
Please use the Gauge Dotnet plugin instead.
gauge-csharp 0.10.5
gauge-csharp 0.10.4
gauge-csharp 0.10.3
Bug Fixes
- set min Gauge.CSharp.Lib = 0.7.1
Miscellaneous
gauge-csharp 0.10.2
Enhancements
- #51 - Support for C#6.0
- #124 - Pass ExecutionContext to Hook methods
- #120 - Allow writing multi-line specification title and scenarios
- #116 - Build Gauge project in Debug mode so .pdb files are produced and Visual Studio can attach to the Gauge.CSharpRunner.exe and Visual Studio can attach to process and hit Spec breakpoints
Bug Fixes
- #66 - Compilation errors from previous refactoring crash next refactoring from commandline
- #95 - Current working path in csharp(System.Environment.CurrentDirectory) is not working
Miscellaneous
gauge-csharp 0.10.1
Enhancements
Bug Fixes
gauge-csharp 0.10.0
gauge-csharp 0.9.2
New Features
Bug Fixes
- #94 - Unable to run specs generated using Web driver template
- #93 - The generated project from the template is giving lib version error
- #90 - Custom IScreenGrabber is not loaded when implemented in assembly before "Gauge.CSharp.Lib"
- #86 - Parameter mismatch is not indicated and execution continues
- #80 - Getting a cannot convert to type exception while executing a spec with data table driven execution
- #72 - protected step implementations are not available for execution, however one is taken to it on goto definition
gauge-csharp v0.9.1
Bug Fixes
- #89 - Special table is treated as string type
gauge-csharp 0.9.0
New Features
- Add support to continue execution on failure using the
[ContinueOnFailure]
attribute.
Enhancements
- #75 - Add Di Container Support.
- #55 - Validation for multiple step implementation
- #82 - Improve dev experience on Mono
Contributors
A big thanks to @dylanmcguire for contributing to this release!