BADF00D / DisposableFixer

This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Other
35 stars 7 forks source link

Support for IWindsorContainer.Register #63

Closed dscopra closed 7 years ago

dscopra commented 7 years ago

Prerequisites

Description

This methods returns the container itsself und should not be disposed.

Source Code

public void Install(IWindsorContainer container, IConfigurationStore store) {
            container.Register(Registrations().ToArray());
        }

Screenshot

image

dscopra commented 7 years ago

Add IWindsorContainer.Register(....)

BADF00D commented 7 years ago

Will be part of release 0.33