ModernUO/Projects/UOContent/Commands/Generic/Extensions/Compilers
Kamron Batman e869c105d0
fix(core): Fixes type caching & cleanup (#422)
- [X] Fixes some issues with the type caching
- [X] Changes type check default to ignore case
- [X] Splits out type caching of insensitive and sensitive lists. This means less stuff to iterate through when checking a type against the string.
- [X] Adds an ArrayEnumerator, mostly for reference purposes (copy/paste as needed)
2021-01-20 00:10:33 -08:00
..
ConditionalCompiler.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
DistinctCompiler.cs fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
SortCompiler.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00