September 2025 Release
·
63 commits
to master
since this release
What's Changed
- ci: add .deepsource.toml by @deepsource-autofix[bot] in #359
- refactor: remove redundant type from object creation expressions by @deepsource-autofix[bot] in #360
- refactor: drop explicit types on new expressions by @deepsource-autofix[bot] in #361
- refactor: drop redundant type from declarations by @deepsource-autofix[bot] in #362
- refactor:simplify lambda expressions by @deepsource-autofix[bot] in #363
- refactor: simplify boolean comparison expressions by @deepsource-autofix[bot] in #366
- refactor: remove unused variable declarations by @deepsource-autofix[bot] in #367
- fix issue CS-R1062 by @StuartFerguson in #368
- more changes by @StuartFerguson in #369
- refactor: use file scoped namespaces by @deepsource-autofix[bot] in #370
- refactor: remove empty interpolated string by @deepsource-autofix[bot] in #372
- refactor: remove unused exception variables in catch clauses by @deepsource-autofix[bot] in #373
- refactor: use equality operator for nullable bool checks by @deepsource-autofix[bot] in #371
- refactor: simplify single-statement lambdas by @deepsource-autofix[bot] in #374
- refactor: use char overload for StringBuilder.Append by @deepsource-autofix[bot] in #375
- refactor: remove redundant identity Select calls by @deepsource-autofix[bot] in #376
- refactor: remove empty interpolated strings by @deepsource-autofix[bot] in #377
- refactor: mark fields as readonly by @deepsource-autofix[bot] in #378
- refactor: remove redundant else blocks by @deepsource-autofix[bot] in #379
- refactor: rewrite if statements using ternary operator by @deepsource-autofix[bot] in #381
- refactor: simplify single-statement getters by @deepsource-autofix[bot] in #382
- refactor: remove unnecessary string interpolation by @deepsource-autofix[bot] in #383
- refactor: simplify linq query by @deepsource-autofix[bot] in #384
- Codacy/#760 fix by @StuartFerguson in #924
- dont throw Exception direct by @StuartFerguson in #952
- Codacy/high fixes by @StuartFerguson in #971
- :| by @StuartFerguson in #1009
- Codacy/high fixes by @StuartFerguson in #1011
- :| by @StuartFerguson in #1012
- final set of high fixes by @StuartFerguson in #1016
- some more issues fixes by @StuartFerguson in #1019
- more codacy fixes by @StuartFerguson in #1020
New Contributors
- @deepsource-autofix[bot] made their first contribution in #359
Full Changelog: 2025.7.13...2025.9.1