Simon Gockner
4bee6240dd
Merge branch 'master' of https://github.com/SimonG96/LightweightIocContainer
6 years ago
Simon Gockner
171540cbfb
- add CI badge
6 years ago
Simon G
b80d6b435e
- try to checkout project at start of test too
6 years ago
Simon G
7d2e975ab0
- add path to test .csproj file
6 years ago
Simon G
75557d3783
- try --no-build flag without project
6 years ago
Simon G
45154912b6
- remove --no-build flag and revert rename
6 years ago
Simon G
e6b037c75d
Rename ci.yml to ci-test.yml
6 years ago
Simon G
a175a453b4
- fix -name usage of job name
6 years ago
Simon G
6cf50a78ab
- fix wrong usage of name
6 years ago
Simon G
3653c4a1f0
- add github actions ci.yml file
6 years ago
Simon Gockner
80324260d9
- remove project under development disclaimer
6 years ago
Simon Gockner
8945fc5c46
- update nuget packages
6 years ago
Simon Gockner
ae03554d70
- change version to 1.2.0-beta
6 years ago
Simon Gockner
ab54b77634
- update version to 1.1.1
6 years ago
Simon Gockner
dbb659bf39
#19 : use `ConditionalWeakTable<>` for _multitons
6 years ago
Simon Gockner
e87cd58973
- update version number
6 years ago
Simon Gockner
10b9c58766
- move assemblyInfo to properties folder
6 years ago
Simon Gockner
09f764a23b
- update version to 1.1.0
7 years ago
Simon Gockner
952c76fd06
- add links to wiki ( #2 )
7 years ago
Simon Gockner
887580faff
#18 : make exceptions internal
7 years ago
Simon Gockner
ef7f04899c
Merge branch 'master' of https://github.com/SimonG96/LightweightIocContainer
7 years ago
Simon Gockner
d3e94bc131
- update version to 1.1.0, no beta
7 years ago
Simon G
67c09cf195
Update README.md
7 years ago
Simon G
fa234ed458
- add nuget badges
7 years ago
Simon Gockner
49108bf42b
Merge branch 'master' of https://github.com/SimonG96/LightweightIocContainer
7 years ago
Simon Gockner
eda4b153cb
- change location of documentation file
7 years ago
Simon G
530438a7db
- add appveyor badge
7 years ago
Simon Gockner
10a56424f0
fix #16 : add check if argument is type of the parameter type
7 years ago
Simon Gockner
e28c866285
- add enumerableExtension test
...
- add AssemblyInfo to make internals visible to Test.LightweightIocContainer lib
7 years ago
Simon Gockner
1ff307cd24
- fix removed tag in xml
7 years ago
Simon Gockner
90efa03f22
- fix double comment in headers
7 years ago
Simon Gockner
a252b81799
- fix xml comment
7 years ago
Simon Gockner
b7d0932124
#2 : update readme
7 years ago
Simon Gockner
4fca7848bc
- fix resharper warnings
7 years ago
Simon Gockner
b6bfc95ace
- fix unit tests
7 years ago
Simon Gockner
145a64ec5d
- update nuget packages
7 years ago
Simon Gockner
03173cd85e
- fix dispose comment
7 years ago
Simon Gockner
e1533140b2
- refactoring of xml comments
7 years ago
Simon Gockner
19d4ebcff4
#14 : fix handling of default parameters
7 years ago
Simon Gockner
42b9eb53c9
#3 : improve multiton usage:
...
- allow declaration of interfaces as scope, but still getting instance through implementation
- add new method `ClearMultitonInstances<T>()` that allows to clear the created multiton instances for a given type
- handle `ClearMultitonInstance<T>()` method in abstract factories and call the corresponding method in the IIocContainer
- update tests
7 years ago
Simon Gockner
a1189e493f
- add xml documentation for .net45 as well
7 years ago
Simon Gockner
3d9a57fec2
- generate xml documentation for release as well
7 years ago
Simon Gockner
378da7ada7
- create xml documentation
7 years ago
Simon Gockner
90191a5eb8
- update version number to beta3
7 years ago
Simon Gockner
6e66631636
- add posibility to register types that use open generics
7 years ago
Simon Gockner
6782c8e1e9
- add targetFramework .net45
...
- change creation of empty array for .net45
7 years ago
Simon Gockner
29fbf4b0ad
- add comments ( #10 )
7 years ago
Simon Gockner
d45ca22ec8
#10 : add assemblyInstaller and fromAssembly helper
7 years ago
Simon Gockner
9792a14265
- add readme to package and update description
7 years ago
Simon Gockner
a3f7c19bcb
- add project url
7 years ago