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

Change interface for IAfterCompileContext and execute AfterCompile event #743

Closed
davidfowl opened this issue Oct 12, 2014 · 3 comments
Closed

Comments

@davidfowl
Copy link
Member

The after compile context should give access to the assembly and symbol (pdb/mdb) stream.

[AssemblyNeutral]
public interface IAfterCompileContext
{
    CSharpCompilation CSharpCompilation { get; set; }
    IList<Diagnostic> Diagnostics { get; }
    Stream AssemblyStream { get; set; }
    Stream SymbolStream { get; set; }
}

Linked to #39

@glennc glennc added this to the 1.0.0-rc1 milestone Oct 15, 2014
@davidfowl davidfowl modified the milestones: 1.0.0-rc1, 1.0.0-beta2 Nov 3, 2014
@davidfowl davidfowl modified the milestones: 1.0.0-beta2, 1.0.0-rc1 Dec 19, 2014
@muratg muratg self-assigned this Feb 17, 2015
@muratg
Copy link
Contributor

muratg commented Feb 17, 2015

@lodejard @davidfowl do you guys want this for RC1? do either of you have any cycles?

@davidfowl davidfowl assigned davidfowl and unassigned muratg Mar 19, 2015
@davidfowl
Copy link
Member Author

I did this already

@davidfowl
Copy link
Member Author

4a7994d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants