Antony Male
fc4a7fb61c
Push coverage up to 99.7%
2014-05-10 20:11:02 +01:00
Antony Male
4a527c75d6
Push code coverage up to 98.7%, including integration tests
2014-05-09 14:40:40 +01:00
Antony Male
55b23a61ed
Couple lines more coverage
2014-05-08 17:44:04 +01:00
Antony Male
fe13725062
More unit tests, more code coverage
2014-05-07 17:48:00 +01:00
Antony Male
fe377e3955
Provide a decent error if unbound generic type used as an abstract factory, and fill in more coverage
2014-05-07 16:22:51 +01:00
Antony Male
6d3a222249
Fix StyletIoC bug w/ singleton unbound generics, and improve coverage further
2014-05-07 16:11:15 +01:00
Antony Male
77f1804724
Improve some error messages given by StyletIoC
2014-05-03 10:39:41 +01:00
Antony Male
44f1631a27
Fix bugs when using the StyletIoC syntax 'Bind(typeof(IInterface<>)).ToAllImplementations()'
2014-05-01 17:44:22 +01:00
Antony Male
fc156247b0
Ensure that FactoryCreators also build up the result
2014-03-23 18:13:01 +00:00
Antony Male
695a1a345e
Fix namespace
2014-03-15 14:52:57 +00:00
Antony Male
228147b634
Fix WasAutoCreated, and use to allow the user to replace framework-created bindings
2014-03-05 13:27:04 +00:00
Antony Male
b4aecbab9a
Start work on the README
2014-02-20 14:45:28 +00:00
Antony Male
0bcc6d192d
Documentation, bug-fixes, tests...
2014-02-20 13:23:28 +00:00
Antony Male
c7d24a75df
Allow [Inject] attribute on abstract factory methods to specify key to be injected
2014-02-20 12:39:31 +00:00
Antony Male
3e09ba7e8c
Move to a builder/container split
...
This allows proper fluent syntax to be used, e.g.
builder.Bind(..).To(..).WithKey(..).InSingletonScope()
as well as making it clear that they can't modify the container after
it's been created. Also means less documentation duplication between
interface and implementation...
Documentation needs fixing, and the exceptions will need looking at to
make sure they still give enough information.
2014-02-19 22:13:00 +00:00
Antony Male
a73a5f65d9
Reflector StyletIoC into multiple implementation files
2014-02-18 13:15:24 +00:00