3 changed files
src/Refactorius.Data.SqlCover.Abstractions | ||
Refactorius.Data.SqlCover.Abstractions.csproj | ||
azure-pipelines.yml | ||
README.md | ||
Refactorius.Data.SqlCover.Abstractions.csproj
/src/Refactorius.Data.SqlCover.Abstractions/Refactorius.Data.SqlCover.Abstractions.csproj-9+8/src/Refactorius.Data.SqlCover.Abstractions/Refactorius.Data.SqlCover.Abstractions.csproj
Add comment 4 <TargetFramework>netstandard2.0</TargetFramework>
Add comment 5 <RootNamespace>Refactorius.Data.SqlCover</RootNamespace>
Add comment 6 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 7 Plus <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
Add comment 7 8 <Authors>Alexander Nosenko, GOEddie</Authors>
Add comment 8 9 <Company>Alexander Nosenko Software</Company>
Add comment 9 10 <Description>The interface definitions for the Refactorius.Data.SqlCover library.</Description>
Add comment 13 14 <PackageProjectUrl>https://dev.azure.com/Refactorius/Refactorius.Data</PackageProjectUrl>
Add comment 14 15 <RepositoryUrl>https://dev.azure.com/Refactorius/Refactorius.Data/_git/SqlCover.Abstractions</RepositoryUrl>
Add comment 15 16 <PackageLicenseFile>LICENSE</PackageLicenseFile>
Add comment 17 Plus <PackageIcon>toolbox.png</PackageIcon>
Add comment 16 18 <PackageReleaseNotes>Public interfaces abstracted from the original SqlCover project.</PackageReleaseNotes>
Add comment 17 Minus <VersionPrefix>1.1.0</VersionPrefix>
Add comment 19 Plus <VersionPrefix>1.1.1</VersionPrefix>
Add comment 18 20 <VersionSuffix>$(VersionSuffix)</VersionSuffix>
Add comment 19 21
Add comment 20 22 </PropertyGroup>
Add comment 21 23
Add comment 22 Minus <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Add comment 23 Minus <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
Add comment 24 Minus </PropertyGroup>
Add comment 25 Minus
Add comment 26 Minus <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Add comment 27 Minus <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
Add comment 28 Minus </PropertyGroup>
Add comment 29 Minus
Add comment 30 24 <ItemGroup>
Add comment 31 25 <None Include="..\..\LICENSE">
Add comment 32 26 <Pack>True</Pack>
Add comment 33 27 <PackagePath></PackagePath>
Add comment 34 28 </None>
Add comment 29 Plus
Add comment 30 Plus <None Include="..\..\toolbox.png">
Add comment 31 Plus <Pack>True</Pack>
Add comment 32 Plus <PackagePath></PackagePath>
Add comment 33 Plus </None>
Add comment 35 34 </ItemGroup>
Add comment 36 35
Add comment 37 36 <ItemGroup>
Add comment 1 Minus ### Introduction
Add comment 2 Minus Extends the Refactorius utility library with *PropertyBag* and *SettingsBag* classes
Add comment 3 Minus and related utility classes and extension methods.
Add comment 1 Plus #### Introduction
Add comment 2 Plus
Add comment 3 Plus This is a full reimplementation of Ed Elliott's [SQLCover](https://github.com/GoEddie/SQLCover) code coverage tool for netstandard2.0.
Add comment 4 Plus No stone was left unturned. It is also completely annotated with _xmldoc_ to provide a better Intellisense experience.
Add comment 5 Plus
Add comment 6 Plus The API is kept mostly the same (no need to improve a good work).
Add comment 7 Plus
Add comment 8 Plus #### Refactorius.Data.SqlCover.Abstractions
Add comment 9 Plus
Add comment 10 Plus This library defines the API only.
Add comment 11 Plus
Add comment 12 Plus ##### _this is work in progress...__
Add comment 13 Plus
Add comment 14 Plus #### Documentation
Add comment 15 Plus
Add comment 16 Plus For the detailed documentation please go to the
Add comment 17 Plus [GitHub homepage of the original](https://github.com/GoEddie/SQLCover). It should be mostly applicable.
Add comment 4 18
Add comment 19 Plus <sub><sup>
Add comment 5 20 Icon(s) made by [srip](https://www.flaticon.com/authors/srip) from [Flaticon](https://www.flaticon.com)
Add comment 6 21 is licensed by [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/).
Add comment 22 Plus </sup></sub>
Add comment 7 23