FontFamily is Not Recognized in UnPackaged WinUI App #19457
Labels
area-fonts
Custom fonts and Font related API's
area-single-project
Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer
platform/windows 🪟
t/bug
Something isn't working
Milestone
Description
FontFamily is Not Recognized in UnPackaged WinUI App, Most Probably this is same issue that marked as Fixed #9104.
This Issue is Related this AathifMahir/MauiIcons#79
Steps to Reproduce
<PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows' and '$(RuntimeIdentifierOverride)' != ''"> <RuntimeIdentifier>$(RuntimeIdentifierOverride)</RuntimeIdentifier> </PropertyGroup>
dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None
Link to public reproduction project repository
https://github.com/AathifMahir/MauiIcons
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
Nope, the workaround that mentioned in #9104 doesn't seem to work anymore
Relevant log output
No response
The text was updated successfully, but these errors were encountered: