-
More of a feature request really.
Can I request that the assembly produced from this project is signed, thus allowing it to be consumed by other signed assemblies.
-
I am trying to bootstrap StructureMap.WebAPI2 from an integration test suite project that self hosts a WebAPI project
http://stackoverflow.com/questions/29879799/webapi-app-and-integration-tests-in-s…
-
When using this with the Web API Help Page nuget package you will get an ActivationException
![error](https://f.cloud.github.com/assets/619901/357162/7ad29094-a121-11e2-9bda-5b45779a4017.png)
. To re…
-
An item with the same key has already been added.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information abou…
-
**Is your feature request related to a problem? Please describe.**
Definition-based extraction does not support use-cases of multiple resource extraction where references to the main resource are req…
-
// cc @kkorotky
Request from one of our teams. Lamar is not nearly as flexible as StructureMap at runtime. This was a conscious decision on my part to improve performance and keep folks from shooti…
-
I have an asp.net core 2.0 application.
In `startup` I am calling `services.AddMvc()`;
This registers `MvcRouteHandler` as a singleton.
`MvcRouteHandler` has two constructors. The greediest o…
-
Currently custom encoded types (i.e. decimal and IdType) are not supported for fields with cardinality greater than one.
Attempts to encode/decode such type produce an exception "Collections are not …
-
**Reproducer:**
```
public class Program
{
static void Main(string[] args)
{
var container = new Container(x =>
{
x.For().Use().DecorateWith("asdasd", (y, z) => new WidgerDecorator())…
-
I have a Web API project which uses StructureMap for its DI. It's been working fine for awhile, but I'm having some issues with the Web API help pages (Microsoft.AspNet.WebApi.HelpPage) where InvalidO…