malikou

Results 2 issues of malikou

I have the following in my controller [BreadCrumb] [System.Web.Mvc.Route("{id:guid}", Name="GetCustomerView")] public async Task Customer(Guid id, bool isNew = false) { BreadCrumb.Clear(); BreadCrumb.Add(Url.Action("Customers", "Customers"), "Customer List"); BreadCrumb.Add(System.Web.HttpContext.Current.Request.Url.ToString(), "Customer Detail"); .... }...

When in the Function Apps section, a resource has been deleted in the portal but the Function App section fails to reload and has an of "Failed to resolve tree...

🐛bug
enhancement