You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Please supply us with **ready-to-run** reproduction code in the form of something we can copy/paste, a (zipped) project structure or a GitHub repository.
15
+
>
16
+
> We do not have capacity to craft or compose a reproduction for every issue that gets raised.
17
+
>
18
+
> If no code or repository is provided, the issues will be closed after 3 days.
19
+
>
20
+
> Help us to help you. Thanks.
21
+
>
22
+
> With 💖, the Fluent UI crew.
23
+
13
24
## Demo
14
25
Explore the Demo: visit https://www.fluentui-blazor.net to kickstart your first project, browse the documentation, and test all components live.
15
26
If you encounter any problems, you can use the [backup site](https://fluentui-blazor.azurewebsites.net).
-\[DatePicker\] Prevent silently ignoring date formatting failures ([#4496](https://github.com/microsoft/fluentui-blazor/pull/4496))
22
+
-\[MessageBar\] HTML and Script can be injected into MessageBar Title ([#4414](https://github.com/microsoft/fluentui-blazor/pull/4414))
23
+
-\[Overlay\] Use CultureInfo.InvariantCulture for background-color and z-index ([#4366](https://github.com/microsoft/fluentui-blazor/pull/4366))
24
+
-\[ProfileMenu\] Change tabindex to 0 ([#4398](https://github.com/microsoft/fluentui-blazor/pull/4398))
25
+
-\[Templates\] Remove NotFound components from the .NET 10 Microsoft.NET.Sdk.BlazorW… ([#4417](https://github.com/microsoft/fluentui-blazor/pull/4417))
26
+
27
+
### Icons and Emoji
28
+
- Update to Fluent UI System Icons 1.1.318
29
+
See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes.
#search through all .csproj files and replace <TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks> with <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
92
+
Write-Host"👉 Adjusting TargetFrameworks in project files..."-ForegroundColor Yellow
Write-Host"👉 You can deploy to Azure using a command like:"-ForegroundColor Green
87
202
Write-Host"▶️ swa deploy --output-location ./examples/Demo/Client/bin/Publish/wwwroot --env production --deployment-token <TOKEN>"-ForegroundColor Green
0 commit comments