Skip to content

Instantly share code, notes, and snippets.

@flowsprenger
Created February 11, 2016 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flowsprenger/3d1b0dd7f6168b9e31b9 to your computer and use it in GitHub Desktop.
Save flowsprenger/3d1b0dd7f6168b9e31b9 to your computer and use it in GitHub Desktop.
System.StackOverflowException in Paket with mixed prerelease and release dependencies
type file
id Paket.Test.A
owners Wooga
authors Wooga
owners Paket
authors Paket
projectUrl
https://github.com/
iconUrl
http://github.io/logo.png
licenseUrl
https://github.com/LICENSE.txt
requireLicenseAcceptance
false
copyright
Copyright 2015
tags
wdk
summary
Sbs Core Library
description
provides connecting to sbs on the network layer
type file
id Paket.Test.B
owners Paket
authors Paket
projectUrl
https://github.com/
iconUrl
http://github.io/logo.png
licenseUrl
https://github.com/LICENSE.txt
requireLicenseAcceptance
false
copyright
Copyright 2015
tags
wdk
summary
Sbs Core Library
description
provides connecting to sbs on the network layer
dependencies
Paket.Test.A
type file
id Paket.Test.C
owners Paket
authors Paket
projectUrl
https://github.com/
iconUrl
http://github.io/logo.png
licenseUrl
https://github.com/LICENSE.txt
requireLicenseAcceptance
false
copyright
Copyright 2015
tags
wdk
summary
Sbs Core Library
description
provides connecting to sbs on the network layer
dependencies
Paket.Test.A >= 0.0.0-prerelease
Paket.Test.B >= 0.0.0-prerelease
type file
id Paket.Test.D
owners Paket
authors Paket
projectUrl
https://github.com/
iconUrl
http://github.io/logo.png
licenseUrl
https://github.com/LICENSE.txt
requireLicenseAcceptance
false
copyright
Copyright 2015
tags
wdk
summary
Sbs Core Library
description
provides connecting to sbs on the network layer
dependencies
Paket.Test.C >= 0.0.0-prerelease
Paket.Test.B >= 0.0.0-prerelease
source bin
nuget Paket.Test.D prerelease
NUGET
remote: bin
specs:
Paket.Test.A (1.0.0)
Paket.Test.B (1.0.0)
Paket.Test.A
Paket.Test.C (1.0.0-prerelease)
Paket.Test.A (>= 0.0.0-prerelease)
Paket.Test.B (>= 0.0.0-prerelease)
Paket.Test.D (1.0.0-prerelease)
Paket.Test.B (>= 0.0.0-prerelease)
Paket.Test.C (>= 0.0.0-prerelease)
mono .paket/paket.exe pack templatefile paket.A.template version 1.0.0-prerelease output bin
mono .paket/paket.exe pack templatefile paket.A.template version 1.0.0 output bin
mono .paket/paket.exe pack templatefile paket.A.template version 1.1.0-prerelease output bin
mono .paket/paket.exe pack templatefile paket.B.template version 1.0.0 output bin
mono .paket/paket.exe pack templatefile paket.C.template version 1.0.0-prerelease output bin
mono .paket/paket.exe pack templatefile paket.D.template version 1.0.0-prerelease output bin
mono .paket/paket.exe update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment