We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building a CSPROJ with MSBuild does not work when the targets restore and Build are called in the same MSBuild run.
The error was introduced with the new non-standard NuGet structure.
Important. My app's user experience is significantly compromised.
Stable release (WebView2 Runtime)
No response
1.0.2849.39
Winforms
Windows 10
Create a sample project:
dotnet new classlib -f net8.0 -o WebView2Test cd .\WebView2Test\ dotnet add package Microsoft.Web.WebView2
Add a Test.cs file:
Test.cs
namespace WebView2Test; using Microsoft.Web.WebView2.Core; public class Test { public static async Task Initialize() { await CoreWebView2Environment.CreateAsync(); } }
Build using this command:
msbuild /T:"restore;Build" .\WebView2Test.csproj
Result (sorry, machine has German culture):
error CS0234: Der Typ- oder Namespacename "Web" ist im Namespace "Microsoft" nicht vorhanden. (Möglicherweise fehlt ein Assemblyverweis.)
No, issue does not reproduce in the corresponding Edge version
Regression in newer SDK
1.0.2592.51
The text was updated successfully, but these errors were encountered:
Thank you for reporting. Can you please try with the latest prerelease https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2895-prerelease. The issue might have been fixed.
Sorry, something went wrong.
No, the bug is not fixed with the preview version.
ambikakunnath
No branches or pull requests
What happened?
Building a CSPROJ with MSBuild does not work when the targets restore and Build are called in the same MSBuild run.
The error was introduced with the new non-standard NuGet structure.
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
No response
SDK Version
1.0.2849.39
Framework
Winforms
Operating System
Windows 10
OS Version
No response
Repro steps
Create a sample project:
Add a
Test.cs
file:Build using this command:
Result (sorry, machine has German culture):
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Regression in newer SDK
Last working version (if regression)
1.0.2592.51
The text was updated successfully, but these errors were encountered: