Merge pull request #544 from sp-tarkov/remove-warnings

Remove unused dependencies and improve code quality
This commit is contained in:
Jesse
2025-08-12 19:26:05 +02:00
committed by GitHub
parent 2076ac79a8
commit 60958b3d24
26 changed files with 46 additions and 54 deletions
+5
View File
@@ -9,3 +9,8 @@ Changes before the CSharp rewrite (less than version 4) are not documented withi
## [Unreleased]
[unreleased]: https://github.com/sp-tarkov/server-csharp/compare/47b6c3426e6f7db2e1b6d97281d850c89466aba0..HEAD
### Changed
- Removed unused dependencies and improved documentation grammar.
### Fixed
- Added error handling for profile loading failures and adjusted nullable return types for better type safety.