Skip to content

Releases: driver1998/ModernNetUAP.XamlCompiler

v0.2.4 VS 17.12 Preview 3 Support

25 Oct 02:37
16d40ae
Compare
Choose a tag to compare
  • 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

09 Oct 04:31
Compare
Choose a tag to compare
  • 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

24 Sep 04:02
Compare
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

23 Sep 04:43
Compare
Choose a tag to compare

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

21 Aug 03:19
ef48364
Compare
Choose a tag to compare
  • 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

11 Aug 16:35
Compare
Choose a tag to compare
  • Fix build failure at NativeAotFixUp if IntermediateOutputPath is modified

v0.2.0: Generate fake WinMD for XAML compiler

11 Aug 16:35
Compare
Choose a tag to compare
  • 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

11 Aug 16:39
Compare
Choose a tag to compare
  • Swaps between WinMDs and projections during XAML compile
  • Update to stable C#/WinRT 2.1.1