32 Commits (461bf787d89eec2eac8922dce7a673d099f522b5)

Author SHA1 Message Date
Andrey Kunchev 22ae93ed95 fix a problem in xamlil resource path generation, sometimes resource path look like avares://AssemblyName.dll/../../../ResourceName.xaml 7 years ago
Andrey Kunchev 3d100923fc add some configurable build output to xamlil build tasks 7 years ago
Nikita Tsukanov 61340acf4b Disable IL verification for nuget version of compiler by default 7 years ago
Nikita Tsukanov fe5c1cec76 Use INameScope from IServiceProvider 7 years ago
Nikita Tsukanov 86a48cf7d5 Fixed #2561 7 years ago
Nikita Tsukanov 1263c3b73d Added support for F# way of passing `this` to static methods 7 years ago
Nikita Tsukanov dd85f48c43 Update target and declaring types for properties of the root object with x:Class, fixes #2520 7 years ago
Nikita Tsukanov 2ba4ef43b9 Use default symbol writer provider 7 years ago
Nikita Tsukanov 6b8640205f Removed gazillion of compiler warnings 7 years ago
Nikita Tsukanov 9ef49aed42 Place populate method into x:Class itself 7 years ago
Nikita Tsukanov 5a47b295e3 Use !XamlIlPopulateOverride to populate class with precompiled xaml at runtime 7 years ago
Nikita Tsukanov 4b0f23a80e Cleanup 7 years ago
Nikita Tsukanov 63b7815fc0
Don't overwrite dll with pdb 7 years ago
Nikita Tsukanov 11af891f03 Updated XamlIl, allow types to import IServiceProvider, preserve entire parent stack 7 years ago
Nikita Tsukanov 4b9a9cd3a1 Fixed step into 7 years ago
Nikita Tsukanov d01d69fbef Application is now always the root of the parent stack 7 years ago
Nikita Tsukanov d0301bb4c4 Now passing most of the tests 7 years ago
Nikita Tsukanov 6be4062fba Fixed step into 7 years ago
Nikita Tsukanov c1160247f0 Write directly to a file so it has associated pdb path 7 years ago
Nikita Tsukanov 8ffde81adb Attempt to generate debug info 7 years ago
Nikita Tsukanov c478e66d42 Fixed tasks project file 7 years ago
Nikita Tsukanov 1b62667f2d Fixed PDB 7 years ago
Nikita Tsukanov 7563f8548f Probably fixed ILRepack issue 7 years ago
Nikita Tsukanov dbf6c3a148 Entire control catalog is now loaded from precompiled xaml 7 years ago
Nikita Tsukanov 870e591f99 Use regular assembly names for resource uris 7 years ago
Nikita Tsukanov a25a3922fa Generate Build for xaml files without x:Class 7 years ago
Nikita Tsukanov 6ab1fbd432 Inject the call to compiled xaml to x:Class-type 7 years ago
Nikita Tsukanov cd93624f3e Now somewhat compiling control catalog, PEVerify complains about assigning null to Nullable<T> 7 years ago
Nikita Tsukanov a3f3a06478 Emit compiled XAML from msbuild task 7 years ago
Nikita Tsukanov d532223a5a Switched to post-processing nuget packages from AggregatePackage SDK 7 years ago
Nikita Tsukanov 3279cbd4e8 Fixed some review comments 7 years ago
Nikita Tsukanov 343905ebb3 Generate asset resource info with paths 7 years ago