Behind-the-scenes reliability work to make issues easier to catch and diagnose.
- Server-side errors are now captured with Serilog, writing to both the console and a daily rolling log file (
logs/errors-YYYYMMDD.txt). - The full solution now builds with zero warnings and zero errors after a pass cleaning up nullable-reference and Razor component warnings.