Skip to content

Tags: dot-net-org/paket-tests

Tags

consuming-netstandard20-nuget-in-net471

Toggle consuming-netstandard20-nuget-in-net471's commit message
Running `paket add MP3Sharp -p UberLibrary -V "1.0.3"` on this commit…

… will bring MP3Sharp into the project coz of the target framework having been updated to 471

consuming-netstandard20-nuget-in-net461-updated

Toggle consuming-netstandard20-nuget-in-net461-updated's commit message
Running `paket add MP3Sharp -p UberLibrary -V "1.0.3"` on this tag st…

…ill does not bring MP3Sharp into project with latest paket (5.175.2)

consuming-netstandard20-nuget-in-net461-new-project-format

Toggle consuming-netstandard20-nuget-in-net461-new-project-format's commit message
Running `paket add MP3Sharp -p UberLibrary -V "1.0.3"` on this commit…

… will bring MP3Sharp into the project as expected (coz of the new project system I suppose...)

specflow-issue-820-workaround

Toggle specflow-issue-820-workaround's commit message
Workaround in place in csproj a rebuild on this commit will generate …

…the cs file as expected.

specflow-issue-820-broken

Toggle specflow-issue-820-broken's commit message
https://github.com/techtalk/SpecFlow/issues/820 feature file code is …

…not being generated when using the new csproj

specflow-issue-947-repro-failing

Toggle specflow-issue-947-repro-failing's commit message
SpecFlow 2.2.1 installed and NCrunch now failing to build the project

specflow-issue-947-repro-before-update

Toggle specflow-issue-947-repro-before-update's commit message
State where project builds with NCrunch (SpecFlow has not yet been in…

…stalled)

paket-issue-2705-repro

Toggle paket-issue-2705-repro's commit message

no-binding-redirects-transitive

Toggle no-binding-redirects-transitive's commit message
Example case where binding redirects aren't added as expected

binding-redirects-partially-working

Toggle binding-redirects-partially-working's commit message
When `paket install` is run, redirects are added for FSharp.Core, but…

… not for UnionArgParser