3 Commits

Author SHA1 Message Date
f21639455d fix: Implement required interface methods and address nullable warnings
- Added GetConfiguration() and SaveConfigurationAsync() methods to ConfigService
- Added synchronous file reading for GetConfiguration()
- Fixed nullable reference type warnings in LoggingService
- Added nullable annotations to interface definitions
- Enabled nullable reference types for affected files

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-12 22:36:39 +00:00
3f2567803c Add LogEntry and UserPreferences classes to LoggingService 2025-03-12 22:04:48 +00:00
3f9875cb1a Simplify Program.cs and LoggingService to remove database dependencies 2025-03-12 22:01:02 +00:00