Mike Chambers

Results 59 comments of Mike Chambers

Also having issues using `RouteTable.Routes.MapMvcAttributeRoutes();` and ``` using Microsoft.Owin.Security; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Web; using System.Web.Mvc; using Umbraco.Web.Mvc; using Umbraco.Core.Logging; namespace LP.Web.Controllers { [RoutePrefix("Account")] public class AccountSurfaceController...

![image](https://user-images.githubusercontent.com/12418214/160495399-330fb5a5-98e6-4e49-b32c-f4e7278d71ae.png)

It would appear that these end up as `LinkGenerationRoute` and as such don't have RouteHandlers?

Sorry been a while.. Had it crop up again on an old site.. so implemented a fix ```csharp section = new DiagnosticSection("MVC Routes"); section.Diagnostics.AddRange(RouteTable.Routes.OfType().Select(r => new Diagnostic(r?.RouteHandler?.GetType()?.Name ?? "n/a", r?.Url...

not sure `ignore crops` is the correct naming.. or a new `ignoreCrops` param is requried? isn't it more a case of .. - `ImgWidth`+`ImgHeight` is provided, then don't use the...

Also didn't rename the *.iml file prob the same issue? Also find and replace revealed a few other places the "flutter create" added old names that aren't picked up? ![image](https://user-images.githubusercontent.com/12418214/81290350-d353d180-905f-11ea-9225-76e4da70cd8b.png)...

Tested using the repo Websample.V11 and after an upgrade to 11.3.1 to match my environment all working as expected (though 3.0.4 release notes don't indicate much changed) So must be...

Hmm.. Websample.V11 running against my live site DB I hit a fetch all when I shouldn't.. ![image](https://github.com/YourITGroup/MemberListView/assets/12418214/4b6b1d8a-203e-4801-9216-cc8e7ad84039)

I tried it and it didn't publish, failed not able to find a pacakge 🤔

added --no-restore to the publish ``` => ERROR [build 6/6] RUN dotnet publish "UmbWeb.csproj" -c Release -o /app/publish --no-restore 17.8s ------ > [build 6/6] RUN dotnet publish "UmbWeb.csproj" -c Release...