Info
Version: | 1.0.8 |
Author(s): | Jamie Thomas, VC3 |
Last Update: | Monday, June 27, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/vc3/Afterthought |
NuGet Url: | https://www.nuget.org/packages/Afterthought |
Install
Install-Package Afterthought
dotnet add package Afterthought
paket add Afterthought
Afterthought Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.