This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Basic support for msbuild fsproj #23
Comments
Notes:
TODO (maybe in other repo):
|
@matthid has been working on the netcore FAKE @kurtschelfthout how much needs to be done for FsCheck to be netcore ready? |
We could also use a github project to organize this. |
@cloudRoutine None as far as I'm aware, it supports profile259 already. There is also fscheck/FsCheck#293 |
yep, put me up for FAKE. (pr on my branch is welcome as well ;)) |
@kurtschelfthout @cloudRoutine i added a comment in fscheck/FsCheck#293 (comment) . portable259 is ok, but i think there are issue with |
enricosada
changed the title
Basic support for preview3
Basic support for msbuild fsproj
Feb 9, 2017
Closing, all project listed support The development story works for multiple editors |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
GOAL
The sdk cli experience is fully supported xplat for .net core only projects, and the only requirement is the .net core sdk installed.
The IDE experience is VS Code, and doesnt require mono for ionide on osx/linux
fsharp interactive works after is installed.
Tutorials show basic usage for console/lib and for add support to existing projects
Docker works like for normal .net sdk project
Debuggin works inside VS Code
TODO
restore
,build
,run
) and intellisense. mono installed is not required for Ionideconsole
,lib
,xunit
,nunit
,suave
,aspnetcore
new
,restore
,build
,run
,pack
,publish
,test
)netstandard1.6
)netcoreapp1.0
)dotnet fsi
)console
),, but should be enough the doc for normal .net sdk projectsFor dev:
netstandard1.6
/netcoreapp1.0
FCS
(and deps),FSAC.Suave
, if possibileReality check
Works for project already using
preview2
, and remove some painEnable used tools/lib in F# ecosystem to go xplat (note: type providers are not supported)
Various project to add or enhance .net core (or sdk) support.
Some projects already works in
preview2
, so no source code changes are expected.The published packages are already ok (
netstandard1.6
), no need to change these because can be used inpreview3
.Expected changes of migration
preview2
->preview3
are only:project.json
->fsproj
The text was updated successfully, but these errors were encountered: