-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into fix-123-dispose-testt…
…hread-container * origin/main: Extract cucumber expression detection heuristic to an interface fix test artifact folder calculation Restructure solution folders (#141) cleanup CHANGELOG.md ignore generated file remove generated file bump version Add Microsoft.Extensions.DependencyInjection integration plugin (#94) Fix #56 autofac ambiguous stepdef and hook required #127 issue (#139) Reduce target framework of Reqnroll to netstandard2.0 (#130) Fix StackOverflowException when using [StepArgumentTransformation] with same input and output type (#136) # Conflicts: # CHANGELOG.md
- Loading branch information
Showing
279 changed files
with
1,593 additions
and
977 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
<Settings /> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
7 changes: 1 addition & 6 deletions
7
.ncrunch/Reqnroll.ExternalData.ReqnrollPlugin.v3.ncrunchproject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
<Settings /> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
</Settings> | ||
<Settings /> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<ConsiderInconclusiveTestsAsPassing>True</ConsiderInconclusiveTestsAsPassing> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
3 changes: 1 addition & 2 deletions
3
.ncrunch/Reqnroll.MSTest.Generator.ReqnrollPlugin.v3.ncrunchproject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
<Value>TargetFrameworks = netstandard2.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
5 changes: 1 addition & 4 deletions
5
.ncrunch/Reqnroll.NUnit.Generator.ReqnrollPlugin.v3.ncrunchproject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
<NUnit3Enabled>False</NUnit3Enabled> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
<NUnit3Enabled>False</NUnit3Enabled> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
<AdditionalFilesToIncludeForProject> | ||
<Value>ExternalData\SampleFiles\**.*</Value> | ||
</AdditionalFilesToIncludeForProject> | ||
<IgnoredTests> | ||
<NamedTestSelector> | ||
<TestName>Reqnroll.PluginTests.Generator.GeneratorPluginLoaderTests.LoadPlugin_LoadXUnitSuccessfully</TestName> | ||
</NamedTestSelector> | ||
<NamedTestSelector> | ||
<TestName>Reqnroll.PluginTests.Infrastructure.WindsorPluginTests.Can_load_Windsor_plugin</TestName> | ||
</NamedTestSelector> | ||
<NamedTestSelector> | ||
<TestName>Reqnroll.PluginTests.Infrastructure.MicrosoftExtensionsDependencyInjectionTests.LoadPlugin_MicrosoftExtensionsDependencyInjection_ShouldNotBeNull</TestName> | ||
</NamedTestSelector> | ||
</IgnoredTests> | ||
</Settings> | ||
</ProjectConfiguration> |
3 changes: 1 addition & 2 deletions
3
.ncrunch/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin.v3.ncrunchproject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
<Value>TargetFrameworks = netstandard2.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
3 changes: 1 addition & 2 deletions
3
.ncrunch/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin.v3.ncrunchproject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
<Value>TargetFrameworks = netstandard2.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
<Value>TargetFrameworks = netstandard2.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
<Value>TargetFrameworks = netstandard2.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
<Settings /> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = netstandard2.0</Value> | ||
</CustomBuildProperties> | ||
</Settings> | ||
<Settings /> | ||
</ProjectConfiguration> |
5 changes: 1 addition & 4 deletions
5
.ncrunch/Reqnroll.xUnit.Generator.ReqnrollPlugin.v3.ncrunchproject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
<XUnit2Enabled>False</XUnit2Enabled> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>False</IgnoreThisComponentCompletely> | ||
<XUnit2Enabled>False</XUnit2Enabled> | ||
</Settings> | ||
</ProjectConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.