A Type System for Static Aspects in .NET, Rune Glerup, rgl@itu.dk, Supervisor: Peter Sestoft, Thesis for the Degree of Master of Science in Information Technology, IT University of Copenhagen, July 2008

A Type System for Static Aspects in .NET

This is the home of my master's thesis.

You may download the thesis and the related source code (a modified version of the Yiihaw aspect weaver).

Build the program

To build the program, you need Visual Studio 2005, Visual Studio 2008, or the Mono framework. To build in Visual Studio, perform the following steps:

  1. Download and unzip the source code for the project
  2. Open the solution file YIIHAW.sln in Visual Studio
  3. Choose the menu "Build" and "Build Solution"

Running the test programs

To run the test programs, you need to build the program as described above. You also need Visual Studio 2005 or Visual Studio 2008, and the latest version of NUnit.

With the program built and NUnit installed, perform the following steps:

  1. Open the NUnit test runner
  2. Open the file YIIHAW.Test\bin\Debug\YIIHAW.Test.dll in the runner
  3. Click the "Run" button

Last update: 2008-10-26. Rune Glerup.