Describe the bug
WinRT.Host.dll doesn't work for a self-contained deployment. It requires .NET to be installed on the machine separately which can't be done with MSIX.
To Reproduce
- Modify the BgTaskComponent sample to deploy the WPF App as self-contained by adding true
- Deploy the package to a machine that doesn't have .NET framework packages installed.
Expected behavior
Toast task from the sample should work.
Actual behavior
Toast task does not work.
Version Info
CsWinRT 1.5.0
Additional context
N/A
Describe the bug
WinRT.Host.dll doesn't work for a self-contained deployment. It requires .NET to be installed on the machine separately which can't be done with MSIX.
To Reproduce
Expected behavior
Toast task from the sample should work.
Actual behavior
Toast task does not work.
Version Info
CsWinRT 1.5.0
Additional context
N/A