Robuta

https://www.jetbrains.com/help/resharper/RedundantOverload.Local.html Code inspection: Redundant method overload (private accessibility) | ReSharper Documentation code inspectionmethod overloadredundantprivateaccessibility https://www.jetbrains.com/help/resharper/RedundantOverload.Global.html Code inspection: Redundant method overload (non-private accessibility) | ReSharper Documentation code inspectionmethod overloadredundantnonprivate https://github.com/dotnet/aspnetcore/issues/34540 Endpoint name metadata should be set automatically to the method name when `Map` overload is called... Endpoint names are used to lookup endpoints when generating links using LinkGenerator, and as their unique per application are a good candidate for using as...