Found 12 packages
Part of the PostSharp compiler infrastructure. For PostSharp internal use only.
Allows to build PostSharp adds-ins using the low-level API. Undocumented and unsupported.
Provides access to PostSharp registry settings and license. For PostSharp internal use only.
A fork of the Roslyn compiler that adds an extension point allowing for syntax tree transformations. This fork is used by the Metalama framework.
This package allows to start and communicate with PostSharp Compiler Service. It is used by PostSharp.Dnx. This package will be deleted when PostSharp.Dnx will be merged into the stable PostSharp package.
Defines the ISourceTransformer interface as well as other APIs that allow you to write source transformers for Metalama.Compiler.
Compiler platform libraries. For PostSharp internal use only.
A post build weaver that enhance the C# experience
The redistributable package for Metalama.Extensions.Validation, which does not force projects to implicitly use the Metalama compiler.
The redistributable package for Metalama.Extensions.CodeFixes, which does not implicitly cause referencing projects to use the Metalama compiler.
The CSC compiler can produce a pdb file with debug symbols. However, the Mono gmcs compiler produces a separate mdb file containing such sybmols for use on Mono. Use this utility to create an mdb file from an original assembly and pdb file. This allows Mono to generate stack traces with source files and line numbers that may be useful in post-mortem debugging. http://www.mono-project.com/Guide:Debugger https://github.com/mono/mono/tree/master/mcs/tools/pdb2mdb
PSA: Sorry I'm no longer working on this project any more. But Erhan has given it a new home, so if you'd like to contribute and help him revive it, go and check it out at https://github.com/erhan0/aop SheepAspect is an AOP framework for .Net platform that is heavily inspired by AspectJ. It statically weaves target assemblies as a post-compiler task, while maintaining debugability. - Support for Visual Studio 2012 - Bug fixes Whats new in Preview-3: - DeclareMixin advice - DeclareAttributes advice - IAspectAware (OnAspectCreated interception) - More complete set of pointcuts - Intellisense API documentation - Accept binaries without pdb