2,479
Downloads
130
Downloads of v 1.0.6
2011-05-03
Last update
Afterthought
1.0.6
Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added to the original source or is not convenient/efficient to do so.
Afterthought runs as a post-build step to process one or more assemblies. It discovers and processes amendments that you create or borrow from others. The amendments allow you to add or modify the behavior of constructors, properties, methods, or events, and add new fields and attributes. Amendments can also modify types to implement new interfaces. The modified assembly just includes simple static calls into existing code that you write in a natural and strongly-typed way when writing amendments. Assembly amendments support using Afterthought to modify an assembly without introducing a runtime dependency on Afterthought.
To install Afterthought, run the following command in the Package Manager Console
PM> Install-Package Afterthought
-Version 1.0.6
Owners
Authors
Copyright
Copyright © VC3 2011
Tags
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| Afterthought 1.0.8 | 1586 | Monday, June 27 2011 |
| Afterthought 1.0.7 | 147 | Thursday, May 05 2011 |
| Afterthought 1.0.6 | 130 | Tuesday, May 03 2011 |
| Afterthought 1.0.5 | 113 | Friday, April 29 2011 |
| Afterthought 1.0.4 | 134 | Friday, April 15 2011 |
| Afterthought 1.0.3 | 123 | Friday, April 15 2011 |
| Afterthought 1.0.2 | 125 | Tuesday, April 12 2011 |
| Afterthought 1.0.1 | 121 | Friday, April 08 2011 |