System.Collections.Immutablev9.0.1
Copy SHA256
License: Permissive (MIT)
Published: 2 months ago
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
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
low
Detected digital signatures that were countersigned by an unknown time-stamping service.
signatures
low
Detected digital signatures that have not been performed with an extended validation certificate.
signatures
low
Detected digital signatures that rely on a weak digest algorithm for integrity validation.
signatures
low
Detected digital signatures made with a certificate issued by an unknown certificate authority.
signatures
Behaviors
Vulnerabilities
Downloads
2.73B
Total Downloads
Maintenance
4
Maintainers
Dependencies
4
Declared Dependencies
Dependents
0
Dependents
Issues per Version Graph
Scanned about 19 hours ago