-
Could we get this one bumped to version 6.4.1 of Rebus ?
-
Hi there,
I upgraded from SC 7.2 to 8.2 and use the following versions for Glass.Mapper
Glass.Mapper - 3.0.13.25
Glass.Mapper.Sc - 3.2.2.45
Castle.Core - 3.2.0.0
Castle.Windsor - 3.2.0
Glass…
-
I would like to support Autofac, CastleWindsor, Unity and maybe LightInject in the next wave of extensions, if possible. I would also like to revisit Ninject and see if we can write the necessary wrap…
-
- Have a controller dependent on a transient service.
```
Component.For().ImplementedBy().LifestyleTransient(),
```
or with MSInjection
```
services.AddTransient();
```
- When using MS injecti…
-
Hi @neo-project/core,
I think it would be good for this project if we can update it to use dependency injection. This will make the code more modular and more testable. We already did this in neo-s…
lock9 updated
3 years ago
-
* Your Abp package version. **5.3.0**
* Your base framework: **.Net Core**.
* Exception message and stack trace if available.
```
info: Microsoft.Hosting.Lifetime[0]
Waiting for the host t…
-
After updating to nservicebus 7.3 the disable publishing functionality (transportConfiguration.DisablePublishing();) is not working, and the messages are not moved to the .error queue (the critical er…
-
.NET Framework 4.7.2 brings dependency injection to legacy web forms through [HttpRuntime.WebOjectActivator](https://docs.microsoft.com/en-us/dotnet/api/system.web.httpruntime.webobjectactivator?view=…
-
Hi,
- ABP 3.4.0
- ASP.NET MVC 5
```c#
if (!IocManager.Instance.IsRegistered())
{
if (ApplicationSettings.CacheManager.Enabled.Value && CacheManagerRuntime.Instance.Enabled)
{
…
-
Should it depend on 5.x instead?