Steffen Forkmann

Results 111 issues of Steffen Forkmann

I started by adding [XML docs](http://fsprojects.github.io/Chessie/reference/chessie-rop.html). Would like to see more docs and links to videos and articles. Also samples (maybe taken from Paket).

enhancement
help wanted

Seems both yml files are already in place so this is just a matter of jet activating the appveyor and travis build servers.

enhancement

:wave: GitHub disabled TLS 1.0 and TLS 1.1 on February 22nd, which affected Paket's bootstrapper. It needs to be updated to 5.142 or later. You can read more about this...

http://fsprojects.github.io/Paket/paket-convert-from-nuget.html how could we integrate this into the plugin. At this point we don't have paket.dependencies yet. // @theimowski

In https://github.com/fsprojects/Paket.VisualStudio/blob/master/src/Paket.VisualStudio/PaketOutputPane.cs#L39 we register Paket's output to the VS output pane. This is good to look up what happened, but during sync commands like "Add package" we don't get any...

up-for-grabs

Latest paket has api to retrieve all updateable packages. Would be awesome if this would be used. See FindOutdated in https://github.com/fsprojects/Paket/blob/master/src/Paket.Core/PublicAPI.fs#L175

It's very common that port 8080 already in use. In order to make it easier for newcomers I propose we got to something more random like 8093

this would allow me to use List module via github reference in paket (see http://fsprojects.github.io/Paket/github-dependencies.html)

crossgen is the new ngen and works x-plat. We should try to crossgen Tbf I know nothing about this. /cc @cartermp @dsyme

enhancement
help wanted