first real commit
This commit is contained in:
BIN
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/.signature.p7s
vendored
Executable file
BIN
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/.signature.p7s
vendored
Executable file
Binary file not shown.
BIN
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/Icon.png
vendored
Executable file
BIN
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/Icon.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
34
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/PACKAGE.md
vendored
Executable file
34
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/PACKAGE.md
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
## About
|
||||
Supports the lower-level abstractions for the dependency injection (DI) software design pattern which is a technique for achieving Inversion of Control (IoC) between classes and their dependencies.
|
||||
|
||||
## Key Features
|
||||
- Interfaces for DI implementations which are provided in other packages including `Microsoft.Extensions.DependencyInjection`.
|
||||
- An implementation of a service collection, which is used to add services to and later retrieve them either directly or through constructor injection.
|
||||
- Interfaces, attributes and extensions methods to support various DI concepts including specifying a service's lifetime and supporting keyed services.
|
||||
|
||||
## How to Use
|
||||
This package is typically used with an implementation of the DI abstractions, such as `Microsoft.Extensions.DependencyInjection`.
|
||||
|
||||
## Main Types
|
||||
The main types provided by this library are:
|
||||
* `Microsoft.Extensions.DependencyInjection.ActivatorUtilities`
|
||||
* `Microsoft.Extensions.DependencyInjection.IServiceCollection`
|
||||
* `Microsoft.Extensions.DependencyInjection.ServiceCollection`
|
||||
* `Microsoft.Extensions.DependencyInjection.ServiceCollectionDescriptorExtensions`
|
||||
* `Microsoft.Extensions.DependencyInjection.ServiceDescriptor`
|
||||
* `Microsoft.Extensions.DependencyInjection.IServiceProviderFactory<TContainerBuilder>`
|
||||
|
||||
## Additional Documentation
|
||||
* [Conceptual documentation](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection)
|
||||
* API documentation
|
||||
- [ActivatorUtilities](https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.defaultserviceproviderfactory)
|
||||
- [ServiceCollection](https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.servicecollection)
|
||||
- [ServiceDescriptor](https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.servicedescriptor)
|
||||
|
||||
## Related Packages
|
||||
- `Microsoft.Extensions.DependencyInjection`
|
||||
- `Microsoft.Extensions.Hosting`
|
||||
- `Microsoft.Extensions.Options`
|
||||
|
||||
## Feedback & Contributing
|
||||
Microsoft.Extensions.DependencyInjection.Abstractions is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/runtime).
|
||||
1418
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/THIRD-PARTY-NOTICES.TXT
vendored
Executable file
1418
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/THIRD-PARTY-NOTICES.TXT
vendored
Executable file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,6 @@
|
||||
<Project InitialTargets="NETStandardCompatError_Microsoft_Extensions_DependencyInjection_Abstractions_net462">
|
||||
<Target Name="NETStandardCompatError_Microsoft_Extensions_DependencyInjection_Abstractions_net462"
|
||||
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
|
||||
<Warning Text="Microsoft.Extensions.DependencyInjection.Abstractions 10.0.1 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net462 or later. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
|
||||
</Target>
|
||||
</Project>
|
||||
0
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/buildTransitive/net462/_._
vendored
Executable file
0
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/buildTransitive/net462/_._
vendored
Executable file
0
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/buildTransitive/net8.0/_._
vendored
Executable file
0
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/buildTransitive/net8.0/_._
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
<Project InitialTargets="NETStandardCompatError_Microsoft_Extensions_DependencyInjection_Abstractions_net8_0">
|
||||
<Target Name="NETStandardCompatError_Microsoft_Extensions_DependencyInjection_Abstractions_net8_0"
|
||||
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
|
||||
<Warning Text="Microsoft.Extensions.DependencyInjection.Abstractions 10.0.1 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net8.0 or later. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
|
||||
</Target>
|
||||
</Project>
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
0
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/useSharedDesignerContext.txt
vendored
Executable file
0
packages/Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1/useSharedDesignerContext.txt
vendored
Executable file
Reference in New Issue
Block a user