SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
285 stars 26 forks source link

Upgrade solution from F# 2.0 + VS2010 to F# 3.1 + VS2013 #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a prerequisite to issue 89 (adding support for .NET 4.5 and SL5).

We'll need to:
1) Upgrade the solution and projects
2) Address any F# 3.0 breaking changes
3) Drop the SL4 projects (which are no longer supported; we will replace with 
SL5 support, see issue 89)
4) Adapt the build scripts (perhaps taking the opportunity to move away from 
.bat scripts, see issue 74)

Original issue reported on code.google.com by stephen....@gmail.com on 31 Mar 2013 at 3:52

GoogleCodeExporter commented 9 years ago
Work is being done in the vs2012 branch.

Original comment by stephen....@gmail.com on 31 Mar 2013 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 31 Mar 2013 at 3:53

GoogleCodeExporter commented 9 years ago
Note: we are limited by only having vs2012 express. We cannot create a portable 
library build, and our usual suite of VS extensions (namely source control, 
test runners, and code navigation / understanding) are not available. But we 
shall proceed in-spite of those obstacles.

Original comment by stephen....@gmail.com on 31 Mar 2013 at 3:56

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 31 Mar 2013 at 4:11

GoogleCodeExporter commented 9 years ago
So far we've got 1-3 done, now we just need to update our build scripts.

Original comment by stephen....@gmail.com on 31 Mar 2013 at 4:21

GoogleCodeExporter commented 9 years ago
F# 3.1 / VS2013 solution now in trunk

Original comment by stephen....@gmail.com on 15 Mar 2015 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 17 May 2015 at 6:10