OpenRIAServices / OpenRiaServices

The Open RIA Services project continues what was previously known as WCF RIA Services.
https://openriaservices.gitbook.io/openriaservices/
Apache License 2.0
54 stars 48 forks source link

Spanify DynamicQueryable #485

Closed Daniel-Svensson closed 7 months ago

Daniel-Svensson commented 8 months ago

This fixes the current analyser suggestions/warnings when building AspNetCore hosting about several places in query deserialisation where span's should be used instead of substring.

Performance and allocations might be better, but the main driver is to remove build output when building the AspNetCore hosting project.

Apart from that it also changes naming of private fields to better match the rest of the code bases and uses "C#" names (such as char instead of System.Char) and some usage of pattern matching (in their own commits)

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
83.1% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud