CSharpSqlTests.NUnit 1.6.1
A simple framework for running sql tests against a temprary localdb instance, optionally deploying a dacpac, using a nice fluent c# api. This package contains some NUnit specific assertions.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>CSharpSqlTests.NUnit</id>
<version>1.6.1</version>
<authors>Andrew Poole</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<readme>README.md</readme>
<description>A simple framework for running sql tests against a temprary localdb instance, optionally deploying a dacpac, using a nice fluent c# api. This package contains some NUnit specific assertions.</description>
<releaseNotes>1.6.1) When using normal persistent localDb instance, only stop afterwards if it wasn't already started.
1.6.0) Added support for running in an ordinary persistent localDb instance i.e. for SqlCover etc, also some internal improvements around use of IDataReader and some tidying up.
Bumping the version and release notes to reflect the latest version of the core package, will be kept in sync from now on.
1.1.0) Using 1.5.0 of CSharpSqlTests package
1.0.0) initial version</releaseNotes>
<tags>sql testing stored procedure testing dacpac testing</tags>
<repository type="git" url="https://github.com/andrewjpoole/CSharpSqlTests" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="CSharpSqlTests" version="1.6.1" exclude="Build,Analyzers" />
<dependency id="NUnit" version="3.13.2" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>