-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 8.0.100 produces compilation errors in standard application #25820
Comments
I cant see version |
@Syed-RI |
I reference them in the csproj, and when updated encountered a restore error so I checked nuget.org The latest for |
It seems like Im not the brightest. I assumed |
@MerSpyro I wouldnt close the issue yet and wait for the team to respond. As it looks like issues you are experiencing are due to a mismatch somewhere or you are experiencing them in |
Why is your Maui.Controls.Compatibility set to 9.0.0? |
That's how the NuGet package resolution works. Since it can't find a package version 8.0.100, it resolves to 9.0.0.
The core issue is that the service release SR10 (v8.0.100) has no packages uploaded to NuGet. |
According to repro steps, we can used 8.0.100 to repro this issue on Visual Studio 17.13 Preview 1. 8.0.93 works fine. |
Still not there apparently: https://www.nuget.org/packages/Microsoft.Maui.Controls#versions-body-tab @PureWeen Is there a reason why the package has not been uploaded yet, although the tag is almost a week old already ...? |
Yes I think the package is not uploaded |
Dang, sorry about this. Didn't notice the last stage of push had failed. Just checked nuget.org and it looks like 8.0.100 is up now |
Thanks for your help! 😃 |
Description
Hello,
recently I have udpated to the version 8.0.100 from 8.0.91 and I started to see compilation errors on most common classes like:
Steps to Reproduce
Create a new project.
Change MAUI version to 8.0.100(SR10)
See that application doesnt build because of compilation issues.
Link to public reproduction project repository
https://github.com/MerSpyro/Maui8100Issue
Version with bug
8.0.100 SR10
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.93 SR9.3
Affected platforms
Android, iOS, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: