Jason Espin

Results 5 issues of Jason Espin

I am trying to generate code coverage for one of my solutions in an Azure DevOps build pipeline. Whilst I have the results of my tests appearing upon build completion...

question
waiting for customer
stale

Hi, I've been following this through recently and I'm essentially stuck on the saving data portion of the course. The first issue I encountered was related to the following: Blazor...

Hi, I am trying to allow my end user to select the number of results shown per page. How would I do this? At the moment I have this code:...

I have been using this package with Umbraco v7 for some time all the way up to 7.1.6 but after recently starting a new project in v7.1.9 I have found...

Currently the UmbracoCompare tag does not appear to work. My fields are as follows: ``` [UmbracoEmail(ErrorMessageDictionaryKey = "Enquiry.Error.Email")] [UmbracoRequired("Enquiry.Error.Required")] [UmbracoDisplayName("Enquiry.Email")] public string Email_address { get; set; } [UmbracoRequired("Enquiry.Error.Required")] [UmbracoCompare(errorMessageDictionaryKey: "Enquiry.Error.EmailConfirm",...