Sunday, November 12, 2006

VSTS for DB Professionals CTP7 Changes

Below is the change CTP7 team have done in the extensions file for both Custom Test Conditions and Generators in CTP7.

They perform xsd validation now over the xml file and thus require the extensions xml to appropriately map to the required xsd. This thus requires all extension files to be updated to incorporate this. Below is an example


<?xml version="1.0" encoding="us-ascii"?>

<extensions assembly="Generators, Version=1.0.0.0, Culture=neutral, PublicKeyToken=<Public Key>" version="1" xmlns="urn:Microsoft.VisualStudio.TeamSystem.Data.Extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:Microsoft.VisualStudio.TeamSystem.Data.Extensions

Microsoft.VisualStudio.TeamSystem.Data.Extensions.xsd">

<extension type="Generators.PersonGenerator" enabled="true" />

</extensions>

No comments: