You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't even build project after installation or fails to even recognize CachedImage control
Steps to Reproduce
Create new project and run.
Add NuGet package, Using statement in MauiProject.cs, and Use in builder services, then attempts to run
Severity Code Description Project File Line Suppression State Details
Error CS0234 The type or namespace name 'MauiWinUIApplication' does not exist in the namespace 'Microsoft.Maui' (are you missing an assembly reference?) MauiApp2 (net8.0-android) X:\AppProjects\MAUI\MauiApp2\MauiApp2\obj\Debug\net8.0-windows10.0.19041.0\win10-x64\Platforms\Windows\App.g.i.cs 40 Active
Strange enough IF you create a new project. Add nuget package and using/use statements and then run. It runs just fine, HOWEVER....
Add xmls statement in XAML. No issues.
Add <ffimageloading:CachedImage Source="image"/>
Expected Behavior
Project runs normally
Actual Behavior
MauiWinUIApplication is now missing assembly reference among other items like its delegates.
Basic Information
Version with issue: 1.0.9
Last known good version: no clue
Platform: Visual Studio 2022 - MAUI project with NET 8
Screenshots
Reproduction Link / Code
The text was updated successfully, but these errors were encountered:
Description
Can't even build project after installation or fails to even recognize CachedImage control
Steps to Reproduce
Create new project and run.
Add NuGet package, Using statement in MauiProject.cs, and Use in builder services, then attempts to run
Severity Code Description Project File Line Suppression State Details
Error CS0234 The type or namespace name 'MauiWinUIApplication' does not exist in the namespace 'Microsoft.Maui' (are you missing an assembly reference?) MauiApp2 (net8.0-android) X:\AppProjects\MAUI\MauiApp2\MauiApp2\obj\Debug\net8.0-windows10.0.19041.0\win10-x64\Platforms\Windows\App.g.i.cs 40 Active
Strange enough IF you create a new project. Add nuget package and using/use statements and then run. It runs just fine, HOWEVER....
Add xmls statement in XAML. No issues.
Add <ffimageloading:CachedImage Source="image"/>
Expected Behavior
Project runs normally
Actual Behavior
MauiWinUIApplication is now missing assembly reference among other items like its delegates.
Basic Information
Screenshots
Reproduction Link / Code
The text was updated successfully, but these errors were encountered: