Closed velddev closed 4 years ago
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 3
- Added 3
Complexity increasing per file
==============================
- src/Miki/Services/Settings/SettingsService.cs 2
- src/Miki/Services/Settings/InvalidSettingException.cs 2
- src/Miki/Modules/Internal/Routines/DatadogService.cs 1
Complexity decreasing per file
==============================
+ src/Miki/Extensions/LocaleExtensions.cs -3
Clones removed
==============
+ src/Miki/Modules/Pasta/PastaModule.cs -1
+ src/Miki/Modules/MarriageModule.cs -1
See the complete overview on Codacy
New settings service; this is currently untested, but I didn't want to make this commit any longer and start with a clean slate.
Miki.Localization got some buffs, I resolved some memory allocations and added iterative resource loading.
example
will return
without passing locale to either resource externally from Miki's side. This code has been tested 👍
EntityNullException<TEntity>
to avoid boilerplate exceptions in the future.