Releases: driver1998/ModernNetUAP.XamlCompiler
Releases · driver1998/ModernNetUAP.XamlCompiler
v0.2.4 VS 17.12 Preview 3 Support
- Allow building projects using ModernNetUAP.XamlCompiler with VS 17.12 Preview 3/4
- Supress "NETSDK1214: UseUwp and all associated functionality require the .NET 9 SDK and are not supported by older .NET SDKs." on .NET 8.x SDK
- Allow disabling NativeAotFixUp
- Upgrade to release version of WebView2 projection
v0.2.3 .NET 9 RC 2 support
- Support .NET 9 RC 2 SDK (although you should really use official WUX/UWP Support with .NET 9)
- Enable XAML templates in VS 17.12
- Supress Warnings in XAML Compile Pass 1
WinUI 2 and WebView2 projection update preview
Use WebView2 projections from its nuget to avoid conflicts with WASDK-based single project MSIX packaging in official .NET 9 UWP projects.
Uses projections from WebView2 1.0.2839-prerelease, which is the first release with AOT compatible projections.
ModernNetUAP.XamlCompiler is unchanged at this release.
WinUI 2 projection update
The WinUI 2 projection nuget is updated to work with the new official .NET 9 UWP support.
ModernNetUAP.XamlCompiler is unchanged at this release.
v0.2.2: Basic .NET 9 support
- Fix build error on .NET 9 when UseWindowsForms=true but UseWPF=false
- .NET 9 NativeAOT fixes
- Fix AOT fixup failure when XAML files are in sub-directories, thanks @wherewhere for reporting
v0.2.1 Bug fix release
- Fix build failure at NativeAotFixUp if IntermediateOutputPath is modified
v0.2.0: Generate fake WinMD for XAML compiler
- Generate fake WinMD from WinRT projection dlls instead of swapping WinMDs and projections around
- Allows referencing 3rd party libraries which depends on normal projections in XAML compile, Like Mile.Xaml.
v0.1.0: First stable version
- Swaps between WinMDs and projections during XAML compile
- Update to stable C#/WinRT 2.1.1