Oskar Gewalli's blog articles

0
comment
on 10/18/2013 10:39 AM
One thing I like about f# is the ability to use readonly objects in a way that does not require a lot of code. I’ve done a small lib inspired by this ability of f#: with The syntax is a bit special since I assume that the properties have a private set.<blockquote class="tr_bq"> myobject.With(m => m.Property1 == 3 && m.Property2 == "3") </blockquote>
>> Read the full article
.
0
comment
on 10/13/2013 11:02 PM
If you prefer to write your build tasks in c# then there is a package for you:Shake
>> Read the full article
.
0
comment
on 10/12/2013 11:42 PM
I went to leetspeak yesterday. Justin Rusbatch had a talk about scriptcs. In that talk he mentioned that several people wanted to write build scripts in C# and thought that it would be nice to use scriptcs to do that. I started trying out to write build scripts in C#. Turns out that many of the classes that are available in .net are not supposed to be used by users of .net. It’s cleaner and simpler to execute the command line tools from C#. I started writing some code to try it out. I called it shake.
>> Read the full article
.
0
comment
on 10/12/2013 11:42 PM
I went to leetspeak yesterday. Justin Rusbatch had a talk about scriptcs. In that talk he mentioned that several people wanted to write build scripts in c# and thought that it would be nice to use scriptcs to do that. I started trying out to write build scripts in c#. Turns out that many of the classes that are available in .net are not supposed to be used by users of .net. It’s cleaner and simpler to execute the command line tools from c#. I started writing some code to try it out. I called it shake.
>> Read the full article
.
0
comment
on 10/6/2013 2:19 PM
I had some trouble running NuGet on ubuntu. I’m running an Ubuntu server. Turns out that you need to install certificates: mozroots –import –sync Otherwise NuGet will fail to decode the results when fetching packages over https.
>> 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