-
I appreciate the fact that the StructureMap.MVC package now gives us a container-per-request pattern out of the box, but there is a problem with the implementation of StructureMapScopeModule. Because …
-
When I first start debugging a project using IIS Express I get an `ArgumentNullException` in `StructureMapDependencyScope.HttpContext`, as `System.Web.HttpContext.Current` is null.
I'm not sure, but …
-
I have a framework with a plugin system that I am migrating from MVC5 to .NET Core 2.0. These plugins are installed and uninstalled by an admin user at runtime in the production environment.
One pr…
-
I think it is possible for Memcached caching to support .net core as the c# driver has a fork for it
https://github.com/cnblogs/EnyimMemcachedCore
-
The NuGet package for MvcSiteMapProvider.Web version 4.6.26 appears to be missing the content folder and all display template files.
-
The site isn't optimized for web or mobile web browsers. Doing so can improve the performance and reduce the amount of data sent over the network - particularly useful for users using mobile (cell pho…
-
Thanks for the great work. Not sure of the value of the "ConfirmEmail" if login is still permitted without having confirmed the email. Is there something I'v missed?
-
With the release of StructureMap4 it appears that the ControllerConvention registration class requires a minor update.
This is how I have changed it, not sure if this is the best way to go:
```
…
-
Add a command line parameter to select the Umbraco version.
by default the package/site should use a defined version but if you want you should be able to override it with a parameter.
e.g.
`-u…
-
Hi Gary,
Just a quick question relating to Azure SQL Database. Maybe you have seen this before and there is a simple solution or workaround. This issue was preventing me from demonstrating my app on …