Skip to content

Releases: driver1998/ModernNetUAP.XamlCompiler

v0.2.4 VS 17.12 Preview 3 Support

Choose a tag to compare

@driver1998 driver1998 released this 25 Oct 02:37
16d40ae
  • 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

Choose a tag to compare

@driver1998 driver1998 released this 09 Oct 04:31
  • 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

Choose a tag to compare

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

Choose a tag to compare

@driver1998 driver1998 released this 23 Sep 04:43

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

Choose a tag to compare

@driver1998 driver1998 released this 21 Aug 03:19
ef48364
  • 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

Choose a tag to compare

@driver1998 driver1998 released this 11 Aug 16:35
  • Fix build failure at NativeAotFixUp if IntermediateOutputPath is modified

v0.2.0: Generate fake WinMD for XAML compiler

Choose a tag to compare

@driver1998 driver1998 released this 11 Aug 16:35
  • 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

Choose a tag to compare

@driver1998 driver1998 released this 11 Aug 16:39
  • Swaps between WinMDs and projections during XAML compile
  • Update to stable C#/WinRT 2.1.1