Steven Robbins is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects and beginners alike.

Clone this repository (size: 858.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/grumpydev/tinyioc
hg clone ssh://hg@bitbucket.org/grumpydev/tinyioc

TinyIoC / TinyIoC.vsmdi

commit
7cc63b9f44cd
parent
df88f6f65a44
branch
default

Changed default to use strong references - normal usage seems to be lambdas which results in delivery and filters being collected.

1
7beac4e25ac4
<?xml version="1.0" encoding="UTF-8"?>
2
7beac4e25ac4
<TestLists xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2006">
3
7beac4e25ac4
  <TestList name="Lists of Tests" id="8c43106b-9dc1-4907-a29f-aa66a61bf5b6">
4
7beac4e25ac4
    <RunConfiguration id="f153e84c-ff50-47cc-8625-5bce42ff1800" name="Local Test Run" storage="localtestrun.testrunconfig" type="Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration, Microsoft.VisualStudio.QualityTools.Common,   PublicKeyToken=b03f5f7f11d50a3a" />
5
7beac4e25ac4
  </TestList>
6
efb2e93c1d9c
  <TestList name="Results Not in a List" id="8c84fa94-04c1-424b-9868-57a2d4851a1d">
7
efb2e93c1d9c
    <TestLinks>
8
efb2e93c1d9c
      <TestLink id="f30224a4-0097-7c46-8d7f-52f442c9e041" name="Dispose_RegisteredDisposableInstanceWithInterface_CallsDispose" storage="tinyioc.tests\bin\debug\tinyioc.tests.dll" enabled="false" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel,   PublicKeyToken=b03f5f7f11d50a3a" />
9
efb2e93c1d9c
      <TestLink id="2405d7f4-ebc6-6262-7f4e-92a4b152580a" name="Dispose_RegisteredDisposableInstance_CallsDispose" storage="tinyioc.tests\bin\debug\tinyioc.tests.dll" enabled="false" type="Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestElement, Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel,   PublicKeyToken=b03f5f7f11d50a3a" />
10
efb2e93c1d9c
    </TestLinks>
11
efb2e93c1d9c
  </TestList>
12
7beac4e25ac4
</TestLists