Microsoft.Extensions.DependencyModelv9.0.0
Copy SHA256
License: Permissive (MIT)
Published: 9 days ago
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application.
By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Pass
Info: Completed
Everything is awesome!
SAFE Assessment
Compliance
Licenses
No license compliance issues
Secrets
No sensitive information found
Security
Vulnerabilities
No known vulnerabilities detected
Hardening
No application hardening issues
Threats
Tampering
No evidence of software tampering
Malware
No evidence of malware inclusion
Issues
Behaviors
Vulnerabilities
Downloads
1.84B
Total Downloads
Maintenance
3
Maintainers
Dependencies
10
Declared Dependencies
Dependents
0
Dependents
Issues per Version Graph
Scanned 9 days ago