Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

SongOfYouth

SongOfYouth opened an issue on unoplatform/uno
`ListViewItem` not contains focuse on winui but dose on desk or wasm
### 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...
SongOfYouth opened an issue on unoplatform/uno
`ListViewItem` not contains focuse on winui but dose on desk or wasm
### 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...
SongOfYouth starred microsoft/devhome
SongOfYouth opened an issue on unoplatform/uno
[WASM] `TextBox` has a different behavior with winui when set a style for 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="...
SongOfYouth starred XiaoMi/ha_xiaomi_home
SongOfYouth closed an issue on unoplatform/studio
Visual studio extension not work completly
### 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...
SongOfYouth starred axuno/SmartFormat
SongOfYouth created a comment on an issue on unoplatform/studio
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!

View on GitHub

SongOfYouth created a comment on an issue on unoplatform/uno
> 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.

View on GitHub

SongOfYouth starred unoplatform/uno.toolkit.ui
SongOfYouth opened an issue on unoplatform/studio
Visual studio extension not work completly
### 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...
SongOfYouth starred unoplatform/uno.devtools.telemetry
SongOfYouth created a comment on an issue on dotnet/runtime
> 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?

View on GitHub

SongOfYouth starred dotnet/Nerdbank.Streams
SongOfYouth starred dotnet/HttpRepl
SongOfYouth opened an issue on unoplatform/uno
[WASM] `WebView2` can't embed other website with http
### 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 (...
SongOfYouth closed an issue on unoplatform/uno
wasm not support the FrameworkReference of Microsoft.AspNetCore.App
### Current behavior When build a net9.0-browserwasm project, add a FrameworkReference in .csproj: ```xml <ItemGroup> <FrameworkReference Include="Microsoft.AspNetCore.App" /> </ItemGr...
SongOfYouth created a comment on an issue on unoplatform/uno
> 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...

View on GitHub

SongOfYouth created a comment on an issue on unoplatform/uno
> 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...

View on GitHub

SongOfYouth starred microsoft/Windows-Machine-Learning
SongOfYouth starred microsoft/ai-dev-gallery
SongOfYouth opened an issue on unoplatform/uno
wasm not support the FrameworkReference of Microsoft.AspNetCore.App
### Current behavior When build a net9.0-browserwasm project, add a FrameworkReference in .csproj: ```xml <ItemGroup> <FrameworkReference Include="Microsoft.AspNetCore.App" /> </ItemGr...
SongOfYouth opened an issue on dotnet/runtime
`wasm` not support the FrameworkReference of `Microsoft.AspNetCore.App`
### 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...
SongOfYouth created a comment on an issue on unoplatform/uno
> ``` > <IsBrowserWasmProject>false</IsBrowserWasmProject> > ``` Thanks fort the timly reply, and it works!

View on GitHub

SongOfYouth created a comment on an issue on unoplatform/uno
with my attempt, net9.0-browserwasm only works for `<OutputType>exe</OutputType>` but not `<OutputType>Library</OutputType>`

View on GitHub

SongOfYouth opened an issue on unoplatform/uno
`net9.0-browserwasm` build raising a error with Uno Library
### 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...
SongOfYouth starred microsoft/semantic-kernel
SongOfYouth created a comment on an issue on unoplatform/uno
> Thanks. This issue has been fixed in a later version of the bootstrapper. Could you try adding: > > ``` > <PropertyGroup> > <UnoWasmBootstrapVersion>9.0.4</UnoWasmBootstrapVersion> > </Prop...

View on GitHub

SongOfYouth created a comment on an issue on unoplatform/uno
> Thanks for the report. Can you provide a repro? [GetFileDemo.zip](https://github.com/user-attachments/files/17694295/GetFileDemo.zip)

View on GitHub

SongOfYouth opened an issue on unoplatform/uno
`GetFileFromApplicationUriAsync` not works as 5.4 and earlier at 5.5 and net9
It raised a "file can not be found" error when using **GetFileFromApplicationUriAsync** to load a content file,but it's ok on net8 and uno 5.5.32.
Load more