Migrated away from extension methods for pretty much all the money stuff as it turns out it passes a copy of the object and not a reference. This was causing a lot of weird behavior probably due to EF change tracking.

Also added a lot more logging to the API itself.
This commit is contained in:
barelyprofessional
2025-09-24 00:58:45 -05:00
parent 146abbe885
commit 5b71c0a1bb
5 changed files with 320 additions and 272 deletions

View File

@@ -1,6 +1,7 @@
<component name="InspectionProjectProfileManager">
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AngularNgOptimizedImage" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="GrazieInspection" enabled="false" level="GRAMMAR_ERROR" enabled_by_default="false" />
</profile>
</component>