maui-linux/Xamarin.Forms.Build.Tasks
Stephane Delcroix 933046d7ad
[Xaml] don't swallow exceptions from converters (#4100)
Compiled converters are invoked, by reflection, at compile time. Any
exception thrown there will be wrapped in a TargetInvocationException.
When that happens, we still want to expose the inner XamlParseException
to the user.

- fixes #4099
2018-10-18 09:02:09 +02:00
..
CompiledConverters
CompiledMarkupExtensions
CompiledValueProviders
Properties [build] Version and strongname the Build.Tasks (#3118) 2018-06-28 12:04:16 +01:00
BindablePropertyReferenceExtensions.cs
CreateObjectVisitor.cs
CssGTask.cs
CssGenerator.cs
DebugXamlCTask.cs [build] Version and strongname the Build.Tasks (#3118) 2018-06-28 12:04:16 +01:00
ExpandMarkupsVisitor.cs
FieldReferenceExtensions.cs
ILContext.cs
ILProcessorExtensions.cs
ILRootNode.cs
MethodBodyExtensions.cs
MethodDefinitionExtensions.cs
MethodReferenceExtensions.cs
ModuleDefinitionExtensions.cs
NodeILExtensions.cs [Xaml] don't swallow exceptions from converters (#4100) 2018-10-18 09:02:09 +02:00
PerformanceProvider.cs
PropertyDefinitionExtensions.cs
SetFieldVisitor.cs
SetNamescopesAndRegisterNamesVisitor.cs
SetPropertiesVisitor.cs [XamlC] don't compile bindings with Source (#3978) 2018-10-08 18:58:35 -07:00
SetResourcesVisitor.cs
TypeDefinitionExtensions.cs
TypeReferenceExtensions.cs [XamlC] Resolve generic base type on GetProperty (#3394) 2018-07-26 11:22:51 +02:00
Xamarin.Forms.Build.Tasks.csproj [Tasks] multitarget the build tasks (#3895) 2018-10-11 09:00:33 -04:00
XamlCAssemblyResolver.cs
XamlCTask.cs [build] Version and strongname the Build.Tasks (#3118) 2018-06-28 12:04:16 +01:00
XamlGTask.cs
XamlGenerator.cs [XamlG] allow x:Name on types in using: xmlns (#3395) 2018-07-26 11:22:39 +02:00
XamlTask.cs [build] Version and strongname the Build.Tasks (#3118) 2018-06-28 12:04:16 +01:00
XmlTypeExtensions.cs [Xaml[C]] resolve Extensions first (#3977) 2018-10-08 18:59:53 -07:00