Jee
-
-
.NET Core 2.2 This package targets .NET Core 2.2. The package is compatible with this framework or higher. .NET Standard 1.3 This package targets .NET Standard 1.3. The package is compatible with this framework or higher. .NET Framework 4.5 This package targets .NET Framework 4.5. The package is compatible with this framework or higher.
- 306,832 total downloads
- last updated 4/8/2019
- Latest version: 0.8.0
Minimal .NET Standard library used to redirect calls from one method to another.\n Ryder also exists as a single lightweight .cs file; please see the repository. -
-
- 10,002 total downloads
- last updated 12/9/2016
- Latest version: 0.9.0-pre-v9 (prerelease)
The easy way to modify an assembly from the inside, using Mono.Cecil. -
Cometary.
by: JeeCore - 8,524 total downloads
- last updated 2/22/2018
- Latest version: 0.2.0
Core package for Cometary, required by the analyzer to edit the dependant assembly. It defines the CompilationEditor type, used to edit assemblies during compilation. -
- 6,797 total downloads
- last updated 1/13/2017
- Latest version: 0.2.7-beta (prerelease)
Blur provides a fluent and minimalistic way to edit assemblies from the inside, using Mono.Cecil: - Expression / Method printing to MethodBody. - Compile-time mixins. -... More information -
- 5,676 total downloads
- last updated 3/19/2017
- Latest version: 0.9.9.5
Natural language processing, with Attributes. -
Cometary.
by: JeeAnalyzer -
- 4,068 total downloads
- last updated 2/22/2018
- Latest version: 0.2.0
Analyzer required by Cometary to edit assemblies. -
-
-
- 3,995 total downloads
- last updated 11/9/2017
- Latest version: 1.1.0
Analyzer that suppresses the CS0702 error, thus allowing any constraint to be used (including 'Delegate' and 'Enum'). -
-
- 3,566 total downloads
- last updated 2/22/2018
- Latest version: 0.2.0-pre (prerelease)
Cometary extension that provides utilities used to debug extensions, self-editing assemblies, and more. -
- 2,918 total downloads
- last updated 2/12/2018
- Latest version: 0.2.0
A low-level .NET allocator that grows lazily. -
Cometary.
by: JeeMacros - 2,885 total downloads
- last updated 2/22/2018
- Latest version: 0.2.0-pre (prerelease)
Cometary extension that allows the dependant assembly to define and use macros and compile-time-bound dynamic objects. -
- 2,851 total downloads
- last updated 2/22/2018
- Latest version: 0.2.0-pre (prerelease)
Cometary extension that allows a class to implement members declared in another class. -
- 2,197 total downloads
- last updated 2/22/2018
- Latest version: 0.2.0-pre (prerelease)
Cometary extension that allows the dependant assembly to edit itself during compilation. -
IndexesStartAtOne
by: Jee- 1,112 total downloads
- last updated 2/21/2018
- Latest version: 0.1.0
Allows the customization of where indexes start in C#. Not only can you force Roslyn to interpret items[1] as items[0], but also items[-42] and items[1_000_000] if you want! The sky (and common sense) are the... More information