-
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 add-microsoft-extensi…
…ons-dependencyinjection-plugin * origin/main: (21 commits) 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) MsTest: Replace DelayedFixtureTearDown special case with ClassCleanupBehavior.EndOfClass (#128) Temporarily disabled tests until #132 is resolved Add NUnit & xUnit core tests to portability suite Capture ExecutionContext after every binding invoke (#126) small improvement in CodeDomHelper to be able to chain async calls fix method name sources in UnitTestFeatureGenerator External data plugin, support for JSON files (#118) UnitTests: Check if SDK version is installed and if not ignore the test (#109) Fix 111 ignore attr not inherited from rule (#113) Update README.md (#110) Fix 81 - modified CucumberExpressionParameterTypeRegistry to handle multiple custom types used as cucumber expressions when those types share the same short name. (#104) Update index.md Simplify test project targets (#105) Make SystemTests temp folder configurable and use NUGET_PACKAGES env var to override global NuGet folder Fleshing out Generation System Tests (2) (#99) Fix for 81 - Cucumber Expression using Enums errors when two enums exist with the same short name (#100) Include BoDi to Reqnroll package (#91) (#95) ... # Conflicts: # Reqnroll.sln # Tests/Reqnroll.PluginTests/Reqnroll.PluginTests.csproj
- Loading branch information
Showing
265 changed files
with
3,827 additions
and
3,966 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 |
---|---|---|
|
@@ -385,3 +385,4 @@ docs/_build/* | |
/docs/Lib/ | ||
/docs/Scripts/ | ||
/docs/pyvenv.cfg | ||
nCrunchTemp*.csproj |
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> |
File renamed without changes.
8 changes: 0 additions & 8 deletions
8
.ncrunch/Reqnroll.ExternalData.ReqnrollPlugin.UnitTests.v3.ncrunchproject
This file was deleted.
Oops, something went wrong.
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,9 +1,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<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> |
8 changes: 0 additions & 8 deletions
8
.ncrunch/Reqnroll.MsBuildNetSdk.IntegrationTests.v3.ncrunchproject
This file was deleted.
Oops, something went wrong.
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,8 +1,15 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<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> | ||
</IgnoredTests> | ||
</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
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> |
8 changes: 0 additions & 8 deletions
8
.ncrunch/Reqnroll.Specs.Generator.ReqnrollPlugin.v3.ncrunchproject
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
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,5 @@ | ||
<ProjectConfiguration> | ||
<Settings> | ||
<CustomBuildProperties> | ||
<Value>TargetFrameworks = net6.0</Value> | ||
</CustomBuildProperties> | ||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
</Settings> | ||
</ProjectConfiguration> |
Oops, something went wrong.