Skip to content

[browser][Windows] Assembly reference with Unicode path cannot be resolved on Windows #111711

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

Merged
merged 12 commits into from
Jan 27, 2025
7 changes: 1 addition & 6 deletions src/mono/wasm/Wasm.Build.Tests/Blazor/DllImportTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ public static TheoryData<Configuration, bool, bool> DllImportTheoryData()
data.Add(Configuration.Debug, /*build*/true, /*publish*/false);
data.Add(Configuration.Release, /*build*/true, /*publish*/false);
data.Add(Configuration.Release, /*build*/false, /*publish*/true);

// ActiveIssue("https://github.com/dotnet/runtime/issues/110482")
if (!s_isWindows)
{
data.Add(Configuration.Release, /*build*/true, /*publish*/true);
}
data.Add(Configuration.Release, /*build*/true, /*publish*/true);
return data;
}

Expand Down