-
Hi,
Since 3.0.11-beta you moved the references for structuremap to the signed version (e2d408ca8e59f7cda5d13d0e5ad404a5813a2cf5).
This actually causes quite a dll-hell since strucuremap is used beyo…
-
I am unable to add multiple endpoints using StructureMap. I'm not entirely sure if I am declaring it wrong or what I might be missing. When I try to add a code block during instantiation I get a "A la…
-
This fails on NServiceBus 5.2.11 (with StructureMap 3.1.6.186):
```
var container = new Container();
var busConfig = new BusConfiguration();
busConfig.UseContainer(c => c.ExistingContainer(container)…
-
NServiceBus version 5.2.16
According to the [container documentation page](http://docs.particular.net/nservicebus/containers/#using-an-existing-container-cleanup) we shouldn't dispose the bus instanc…
-
I currently have an application with a ContentControl that I update the user control that is bound to it. Each user control has a ItemsControl where that I bind the plots to. A user can switch between…
-
Can't install chocolatey-Explorer I get the following:
What can I do? Thanks.
```
C:\Users\btaylor>cinst ChocolateyGUI -force
Chocolatey (v0.9.8.20) is installing ChocolateyGUI and dependencies. By…
ghost updated
8 years ago
-
As part of PR https://github.com/aspnet/DependencyInjection/pull/121, we made some changes to improve the performance of service resolution from ServiceProvider.
However, as of yet, we have not speci…
-
### Problem
Documentation indicates that to use `IEndpointInstance`
http://docs.particular.net/nservicebus/messaging/send-a-message#outside-a-message-handler
However, how does one get a hold of IE…
-
https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection/blob/070661a27d9d9e7d0d24e9b163719b86ff7037b5/src/StructureMap.Microsoft.DependencyInjection/project.json#L27
I think that d…
-
Today I was investigating slowness in our system. By inserting some debug logs, I narrowed it down to this segment:
```
var db = MyDbContext.ForShard(shardKey);
_logger.Debug("Point 1");
container.Co…