|
|
TestAPI is a perfect candidate to make available via a NuGet package. I think this will be very helpful for folks to get TestAPI quickly up and running in their test projects.
|
|
Coordinator
Sep 14, 2011 at 12:08 AM
|
Thanks for the suggestion, Nithin.
We'll try to get this in the next release
|
|
|
|
This still doesnt appear to be on nuget, which is a real shame.
|
|
|
|
It's been a while and I needed this for a project. So I created a package and posted it to nuget.org: https://nuget.org/packages/Microsoft.TestApi/0.6.0.0 . Here's the nuspec that I used. If there is going to be an official nuget package released by the project, please let me know and I will take down my package immediately.
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.TestApi</id>
<version>0.6.0.0</version>
<authors>nithins</authors>
<owners>Microsoft</owners>
<licenseUrl>http://testapi.codeplex.com/license</licenseUrl>
<projectUrl>http://testapi.codeplex.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>Microsoft Testing TestApi Test WPF .NET API</tags>
<description>TestApi is a library of test and utility APIs that enables developers and testers to create testing tools and automated tests for .NET and Win32 applications. TestApi provides a set of common test building blocks -- types, data-structures and algorithms -- in a simple, layered, componentized and documented stack.</description>
<summary>TestApi is a library of test and utility APIs that enables developers and testers to create testing tools and automated tests for .NET and Win32 applications.</summary>
</metadata>
<files>
<file src="**\TestApiCore.dll" target="lib\net40" />
<file src="**\TestApiCore.pdb" target="lib\net40" />
<file src="**\TestApiCore.xml" target="lib\net40" />
<file src="**\TestApiWpf.dll" target="lib\net40" />
<file src="**\TestApiWpf.pdb" target="lib\net40" />
<file src="**\TestApiWpf.xml" target="lib\net40" />
</files>
</package>
|
|
Coordinator
Feb 19 at 9:43 PM
|
Nithin,
Sorry for not taking care of that earlier.
Thanks much for putting together a stop-gap solution for others to use!
Ivo
btw how have you been? :) We should connect!
|
|