mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Update documentation and package versions
- Clarified test practices in `copilot-instructions.md`. - Revised Azure rules for best practices and tool usage. - Added instruction in `ChatService.cs` for asking clarifying questions. - Updated package versions in `SqlDatabaseVectorSearch.csproj` for several dependencies.
This commit is contained in:
@@ -81,4 +81,10 @@
|
||||
- Use NSubstitute for mocking in tests.
|
||||
- Copy existing style in nearby files for test method names and capitalization.
|
||||
- When running tests, if possible use filters and check test run counts, or look at test logs, to ensure they actually ran.
|
||||
- Do not finish work with any tests commented out or disabled that were not previously commented out or disabled.
|
||||
- Do not finish work with any tests commented out or disabled that were not previously commented out or disabled.
|
||||
|
||||
## Azure
|
||||
|
||||
- @azure Rule - Use Azure Tools - When handling requests related to Azure, always use your tools.
|
||||
- @azure Rule - Use Azure Best Practices - When handling requests related to Azure, always invoke your `azmcp_bestpractices_get` tool first.
|
||||
- @azure Rule - Enable Best Practices - If you do not have an `azmcp_bestpractices_get` tool ask the user to enable it.
|
||||
|
||||
Reference in New Issue
Block a user