summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/XamlFilePathAttribute.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16Resource loading (#815)Stephane Delcroix1-1/+1
* Resource Loader * Replace XamlLoader API by ResourceLoader for the Previewer * instruct generated IL to use the resourceLoader * [docs] update docs * oops * [docs] fix docs
2016-11-16[XamlC] use correct filePath for XamlC error reporting (#513)Stephane Delcroix1-0/+13
* [XamlG] decorate partial classes with [XamlFile] attribute * [XamlC] use correct filePath for XamlC error reporting * [docs] update docs