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
Remove InternalsVisibleTo smell: expose pattern as public const instead
- Expose RouteParameterPattern as public const string on RouteConfigurationService
- Use the const in [GeneratedRegex(RouteParameterPattern)] (keeps method private)
- Tests construct new Regex(RouteConfigurationService.RouteParameterPattern) directly
- Delete Properties/AssemblyInfo.cs (InternalsVisibleTo no longer needed)
0 commit comments