tSQLt-TestAdapter icon indicating copy to clipboard operation
tSQLt-TestAdapter copied to clipboard

Visual Studio Test Adapter for tSQLt

Results 13 tSQLt-TestAdapter issues
Sort by recently updated
recently updated
newest added

We are using this test adapter for TFS 2015 builds (VS2015 is installed on build machine). The error appeared on test which returns empty select (just column names are returned...

Hi @GoEddie, great work so far on the test adapter. I have this problem that my tests suddenly are not discovered by test explorer. I even created a new project...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.6 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

**Describe the bug** not seeing an extension update for VS 2022 so i installed from Roaming Extensions (VS 2019 version) tests are not being discovered with error of "Make sure...

**Describe the bug** On initial startup for your tsql project, RemoveTestContainer fails with an unhandled exception. If I wrap this function with: ``` if(cachedContainers.Count() > 0) ``` Then we no...

Hi Ed, This is more like a question, I see issues when the adapter tries to populates the tests. It shows messages like below in VS Output window under category...

**Describe the bug** VS Professional 2019 (Version 16.9.4) crashed many times after installing adapter above. **Screenshots** ![image](https://user-images.githubusercontent.com/9478861/115256425-7dbceb80-a12f-11eb-8c30-1b2ef12dbdf4.png) **Environment** Microsoft Visual Studio Professional 2019 Version 16.9.4 VisualStudio.16.Release/16.9.4+31205.134 Microsoft .NET Framework Version...

Hi I commented on the other vs2019 issue but I didn't notice at that point that the issue was already closed. So I'm trying with a new issue! After verifying...

**Describe the bug** Tests fail in test explorer when the name of the stored procedure/unit tests contain a "."(dot). Not the dot between the schema/test class, but in the actual...

[Test_tSQLT.zip](https://github.com/GoEddie/tSQLt-TestAdapter/files/2192990/Test_tSQLT.zip) Hello Ed, As per the details - "https://the.agilesql.club/2016/08/tsqlt-visual-studio-test-adapter/" configure the tsqlt adapter 0.91 for VS 2017. While executing the test explorer, it is not finding those SQL test case....