Steffen Forkmann's blog articles

0
comment
on 5/21/2014 3:20 AM
Two months ago I started to use the RELEASE_NOTES.md files feature in FAKE to describe FAKE’s own changelog. It’s working pretty well with FSharp.Formatting and the whole process got much easier for me. One of the intersting side effects is that I didn’t use the develop branch any more. Pre-release packages can be pushed directly […]
>> Read the full article
.
0
comment
on 5/20/2014 2:43 AM
We are still porting one of our products from Dynamics NAV 2009 R2 (Classic Client) to NAV 2013 R2 and found another strange issue: On Dynamics NAV 2009 R2 Classic client (Build 6.00.33494): FORMAT(13.5671,0,'<Integer,4>'); ==> 0013,5671 FORMAT(13.5671,0,'<Precision,0:0><Integer,4>'); ==> 0014 But on Dynamics NAV 2013 R2 (Build 7.10.36281) we get: FORMAT(13.5671,0,'<Integer,4>'); ==> 0013,5671 FORMAT(13.5671,0,'<Precision,0:0><Integer,4>'); ==> 0013 […]
>> Read the full article
.
0
comment
on 5/12/2014 6:42 AM
At the moment we are porting one of our products from Dynamics NAV 2009 R2 (Classic Client) to NAV 2013 R2. We have thousands of unit tests and most of them work out of the box. But now my colleague Matthias Schäfer found a very strange issue. Consider this snippet: On Dynamics NAV R2 Classic […]
>> Read the full article
.
0
comment
on 4/22/2014 2:43 AM
Today I released FAKE 2.14 with some smaller bug fixes and improvements. The biggest feature is that we now have support for OpenCover and ReportGenerator. A big thanks to all of the 65 contributors. What’s new? Support for OpenCover #398 Support for ReportsGenerator #39 New BulkReplaceAssemblyInfoVersions task #394 Adding AppVeyor environment variables "Getting started" tutorial […]
>> Read the full article
.
0
comment
on 3/31/2014 6:16 AM
Today I released FAKE 2.12 with a lot of small bug fixes and improvements. The biggest feature is that we now use NancyFx for FAKE.Deploy. A big thanks to all of the 60 contributors. What’s new? Add getDependencies to NugetHelper #373 Add more F# friendly functions for IO.Path #374 SourceLink support #345 NancyFx instead of […]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper