Skip to content

Commit

Permalink
add autogenerated comments for StyleCop (#1977)
Browse files Browse the repository at this point in the history
* add autogenerated comments for StyleCop

* update changelog
  • Loading branch information
SabotageAndi committed May 7, 2020
1 parent 2af8df7 commit 16580dd
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System.CodeDom.Compiler;
// <auto-generated />

using System.CodeDom.Compiler;
using System.Diagnostics;
using global::Microsoft.VisualStudio.TestTools.UnitTesting;
using global::TechTalk.SpecFlow;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Imports Microsoft.VisualStudio.TestTools.UnitTesting
'<auto-generated />

Imports Microsoft.VisualStudio.TestTools.UnitTesting
Imports TechTalk.SpecFlow
Imports System
Imports System.Reflection
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System.CodeDom.Compiler;
// <auto-generated />

using System.CodeDom.Compiler;
using System.Diagnostics;
using global::NUnit.Framework;
using global::TechTalk.SpecFlow;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Imports NUnit.Framework
'<auto-generated />

Imports NUnit.Framework
Imports TechTalk.SpecFlow
Imports System
Imports System.CodeDom.Compiler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.CodeDom.Compiler;
// <auto-generated />
using System.CodeDom.Compiler;

[assembly: global::Xunit.TestFramework("TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XunitTestFrameworkWithAssemblyFixture", "TechTalk.SpecFlow.xUnit.SpecFlowPlugin")]
[assembly: global::TechTalk.SpecFlow.xUnit.SpecFlowPlugin.AssemblyFixture(typeof(global::PROJECT_ROOT_NAMESPACE_XUnitAssemblyFixture))]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Imports System.CodeDom.Compiler
'<auto-generated />

Imports System.CodeDom.Compiler

<Assembly: Global.Xunit.TestFramework("TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XunitTestFrameworkWithAssemblyFixture", "TechTalk.SpecFlow.xUnit.SpecFlowPlugin")>
<Assembly: Global.TechTalk.SpecFlow.xUnit.SpecFlowPlugin.AssemblyFixture(GetType(PROJECT_ROOT_NAMESPACE_XUnitAssemblyFixture))>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Changes:
+ Changed all specflow.org hyperlinks to https (docs, generated code, packages)


Fixes:
+ add auto-generated comment for StyleCop to ignore the Assemblyhook files

Changes since 3.1.89

Fixes:
Expand Down

0 comments on commit 16580dd

Please sign in to comment.