Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Incremental work towards preprocessing CSharpCompilations #568

Closed
wants to merge 3 commits into from

Conversation

lodejard
Copy link
Contributor

This contains the idea of a compilable aspect which is distinct from the main assembly.

The next step is project.json dependency types, but I wanted to get the ILibraryKey change into the dev
branch in a working form to avoid longer complex rebases.
#39

* Introduces the idea of "aspect" assembly that can be asked for
* Roslyn compiler specifically will ask for and return
a "precompile" aspect assembly
* precompile assemblies have before/after compile hooks to
alter the "main" assembly's CSharpCompilation details
@@ -24,13 +24,21 @@ internal class ProjectAssemblyLoader : IAssemblyLoader

public Assembly Load(string name)
{
String aspect = null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add example input.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🆗

@davidfowl davidfowl closed this Aug 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants