markoh

Results 21 issues of markoh

Hey Andrew, let's suppose we have the following structure of an Email razor view: To: @ViewBag.ToDisplayName @ViewBag.To CC: @ViewBag.Cc From: @ViewBag.FromDisplayName @ViewBag.From Subject: @ViewBag.Subject Now, if our controller/service code doesn't...

What do I need to implement in my custom view engine so that Postal will work? It works fine with the default ASP.NET MVC 4 Razor view engine but not...

I'll open this as a separate issue which it indeed is. So, I run the site and while the site is running change some texts for en-US from default to...

I only just discovered that calling most methods on the existing Query modifies/mutates the query instance instead of returning new instance. So even if no left-side assignment is made the...

need_investigation

### Describe the bug dotnet publish includes `apsettings.json`, `appsettings.Development.json` and `appsettings.Production.json` in Release builds and/or disregards the provided environment to the `dotnet publish` command and copies all the mentioned files...

bug
area-mvc

I'm trying to remove some products through the REST API but I'm running into issue/exception. I actually only tried with one product SKU but I would like to add multiple...

If you enter Properties from a certain product you might see Product properties and Variation properties. First of all, I'm having hard time understanding the difference between the two. Second,...

The tiles I mean..or are they? If so, to which grid? Certainly not the Twitter Boostrap one - their default is 70px base column width with 30px margins. I understand...

In asp.net core app within Configure method of Startup class I have ``` Mapper.AddMap(src => { return src.ToString(); }); ``` which doesn't get used when calling Mapper.Map() ` response.Items =...