### Current behavior
`ListViewItem` has a inconsitent focuse behavior between winui and other platorm.since it can be focused that it intercepts the focuse when set focuse to a chlid element in it...
### Current behavior
`ListViewItem` has a inconsitent focuse behavior between winui and other platorm.since it can be focused that it intercepts the focuse when set focuse to a chlid element in it...
### Current behavior
TextBox on wasm dosn't get the winui style when set a style for it like:
```xml
<Page.Resources>
<Style TargetType="TextBox">
<Setter Property="Margin" Value="...
### Current behavior
- the output window error : `Failed to retrieve the solution's loaded NuGet packages. Make sure a full NuGet restore has completed properly and reload the solution.`
- sporad...
After multiple attempts, I realized that this was because I manually specified the local cache path for Nuget in the `Nuget.config` file! when I set it to default, it works!
> You can set the cors response header for html
I have sot it, and not works. the target website can be laod in iframe in chrome or webview2 on windows,but not on wasm.
### Current behavior
- the output window error : `Failed to retrieve the solution's loaded NuGet packages. Make sure a full NuGet restore has completed properly and reload the solution.`
- sporad...
> The `Microsoft.AspNetCore.App` is not supported on WebAssembly. What is your motivation for adding the reference?
So how blazor works as server-side and provide WebApi at the same time?
### Current behavior
The WebView2 give a rejected error even with the `frame-ancestors` and `X-Frame-Options` in headers.
### Expected behavior
identify the CSP header
### How to reproduce it (...
### Current behavior
When build a net9.0-browserwasm project, add a FrameworkReference in .csproj:
```xml
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGr...
> If you removed them, you do not need the framework reference anymore, correct?
Yes. but it may be a common problem wheether referencing the aspnetcore framewrork or winform (for winui at net9...
> Thanks for the report.
>
> This is done on purpose as the tooling included in aspnetcore is not compatible with the wasm environment. Could you explain why you need this?
I have used some a...
### Current behavior
When build a net9.0-browserwasm project, add a FrameworkReference in .csproj:
```xml
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGr...
### Description
When build a net9.0-browserwasm project, it raise a error:
`dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(495,5): error N...
### Current behavior
when build for browserwasm, it raises `WasmAssembliesToBundle item is empty. No assemblies to process` error.
### Expected behavior
_No response_
### How to reproduce it (a...
> Thanks. This issue has been fixed in a later version of the bootstrapper. Could you try adding:
>
> ```
> <PropertyGroup>
> <UnoWasmBootstrapVersion>9.0.4</UnoWasmBootstrapVersion>
> </Prop...