getgauge / gauge-csharp

Csharp runner for Gauge
https://gauge.org
GNU General Public License v3.0
33 stars 21 forks source link

"gauge init csharp" shows loglevel information in console #167

Closed Debashis9012 closed 5 years ago

Debashis9012 commented 5 years ago

Expected behavior

"gauge init csharp" should not show loglevel information in console.

Actual behavior

"gauge init csharp" shows loglevel information in console

{"logLevel":"info","message":"create  csProject"}
{"logLevel":"info","message":"create  csProject"}
{"logLevel":"info","message":"create  csProject"}
{"logLevel":"info","message":"create  Properties\/AssemblyInfo.cs"}
{"logLevel":"info","message":"create  env\/default\/csharp.properties"}
{"logLevel":"info","message":"create  StepImplementation.cs"}
{"logLevel":"info","message":"create  packages.config"}
{"logLevel":"info","message":"create  csProject.csproj"}
{"logLevel":"info","message":"create  csProject.sln"}
{"logLevel":"info","message":"Installing Nuget Package : FluentAssertions, version: 3.5.0"}
{"logLevel":"info","message":"Installing Nuget Package : Gauge.CSharp.Lib, version: 0.7.3"}
{"logLevel":"info","message":"Done Installing Nuget Package!"}

Steps to reproduce

  1. run gauge init csharp with latest nightly of gauge and csharp plugin.

Gauge version

Gauge version: 1.0.6.nightly-2019-07-10
Commit Hash: 00ebb9c

Plugins
-------
csharp (0.10.6.nightly-2019-07-10)
Debashis9012 commented 5 years ago

This issue has been verified and found fixed against 0.10.6.nightly-2019-07-15