885 B
885 B
Description
Changes
How to Test
- Run the Blazor Web App:
dotnet run --project Fixiy.Web/Fixiy.Web.csproj
Checklist
- New interfaces defined in
Fixiy.Shared/Interfaces/(not in platform projects) - Platform-specific services implemented in both
Fixiy.Maui/Services/andFixiy.Web/Services/ - Both DI roots updated (
MauiProgram.csandFixiy.Web/Program.cs) - Render modes use
InteractiveRenderSettings.*properties, notRenderMode.*constants - No MAUI-specific APIs (
DeviceInfo,FileSystem, etc.) introduced inFixiy.Shared _Imports.razorupdated if new shared namespaces are neededInteractiveRenderSettings.ConfigureBlazorHybridRenderModes()updated if new render mode properties added