From 4a6b51dfd52b5477a670a88727af794785e76dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20St=C3=A4rk?= Date: Thu, 5 Oct 2017 15:05:27 +0200 Subject: [PATCH] add nuspec --- .../Unity.AutoRegistration.nuspec | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Unity.AutoRegistration/Unity.AutoRegistration.nuspec diff --git a/Unity.AutoRegistration/Unity.AutoRegistration.nuspec b/Unity.AutoRegistration/Unity.AutoRegistration.nuspec new file mode 100644 index 0000000..3e0266f --- /dev/null +++ b/Unity.AutoRegistration/Unity.AutoRegistration.nuspec @@ -0,0 +1,22 @@ + + + + + UnityAutoRegistration + $version$ + Unity Auto Registration + $author$ + $author$ + https://github.com/astaerk/AutoRegistration/blob/master/LICENSE.md + https://github.com/astaerk/AutoRegistration + + false + Unity Auto Registration extends the Unity IoC container and provides a fluent syntax to configure rules for automatic type registration. Using few lines of code you can scan specified assemblies and register all types that satisfy your rules. + +Rules for determining whether to include/exclude types/assemblies are predicates (Predicate<T>) so you can use lambda syntax or direct method name to specify them. There are a few methods in an If helper class (like Implements, DecoratedWith) to cover some common scenarios of type registration. + Unity Auto Registration extends the Unity IoC container and provides a fluent syntax to configure rules for automatic type registration. + en-AU + + .NET Auto-registration Autoregistration dependency-container dependency-injection Enterprise-Library Fluent-Interface Inversion-of-Control IoC DI lambda Unity + + \ No newline at end of file