Afterthought
1.0.8
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
Owners
Authors
Copyright
Copyright © VC3 2011
Tags
Dependencies
Afterthought 1.0.8 does not have any dependencies
Version History
| Version | Downloads | Last updated |
|---|---|---|
| Afterthought 1.0.8 | 825 | Monday, June 27, 2011 |
| Afterthought 1.0.7 | 97 | Thursday, May 05, 2011 |
| Afterthought 1.0.6 | 73 | Tuesday, May 03, 2011 |
| Afterthought 1.0.5 | 72 | Friday, April 29, 2011 |
| Afterthought 1.0.4 | 92 | Friday, April 15, 2011 |
| Afterthought 1.0.3 | 82 | Friday, April 15, 2011 |
| Afterthought 1.0.2 | 84 | Tuesday, April 12, 2011 |
| Afterthought 1.0.1 | 79 | Friday, April 08, 2011 |