mrpmorris / Fluxor

Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.
MIT License
1.24k stars 141 forks source link

Changed how URI difference is calculated to elliminate irrelevant changes #298

Closed uhfath closed 2 years ago

uhfath commented 2 years ago

PR for #297

mrpmorris commented 2 years ago

Looks good!

To avoid code repetition, could you create a static internal class in Middleware/Routing named UrlComparer.cs with a method

public static bool AreEqual(string first, string second)
uhfath commented 2 years ago

Done!

mrpmorris commented 2 years ago

Merged in for 5.4

Thanks for your help!