fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
1.99k stars 520 forks source link

Sporadic restore error with Microsoft.Web.WebView2 1.0.1343.22 #4176

Open Flohack74 opened 1 year ago

Flohack74 commented 1 year ago

Description

We recently added Microsoft.Web.WebView2 to our solution. In our Azure CI pipelines we sporadically see the following error: ##[error]Could not detect any platforms from 'native0.0' in Microsoft.Web.WebView2 1.0.1343.22, please tell the package authors

Also: Should we file this with Microsoft? Sounds like a packaging error.

Repro steps

I guess this is hard to be reproduced, since its a transient error and you need Azure DevOps and our agent setup.

Expected behavior

Restore works 100% of time.

Actual behavior

Is it either different Azure agents or behaviour of this package, but sometimes it cannot restore it.

Known workarounds

None.

Flohack74 commented 1 year ago

Additional info, the nuspec file of a stable release of that package shows indeed this dependency: grafik

Flohack74 commented 1 year ago

Update did file https://github.com/MicrosoftEdge/WebView2Feedback/issues/2765