ModernUO/Projects/UOContent/Commands
Kamron Batman 77ce2e1980
fix(core): Optimizes strings / .NET 5 compatibility changes (#354)
- [X] Removes some string allocations (e.g. split)
- [X] Optimizes some collections
- [X] Converts insensitive to extension methods of built-ins.
- [X] Adds ordinal (case sensitive) string helpers
- [X] Fixes conditionals for in-game commands so they use Ordinal comparisons.
- [X] Replaces ToLower.Contains with InsensitiveContains
- [X] Adds ValueStringBuilder
- [X] Implements ValueStringBuilder in a few places where it makes sense
- [X] Removes the redundant Wrap function and replaces it with an optimized version
- [X] Fixes list conversions in Utility

Closes #351

Bumps release version
2020-12-20 23:21:55 -08:00
..
Generic fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Object Creation fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Attributes.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Batch.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
BoundingBoxPicker.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Docs.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
DragEffects.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Dupe.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
ExportWSC.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Handlers.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
HelpInfo.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
LocationCommand.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Logging.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Profiling.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Properties.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
ShardTime.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
SignParser.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Skills.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
SkillsMenu.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Statics.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
VisibilityList.cs fix(net): Clean up for mobile packets (#338) 2020-12-10 17:46:58 -08:00
Wipe.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00