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:
- Download and unzip the source code for the project
- Open the solution file
YIIHAW.slnin Visual Studio - 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:
- Open the NUnit test runner
- Open the file
YIIHAW.Test\bin\Debug\YIIHAW.Test.dllin the runner - Click the "Run" button