Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Make Azure SQL tests conditional

Open
#20 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
csharp, sql
Domain
databases, testing

Research direction

Start with MEVD/test/SqlServer.ConformanceTests/SqlServer.ConformanceTests.csproj at lines 14-17 and MEVD/test/SqlServer.ConformanceTests/SqlServerIndexKindTests.cs at lines 22-26. Review dotnet/extensions issue 7605 for the required Conformance Tests package version. Done means the Azure SQL-only tests run conditionally and are not run against the SQL Server Docker container.

Written by the indexing model from the issue text.

Description

In https://github.com/CommunityToolkit/AI/pull/16, we have added CommunityToolkit.VectorData.SqlServer with some workarounds related to not running the tests against SQL Server docker container which tests features currently available only for Azure SQL Server.

https://github.com/CommunityToolkit/AI/blob/e966e4f56b1ec2ded2a5bbeb0c723ab05f4b28d9/MEVD/test/SqlServer.ConformanceTests/SqlServer.ConformanceTests.csproj#L14-L17

https://github.com/CommunityToolkit/AI/blob/e966e4f56b1ec2ded2a5bbeb0c723ab05f4b28d9/MEVD/test/SqlServer.ConformanceTests/SqlServerIndexKindTests.cs#L22-L26

Those tests need to be conditional, but this will require a new version of the Conformance Tests package (https://github.com/dotnet/extensions/issues/7605)

Dominant language
C#
Stars
7
Forks
4
Avg merge
10m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CommunityToolkit/AI

All issues in CommunityToolkit/AI

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.