Stories recently tagged with 'NAnt'

Targeting multiple environments and machines – part 2/2(blog.tchami.com)

submitted by TchamiTchami(40) 8 months, 19 days ago

How do you as a developer work seamlessly across multiple environments machines? In this article I describe one possible solution. read more...

add a comment |category: |Views: 2

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 9 months ago

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 650

tags: another

UppercuT – Elegant Solution to Strong Naming(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 3 months ago

Signing an entire set of assemblies in two steps? Yeah, that includes creating the key file and everything. UppercuT makes your automated builds easier! If you're not using UppercuT yet, why not? read more...

add a comment |category: |Views: 8

tags: another

UppercuT and Mono Migration Analyzer(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 3 months ago

If you are using UppercuT, you will be pleased to know that it now supports Mono Migration Analyzer (MoMA for short). All you have to do is upgrade. And with the design of UppercuT, we’ve made it super simple to upgrade. Yet another reason to use UppercuT. The builds just keep getting better! read more...

add a comment |category: |Views: 7

tags: another

Using Reflection TO invoke members(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at how to use the reflection to invoke members on an object. Reflection can allow you to call methods, properties, etc of any scope on an object. This can be a very, very useful tool for the tool-belt for the times this is needed. read more...

add a comment |category: |Views: 266

tags: another

Mark an Executable to Use More Than 2GB of Memory -Large Address Aware(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 5 months ago

UppercuT – Mark an Application Executable to Use More Than 2GB of Memory (Large Address Aware) - If you’ve ever built a .NET application that runs out of memory constantly, it’s because you are hitting a 2GB limit. You may have known about marking an assembly “/largeaddressaware”. You may have not. The process of doing this is actually somewhat easy once you learn about it. I would instead like to concentrate on automating this with UppercuT so I no longer have to think about it. read more...

add a comment |category: |Views: 20

tags: another

Building a NAnt script - Part 5: Adding MSTest results to your build s(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 6 months ago

Taking a look at how to add in the ability to run the MSTest testing engine via our scripts to run our MSTest unit tests. read more...

add a comment |category: |Views: 207

tags: another

Creating Custom Functions w/ NAnt(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 7 months ago

Taking a look at how to create a custom function for your NAnt script. After you have the basics of NAnt down you may quickly find out that there are features you need, but they are not part of the core library. The good news for you is that in very little effort or coding you can create your own custom assembly which will expose your newly created NAnt functions read more...

add a comment |category: |Views: 125

tags: another

Creating MSDN-Style Documentation with Sandcastle and NAnt(doyle-its.blogspot.com)

submitted by mdoylemdoyle(25) 2 years, 8 months ago

This article discussing a reusable NAnt script for creating assembly documentation using Sandcastle. It covers the NAnt script itself, as well as the steps Sandcastle requires to create a CHM file. read more...

add a comment |category: |Views: 110

tags: another

Building a Nant Script -- Part 4: Adding fxCop to your build script(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 9 months ago

Taking a look at how to add in the ability to run the fxCop static analysis tool to your build script. Having this ability can allow you to keep very close tabs on your code at any time. read more...

add a comment |category: |Views: 201

tags: another

Building a Nant Script -- Part 4: Running SQL Scripts w/ SqlCmd(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Taking a look at how to build a Nant Script. In this episode we will take a look at how to run SQL Scripts w/ SqlCmd. read more...

add a comment |category: |Views: 379

tags: another

Building a Nant Script -- Part 3: Adding Code Coverage(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years ago

Taking a look how to add code coverage (via NCover) to your NAnt build script. read more...

add a comment |category: |Views: 128

tags: another

Building a Nant Script -- Part 2: Adding NUnit tests(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years ago

Taking a look at how to create a build script with Nant, learning how to add NUnit tests read more...

add a comment |category: |Views: 193

tags: another

NAnt HowTo #3: How To Run NUnit tests(suhinini.blogspot.com)

submitted by AldanAldan(50) 3 years, 1 month ago

This article describes how to run NUnit tests from your NAnt build file. read more...

add a comment |category: |Views: 72

tags: another

NAnt HowTo #2: How To Split Your Build File(suhinini.blogspot.com)

submitted by AldanAldan(50) 3 years, 1 month ago

Splitting your build files with NAnt read more...

add a comment |category: |Views: 46

tags: another

NAnt Howto #1: How To Compile Project(suhinini.blogspot.com)

submitted by AldanAldan(50) 3 years, 1 month ago

Article describing how to compile C# projects with NAnt. read more...

add a comment |category: |Views: 35

tags: another