dotUltimate 2025.1.3
Released: Jun 12, 2025
2025.1.3 中的更新
特性
Rider
- Rider now supports .aiignore files, helping you manage which files are included in the AI Assistant's scope when working on your solution.
- Semantic search is now enabled for both Search Everywhere and the AI Assistant, making it easier to find classes, methods, parameters, and other code elements even when your query differs in case, punctuation, or formatting.
ReSharper
- You can now edit and format SQL and NoSQL queries directly in ReSharper with smart features like code completion, inspections, and live templates. Supported dialects include MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, Cassandra, and more.
修补程序
Rider
- Step over and Step into actions now work as expected when debugging ASP.NET projects with Docker Compose.
- Sticky selection now works correctly with all editor actions, including arrow key navigation in .cs files.
- Local edits across multiple files are now reliably preserved, even during formatting and undo/redo operations.
- Files excluded from indexing above the solution folder are now correctly omitted from search results.
- Editing C++ code during debugging is now fully supported again when the Allow editing in debug mode option is enabled.
- C++ run/debug configurations once again reliably detect projects.