Jee
Cometary.Core
by:
Jee
- 2,670 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.
Cometary.Analyzer
by:
Jee
- 2,161 total downloads
- last updated 2/22/2018
- Latest version: 0.2.0
Analyzer required by Cometary to edit assemblies.
- 1,931 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.
Cometary.Macros
by:
Jee
- 1,559 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.
- 1,544 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.
- 1,524 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').
- 1,209 total downloads
- last updated 2/12/2018
- Latest version: 0.2.0
A low-level .NET allocator that grows lazily.
- 1,174 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
- 449 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 only limits!