Files
Fixiy/.github/PULL_REQUEST_TEMPLATE.md
2026-06-04 17:19:08 +02:00

885 B

Description

Changes

How to Test

  1. 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/ and Fixiy.Web/Services/
  • Both DI roots updated (MauiProgram.cs and Fixiy.Web/Program.cs)
  • Render modes use InteractiveRenderSettings.* properties, not RenderMode.* constants
  • No MAUI-specific APIs (DeviceInfo, FileSystem, etc.) introduced in Fixiy.Shared
  • _Imports.razor updated if new shared namespaces are needed
  • InteractiveRenderSettings.ConfigureBlazorHybridRenderModes() updated if new render mode properties added