Info
Version: | 1.2.1 |
Author(s): | Ananth Balasubramaniam, Jamie Thomas, VC3 |
Last Update: | Tuesday, January 20, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/vc3/Afterthought |
NuGet Url: | https://www.nuget.org/packages/Afterthought-forked |
Install
Install-Package Afterthought-forked
dotnet add package Afterthought-forked
paket add Afterthought-forked
Afterthought-forked 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.
This is a forked version that handles.