Erray.ServicesScanning 1.1.0

dotnet add package Erray.ServicesScanning --version 1.1.0                
NuGet\Install-Package Erray.ServicesScanning -Version 1.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Erray.ServicesScanning" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Erray.ServicesScanning --version 1.1.0                
#r "nuget: Erray.ServicesScanning, 1.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Erray.ServicesScanning as a Cake Addin
#addin nuget:?package=Erray.ServicesScanning&version=1.1.0

// Install Erray.ServicesScanning as a Cake Tool
#tool nuget:?package=Erray.ServicesScanning&version=1.1.0                

Erray.ServicesScanning

To use this library, create a new class in namespace, in which you want to register your services. The class must implement IServicesRegistrationMark

Then call ScanAndRegisterServices() method on IServiceCollection.

Options:

<code>bool IncludeNestedNamespaces</code>: if true, services from all sub-namespaces of chosen namespace will be registred. Example: Registration mark is placed in <code>ExampleNamespace</code> namespace. Then services from <code>ExampleNamespace.SubNamespace</code> will be registred too.

To exclude some service from automatic registration, use <code>SuppressAutomaticRegistration</code> attribute

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 90 10/13/2024
1.0.0 84 10/11/2024