Skip to content

Commit ba9333e

Browse files
committed
Added link to article at the top
1 parent 401b030 commit ba9333e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
I have written a simple version of AutoFac's `RegisterAssemblyTypes` method that works directly with Microsoft's DI provider, i.e this library to scan an assemby (or assemblies) on your application and register all the public normal classes (i.e not [generic classes](https://www.tutorialspoint.com/Generics-vs-non-generics-in-Chash)) that have an interface into the Microsoft NET's [Dependency injection provider](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection) (DI for short).
44

5-
The NetCore.AutoRegisterDi is available on [NuGet as NetCore.AutoRegisterDi](https://www.nuget.org/packages/NetCore.AutoRegisterDi) and is an open-source library under the MIT license. The documenation is found in the [README file](https://github.com/JonPSmith/NetCore.AutoRegisterDi/blob/master/README.md) and the [ReleaseNotes](https://github.com/JonPSmith/NetCore.AutoRegisterDi/blob/masterReleaseNotes.md) contains the details of each release.
5+
The NetCore.AutoRegisterDi is available on [NuGet as NetCore.AutoRegisterDi](https://www.nuget.org/packages/NetCore.AutoRegisterDi) and is an open-source library under the MIT license. The documenation is found in the [README file](https://github.com/JonPSmith/NetCore.AutoRegisterDi/blob/master/README.md) and the [ReleaseNotes](https://github.com/JonPSmith/NetCore.AutoRegisterDi/blob/masterReleaseNotes.md) contains the details of each release. There is also an actile called [ASP.NET Core – fast and automatic dependency injection setup](https://www.thereformedprogrammer.net/asp-net-core-fast-and-automatic-dependency-injection-setup/) which give you more information on this library.
66

77
## Why have I written this extension?
88

0 commit comments

Comments
 (0)