markoh
markoh
I can't seem to find an example whether it is possible to add to a bundle in different views across the application then render the bundle in master/layout view. I...
HTTP/2 is coming to IIS on Windows Server too (soon) and a feature that will immediately become useful if not essential is being able to render referenced assets not as...
Apparently SquishIt incorrectly handles the URLs below which already include cache busting param (the random number): ``` @font-face { font-family: 'fontello'; src: url('../font/fontello.eot?23384653'); src: url('../font/fontello.eot?23384653#iefix') format('embedded-opentype'), url('../font/fontello.woff?23384653') format('woff'), url('../font/fontello.ttf?23384653') format('truetype'),...
Does it work with Autofac (or any other DI container)? Can it be plugged in?
fixed two lines of code in CustomAuthenticationMvc to work with latest SS
One of the bigger issues imo for new users coming to Svelte is configuring global styles. Some of that is documented like here https://github.com/sveltejs/sapper/issues/377 and here https://svelte.dev/docs#style and the Svelte...
A couple of issues when trying to use double underscore (__) for key separation. The import/export page allows to select double underscore for separator and so does the hierarchy view....
The ASP.NET Configuration provider will correctly load and convert the following environment variables that include double underscores into hierarchical configuration and also populate the Options by using `GetRequiredSection()` method. However...
There is a SO question (not mine) which was never answered and I am not aware of a feature in Serilog but this is such a common use case for...
Is there an easy way to change how [null propagation](https://github.com/MapsterMapper/Mapster/wiki/Custom-mapping#null-propagation) works? 1) If we wanted to throw an exception when null reference encountered? There are lots of various `Ignore` methods,...