Piranha
Piranha copied to clipboard
Piranha chews .Net libraries to make them portable.
I believe this could be very useful as a Chocolatey package. If I'm given permission, I could put it up in there myself, I don't mind. Thanks!
I would like the option to have methods and properties throw a NotImplementedException. Optionally I'd like to set a custom message. Sometimes the bait-switch assemblies make their way to the...
Got the following crash trying .NET 4.5 Profile 111: ``` Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Ark.Piranha.MethodDependency.Break() in C:\Projects\Piranha-master\Ark.Piranha\Dependencies.cs:line 143 at Ark.Piranha.RemoveExternalTypesUsageProcessor.ProcessAssembly(AssemblyDefinition...
For some reason if I do this: ``` Piranha.exe > output.txt ``` I still get output to the console window and the `output.txt` file is empty. I would expect Piranha...