-
Notifications
You must be signed in to change notification settings - Fork 1.9k
MA003 false positive with 9.0.21 #26599
Copy link
Copy link
Closed
Labels
area-setupInstallation, setup, requirements, maui-check, workloads, platform supportInstallation, setup, requirements, maui-check, workloads, platform supportplatform/androidplatform/windowss/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-setupInstallation, setup, requirements, maui-check, workloads, platform supportInstallation, setup, requirements, maui-check, workloads, platform supportplatform/androidplatform/windowss/triagedIssue has been reviewedIssue has been reviewedt/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Looks like #25993 doesn't quite work correctly. Both locally and on CI, I get:
D:\.nuget\packages\microsoft.maui.core\9.0.21\buildTransitive\Microsoft.Maui.Core.After.targets(30,5): error MA003: The current .NET MAUI package version '9.0.21' requires the .NET MAUI workload version to be at least '9.0.0'. The current .NET MAUI workload version is '8.0.83'.Even though the required workload is installed and up-to-date:
Steps to Reproduce
Build any MAUI project targeting 9.0.21
Link to public reproduction project repository
No response
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.14 SR1.4
Affected platforms
iOS, Windows, Android
Affected platform versions
No response
Did you find any workaround?
<SkipCheckForMauiMinimumSupportedWorkloadVersion>true</SkipCheckForMauiMinimumSupportedWorkloadVersion>Relevant log output