-
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.
Reduce target framework of Reqnroll to netstandard2.0 (#130)
* remove obsolete and unnecessary if pragmas * remove .NET 6.0 from target frameworks * Add PlatformInformation, fix ns Reqnroll.Compatibility to Reqnroll.PlatformCompatibility * Reduce target framework of Reqnroll project to netstandard2.0 * TEMP: Add platform information * Improve error diagnostics for plugin loader errors * Revert "TEMP: Add platform information" This reverts commit 6e08680. * add word to dictionary * Treat Mono as .NET Framework * small improvement on MainDotNetFrameworkDescription * Reduce target framework of plugin projects to netstandard2.0 * further fixes and simplifications * Replace netcoreapp3.1 with netstandard2.0 for tools and generator * Remove net6.0 from tools and generator * Temporary fix for build problem * Proper fix for build problem * project cleanup * Reduce target framework of generator projects to netstandard2.0 * Make Reqnroll.ExternalData.ReqnrollPlugin single target (netstandard2.0) * update plugins docs * cleanup targets * Make Reqnroll.MSTest.Generator.ReqnrollPlugin single target (netstandard2.0) * cleanup targets * Make Reqnroll.NUnit.Generator.ReqnrollPlugin single target (netstandard2.0) * Make Reqnroll.xUnit.Generator.ReqnrollPlugin single target (netstandard2.0) * cleanup targets * extend CHANGELOG * update ncrunch settings * small fix for Reqnroll.SpecFlowCompatibility
- Loading branch information
1 parent
a8241b8
commit 36d355f
Showing
98 changed files
with
271 additions
and
507 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
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> |
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,15 @@ | ||
<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> | ||
</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 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
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
2 changes: 1 addition & 1 deletion
2
Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.ReqnrollPlugin.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
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
Plugins/Reqnroll.Autofac.ReqnrollPlugin/build/Reqnroll.Autofac.targets
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 @@ | ||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
|
||
<_Reqnroll_AutofacPluginFramework Condition=" '$(TargetFrameworkIdentifier)' == '.NETCoreApp' ">netstandard2.0</_Reqnroll_AutofacPluginFramework> | ||
<_Reqnroll_AutofacPluginFramework Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">net462</_Reqnroll_AutofacPluginFramework> | ||
<_Reqnroll_AutofacPluginFramework>netstandard2.0</_Reqnroll_AutofacPluginFramework> | ||
<_Reqnroll_AutofacPluginPath>$(MSBuildThisFileDirectory)\..\lib\$(_Reqnroll_AutofacPluginFramework)\Reqnroll.Autofac.ReqnrollPlugin.dll</_Reqnroll_AutofacPluginPath> | ||
</PropertyGroup> | ||
</Project> |
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.