Microsoft XAML Toolkit
Microsoft XAML Toolkit is a set of libraries enabling easier manipulation and analysis of XAML for .NET 4.0 and Silverlight.
- XamlDom – A XAML DOM that is LINQ friendly. Enables easy static analysis.
- XAML FxCop integration – You can run FxCop rules that analyze your XAML against rules.
- XAML FxCop rule authoring - A BaseXamlRule implementation that allows you to write custom FxCop rules that target XAML. We’re also shipping a couple of simple ones including a ValidationRule that will validate your XAML.
- SilverlightSchemaContext – A XamlSchemaContext that allows System.Xaml to parse Silverlight XAML for tools use.
What's New in the Microsoft XAML Toolkit CTP - July 2010
- The UISchemaContext has been removed.
- The SilverlightSchemaContext now supports Silverlight Version 3.0, 4.0 and Phone 7.
- A SilverlightAssemblyHelper static class has been added to help with loading the correct Silverlight schema version.
- License terms permit usage in live operating environments (with some restrictions) and distribution of the toolkit binaries. Please see the Microsoft XAML Toolkit License Terms for full details.
|