profileShare

rasmusjy / splitapp-backend-modular-monolith

Read-only snapshot

No repository description.

main default branch 418 files Expires Sep 13, 2026, 9:06 AM
Shared.cs 275 bytes
1 namespace App.Resources.Views;
2
3 /// <summary>
4 /// Marker type retained for IStringLocalizer references in copied phase 2 controllers/views.
5 /// In modular monolith we route all calls to a no-op localizer that returns the key unchanged.
6 /// </summary>
7 public class Shared { }
8