Microsoft.VisualStudio.SlowCheetah
3.2.26
Allows for configuration based XML and JSON transformations at build time.
Requires NuGet 2.8 or higher.
Install-Package Microsoft.VisualStudio.SlowCheetah -Version 3.2.26
dotnet add package Microsoft.VisualStudio.SlowCheetah --version 3.2.26
<PackageReference Include="Microsoft.VisualStudio.SlowCheetah" Version="3.2.26"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.VisualStudio.SlowCheetah --version 3.2.26
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.VisualStudio.SlowCheetah, 3.2.26"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 4.6.1
- No dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.VisualStudio.SlowCheetah:
Package | Downloads |
---|---|
AppDynamics.Agent.Azure.AppService.Windows
This package is intended for applications deployed to Azure App Service (Azure WebApps, Azure WebJobs, Azure API Apps)
With AppDynamics for Windows Azure, users can now:
- Monitor the health of their Windows Azure solution
- Troubleshoot performance problems in real time
- Rapidly diagnose root cause of performance problems
- Dynamically scale up and scale down their Windows Azure application based on performance metrics
|
|
AGTB.QA.TestFramework
Provides a basic C#, Selenium, nUnit3, Specflow v3, HttpClient and RestSharp based automation framework along with all the necessary dependent packages.
So when a Unit Test Project Type is created in Visual Studio, delete the default MS Test references added in the project and remove the
default UnitTest.cs file as well. Once that is done, install this package and your project will all be setup for coding Specflow based BDD
Tests that is suitable for Chrome Browser based Selenium UI and RestSharp based API Testing.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.VisualStudio.SlowCheetah:
Repository | Stars |
---|---|
dalenewman/Transformalize
Configurable Extract, Transform, and Load
|