SpecFlowOSS / SpecFlow.Actions

BSD 3-Clause "New" or "Revised" License
57 stars 53 forks source link

The SpecFlow.Actions.Playwright NuGet-Package has a dependency to a non existing version of SpecFlow.Actions.Configuration #28

Closed CurryPaule closed 2 years ago

CurryPaule commented 3 years ago

Hey there,

the NuGet-Package for the Plugin "SpecFlow.Actions.Playwright" (v. 0.1.107) has a dependency to "SpecFlow.Actions.Configuration" (v. 0.1.107) which does not exist in the nuget.org source at this moment. The most recent version of the "SpecFlow.Actions.Configuration" package is "0.1.102".

Here is the output of my dotnet package manager:

PS D:\Coding\SpecFlowPlaywrightNovaDB\SpecFlowPlaywrightNovaDB> dotnet add package SpecFlow.Actions.Playwright --version 0.1.107
  Determining projects to restore...
  Writing C:\Users\curry\AppData\Local\Temp\tmp1CD8.tmp
info : Adding PackageReference for package 'SpecFlow.Actions.Playwright' into project 'D:\Coding\SpecFlowPlaywrightNovaDB\SpecFlowPlaywrightNovaDB\SpecFlowPlaywrightNovaDB.csproj'.
info : Restoring packages for D:\Coding\SpecFlowPlaywrightNovaDB\SpecFlowPlaywrightNovaDB\SpecFlowPlaywrightNovaDB.csproj...
info :   CACHE https://api.nuget.org/v3-flatcontainer/specflow.actions.configuration/index.json
error: NU1102: Unable to find package SpecFlow.Actions.Configuration with version (>= 0.1.107)
error:   - Found 6 version(s) in nuget.org [ Nearest version: 0.1.102 ]
error:   - Found 0 version(s) in Microsoft Visual Studio Offline Packages
error: NU1107: Version conflict detected for SpecFlow. Install/reference SpecFlow 3.9.22 directly to project SpecFlowPlaywrightNovaDB to resolve this issue.
error:  SpecFlowPlaywrightNovaDB -> SpecFlow.Actions.Playwright 0.1.107 -> SpecFlow (>= 3.9.22)
error:  SpecFlowPlaywrightNovaDB -> SpecFlow.MsTest 3.9.8 -> SpecFlow (= 3.9.8).
error: Package 'SpecFlow.Actions.Playwright' is incompatible with 'all' frameworks in project 'D:\Coding\SpecFlowPlaywrightNovaDB\SpecFlowPlaywrightNovaDB\SpecFlowPlaywrightNovaDB.csproj'.

The donet target framework used in that project is 5.0.

Cheers & thanks for your help :)

JordanWestern commented 3 years ago

Hi @CurryPaule ,

Thanks for letting us know, we will resolve this.