Stephane Delcroix
Stephane Delcroix
### Description of Change ### Issues Fixed Fixes #
### Description of Change Add an internal API for tooling. This is a first pass, to test the API and the utility. The values returned might need to be refined,...
### Description of Change Warn on XAML and Bindings that can't be compiled ### Issues Fixed - Fixes #19647
### Description of Change [C] Propagate Resource changes to VE.Background. Do that also for VE.Shadow, Border.Stroke, Shape.Fill and Stroke ### Issues Fixed - fixes #18545 - fixes #13570
### Description of Change Compile OnIdiom markup extension. Doing that we can infer the type of the ProvidedValue instead of using Object ### Issues Fixed - fixes #18697
### Description Using XamlC, I get an EntryPointNotFoundException with nested resources ### Steps to Reproduce ```xaml ``` (and the associated code behind for test:) ```csharp using System; using System.Collections.Generic; using...
### Description of Change When the XamlParser throws an exception while executed from XamlC, the file info is missing from the log, and the whole XamlC process fails, so it...
### Description of Change if a type name exists with an Extension suffix, xaml rules require us to use that. But not for x:Static warning, this is an ABI breaking...