{"id":11047230,"name":"codebelt.unitify","ecosystem":"nuget","description":"The Codebelt.Unitify namespace offers types that simplify unit management with comprehensive metric and binary support for prefixes, multiples, and submultiples.","homepage":"https://unitify.codebelt.net/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/codebeltnet/unitify","keywords_array":["power-of-2","power-of-10","binary","decimal","prefix","multiple","submultiple","unit","measurement","measure","metric","si","byte","bit","bit/s","ampere","becquerel","candela","celsius","coulomb","farad","gray","henry","hertz","joule","kelvin","katal","gram","lumen","lux","meter","mole","newton","ohm","pascal","radian","second","siemens","sievert","steradian","tesla","volt","watt","weber","exbi","gibi","kibi","mebi","pebi","tebi","yobi","zebi","atto","centi","deca","deci","exa","femto","giga","hecto","kilo","mega","micro","milli","nano","peta","pico","ronna","ronto","quecto","quetta","tera","yocto","yotta","zepto","zetta"],"namespace":null,"versions_count":18,"first_release_published_at":"2024-11-10T21:29:51.790Z","latest_release_published_at":"2026-04-17T21:56:50.543Z","latest_release_number":"10.0.6","last_synced_at":"2026-05-22T16:32:20.616Z","created_at":"2024-11-14T11:47:57.627Z","updated_at":"2026-05-22T16:32:20.616Z","registry_url":"https://www.nuget.org/packages/codebelt.unitify/","install_command":"Install-Package codebelt.unitify","documentation_url":null,"metadata":{"copyright":"Copyright © Geekle 2024-2026. All rights reserved.","license_info":{"type":"expression","text":"MIT","version":null},"license_url":"https://licenses.nuget.org/MIT","require_license_acceptance":false,"icon":"icon.png","readme":"README.md","repository":{"type":"git","url":"https://github.com/codebeltnet/unitify","branch":null,"commit":null},"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"release_notes":"Version: 10.0.6\nAvailability: .NET 10 and .NET 9\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 10.0.5\nAvailability: .NET 10 and .NET 9\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 10.0.4\nAvailability: .NET 10 and .NET 9\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 10.0.3\nAvailability: .NET 10 and .NET 9\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 10.0.2\nAvailability: .NET 10 and .NET 9\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 10.0.1\nAvailability: .NET 10 and .NET 9\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 10.0.0\nAvailability: .NET 10 and .NET 9\n\n# ALM\n- ADDED Support for TFM .NET 10 (LTS)\n- REMOVED Support for TFM .NET 8 (LTS)\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 9.0.8\nAvailability: .NET 9 and .NET 8\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 9.0.7\nAvailability: .NET 9 and .NET 8\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 9.0.6\nAvailability: .NET 9 and .NET 8\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 9.0.5\nAvailability: .NET 9 and .NET 8\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 9.0.4\nAvailability: .NET 9 and .NET 8\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 9.0.3\nAvailability: .NET 9 and .NET 8\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\nVersion: 9.0.2\nAvailability: .NET 9 and .NET 8\n\n# ALM\n- CHANGED Dependencies to latest and greatest with respect to TFMs\n\nVersion: 9.0.1\nAvailability: .NET 9 and .NET 8\n\n# ALM\n- CHANGED Dependencies to latest and greatest with respect to TFMs\n\nVersion: 9.0.0\nAvailability: .NET 9 and .NET 8\n\n# Breaking Changes\n- REMOVED BitStorageCapacity class from the Codebelt.Unitify namespace\n- REMOVED ByteStorageCapacity class from the Codebelt.Unitify namespace\n- REFACTORED StorageCapacity class in the Codebelt.Unitify namespace to DataPrefixTable that represents a table of both binary and metric prefixes for units of measure, optimized for data quantity and transmission measurement standards\n- REFACTORED MultipleTable class in the Codebelt.Unitify namespace to PrefixTable that represents a table of unit prefixes, indicating multiples or submultiples of a base unit\n- REFACTORED PrefixMultiple class in the Codebelt.Unitify namespace to Prefix that represents the base class from which all implementations of unit prefix that can can be expressed as either a multiple or a submultiple should derive\n- REFACTORED IPrefixMultiple interface in the Codebelt.Unitify namespace to IPrefix that defines a unit prefix that can can be expressed as either a multiple or a submultiple of the unit of measurement\n- REFACTORED IPrefixUnit interface in the Codebelt.Unitify namespace to not include PrefixValue property\n- REFACTORED UnitPrefix enum in the Codebelt.Unitify namespace to PrefixStyle that specifies ways that a string must be represented in terms of prefix style\n- REFACTORED PrefixUnit class in the Codebelt.Unitify namespace to a non-abstract class that represents the prefix of a unit of measurement\n- REFACTORED UnitPrefixFormatter class in the Codebelt.Unitify namespace to PrefixUnitFormatter that defines the string formatting of objects having an implementation of IPrefixUnit\n\n# New Features\n- ADDED BaseUnit struct in the Codebelt.Unitify namespace that represents a base unit of measurement, including its category, name, and symbol\n- ADDED IBaseUnit interface in the Codebelt.Unitify namespace that defines a base unit of measure, including its category, name, and symbol\n- ADDED MetricPrefixTable class in the Codebelt.Unitify namespace that represents a table of metric prefixes for units of measure, optimized for metric measurement standards\n- ADDED PrefixExtensions class in the Codebelt.Unitify namespace that provides extension methods for the Prefix class: ToPrefixUnit and ToBaseUnit\n- ADDED PrefixTableExtensions class in the Codebelt.Unitify namespace that provides extension methods for the PrefixTable class: QuectoOrDefault, RontoOrDefault, YoctoOrDefault, ZeptoOrDefault, AttoOrDefault, FemtoOrDefault, PicoOrDefault, NanoOrDefault, MicroOrDefault, MilliOrDefault, CentiOrDefault, DeciOrDefault, DecaOrDefault, HectoOrDefault, KiloOrDefault, MegaOrDefault, GigaOrDefault, TeraOrDefault, PetaOrDefault, ExaOrDefault, ZettaOrDefault, YottaOrDefault, RonnaOrDefault, QuettaOrDefault, KibiOrDefault, MebiOrDefault, GibiOrDefault, TebiOrDefault, PebiOrDefault, ExbiOrDefault, ZebiOrDefault and YobiOrDefault\n- ADDED PrefixUnitExtensions class in the Codebelt.Unitify namespace that provides extension methods for the PrefixUnit class: ToPrefixValue, ToBaseValue, ToBaseUnit, ToPrefixString, ToMetricPrefixTable and ToDataPrefixTable\n- ADDED Unit class in the Codebelt.Unitify namespace that represents the base class from which all implementations of a unit of measure should derive\n- ADDED UnitFactory class in the Codebelt.Unitify namespace that provides a set of static methods for generating different types of unit of measure and the option to define your own with CreateUnit\n- ADDED UnitFormatter class in the Codebelt.Unitify namespace that defines the string formatting of objects having an implementation of IUnit\n\nVersion: 6.0.0\nAvailability: .NET Standard 2.0, .NET 5.0\n\n# New Features\n- ADDED BinaryPrefix class in the Codebelt.Unitify namespace that defines a binary unit prefix for multiples of measurement for data that refers strictly to powers of 2\n- ADDED BitStorageCapacity class in the Codebelt.Unitify namespace that represent a table of both binary and metric prefixes for a BitUnit\n- ADDED BitUnit class in the Codebelt.Unitify namespace that represents a unit of measurement for bits and is used with measurement of data\n- ADDED ByteStorageCapacity class in the Codebelt.Unitify namespace that represent a table of both binary and metric prefixes for a ByteUnit\n- ADDED DecimalPrefix class in the Codebelt.Unitify namespace that defines a decimal (metric) unit prefix for multiples and submultiples of measurement that refers strictly to powers of 10\n- ADDED IPrefixMultiple interface in the Codebelt.Unitify namespace that defines a unit prefix that can can be expressed as a either a multiple or a submultiple of the unit of measurement\n- ADDED IUnit interface in the Codebelt.Unitify namespace that defines a unit of measurement that is used as a standard for measurement of the same kind of quantity\n- ADDED MultipleTable class in the Codebelt.Unitify namespace that defines a unit of measurement that provides a way to represent a table of both binary and metric prefixes that precedes a unit of measure to indicate a multiple of the unit\n- ADDED NamingStyle enum in the Codebelt.Unitify namespace that specifies ways that a string must be represented in terms of naming style\n- ADDED UnitFormatOptions class in the Codebelt.Unitify namespace that specifies options related to BitUnit and ByteUnit\n- ADDED UnitPrefix enum in the Codebelt.Unitify namespace that specifies the two standards for binary multiples and decimal multiples\n- ADDED UnitPrefixFormatter class in the Codebelt.Unitify namespace that defines the string formatting of objects having an implementation of either IPrefixUnit or IUnit\n- ADDED PrefixMultiple class in the Codebelt.Unitify namespace that represents the base class from which all implementations of unit prefix that can can be expressed as a either a multiple or a submultiple of the unit of measurement should derive\n- ADDED StorageCapacity class in the Codebelt.Unitify namespace that provides a way to represent a table of both binary and metric prefixes that precedes a unit of measure optimized for storage capacity measurement standards\n- ADDED StorageCapacityOptions class in the Codebelt.Unitify namespace that specifies options related to StorageCapacity\n- ADDED PrefixUnit class in the Codebelt.Unitify namespace that represents the base class from which all implementations of a unit of measurement should derive\n\n# Improvements\n- CHANGED BinaryPrefix in the Codebelt.Unitify namespace from struct to sealed class\n- CHANGED DecimalPrefix in the Codebelt.Unitify namespace from struct to sealed class\n- REFACTORED MultipleTable in the Codebelt.Unitify namespace to be more generic and moved non-generic functionality to the new StorageCapacity class\n- CHANGED BitUnit in the Codebelt.Unitify namespace from struct to sealed class\n- CHANGED ByteUnit in the Codebelt.Unitify namespace from struct to sealed class\n\n# Quality Analysis Actions\n- FIXED UnitPrefixFormatter class in the Codebelt.Unitify namespace to be compliant with https://rules.sonarsource.com/csharp/RSPEC-927\n- CHANGED BinaryPrefix class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code\n- CHANGED DecimalPrefix class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code\n- CHANGED BitUnit class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code\n- CHANGED ByteUnit class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code\n- CHANGED UnitPrefixFormatter class in the Codebelt.Unitify namespace to be compliant with https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1822","dependency_summary":{"total_dependency_groups":2,"target_frameworks":["net9.0","net10.0"],"total_dependencies":2}},"repo_metadata":{"id":262154423,"uuid":"873812487","full_name":"codebeltnet/unitify","owner":"codebeltnet","description":"Ported from Cuemon, this library provides a uniform way of working with prefixes and multiples in the context of units of measure.","archived":false,"fork":false,"pushed_at":"2026-04-14T15:41:47.000Z","size":106,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-14T17:26:29.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebeltnet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-16T19:01:32.000Z","updated_at":"2026-04-14T15:41:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ef8eaeb-7f60-4811-b948-cc4c29c27531","html_url":"https://github.com/codebeltnet/unitify","commit_stats":null,"previous_names":["codebeltnet/unitify"],"tags_count":17,"template":false,"template_full_name":"codebeltnet/dotnet-new-classlib","purl":"pkg:github/codebeltnet/unitify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebeltnet%2Funitify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebeltnet%2Funitify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebeltnet%2Funitify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebeltnet%2Funitify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebeltnet","download_url":"https://codeload.github.com/codebeltnet/unitify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebeltnet%2Funitify/sbom","scorecard":{"id":589475,"data":{"date":"2025-01-21T17:48:50Z","repo":{"name":"github.com/codebeltnet/unitify","commit":"060bdf8bfceab0502cf8e19bd823c0ce26596361"},"scorecard":{"version":"v5.0.0","commit":"ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4"},"score":5.2,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: 'stale review dismissal' is disable on branch 'main'","Warn: branch 'main' does not require approvers","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disable on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":8,"reason":"4 out of 5 merged PRs checked by a CI test -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#ci-tests"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#cii-best-practices"}},{"name":"Code-Review","score":0,"reason":"Found 0/6 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#code-review"}},{"name":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: geekle (@geekleio) contributor org/company found, codebeltnet contributor org/company found, "],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#contributors"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#dependency-update-tool"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#license"}},{"name":"Maintained","score":4,"reason":"5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:174: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:177: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:188: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:204: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:120: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:134: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:142: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipelines.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/pipelines.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecard.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/scorecard.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/scorecard.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/scorecard.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecard.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/scorecard.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecard.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/codebeltnet/unitify/scorecard.yml/main?enable=pin","Warn: containerImage not pinned by hash: .docfx/Dockerfile.docfx:1","Warn: containerImage not pinned by hash: .docfx/Dockerfile.docfx:4","Warn: containerImage not pinned by hash: .docfx/Dockerfile.docfx:11","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  30 third-party GitHubAction dependencies pinned","Info:   0 out of   3 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":8,"reason":"SAST tool is not run on all commits -- score normalized to 8","details":["Warn: 4 commits out of 5 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#sast"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#security-policy"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#signed-releases"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pipelines.yml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:9","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#token-permissions"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-20T21:28:17.746Z","repository_id":262154423,"created_at":"2025-08-20T21:28:17.746Z","updated_at":"2025-08-20T21:28:17.746Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31947768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[]},"repo_metadata_updated_at":"2026-05-22T16:32:19.968Z","dependent_packages_count":0,"downloads":3383,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":57.360614533962874,"dependent_repos_count":7.391351435911937,"dependent_packages_count":19.828400551139886,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":28.1934555070049},"purl":"pkg:nuget/codebelt.unitify","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/codebelt.unitify","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/codebelt.unitify","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/codebelt.unitify/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-19T00:04:22.011Z","issues_count":1,"pull_requests_count":10,"avg_time_to_close_issue":1951.0,"avg_time_to_close_pull_request":702.125,"issues_closed_count":1,"pull_requests_closed_count":8,"pull_request_authors_count":1,"issue_authors_count":1,"avg_comments_per_issue":3.0,"avg_comments_per_pull_request":2.4,"merged_pull_requests_count":8,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":823.8,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":2.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":5,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebeltnet%2Funitify/issues","maintainers":[{"login":"gimlichael","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gimlichael"}],"active_maintainers":[{"login":"gimlichael","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gimlichael"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/codebelt.unitify/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/codebelt.unitify/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/codebelt.unitify/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/codebelt.unitify/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/codebelt.unitify/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/codebelt.unitify/codemeta","maintainers":[{"uuid":"codebelt","login":"codebelt","name":null,"email":null,"url":null,"packages_count":108,"html_url":"https://www.nuget.org/profiles/codebelt","role":null,"created_at":"2024-11-14T11:49:50.563Z","updated_at":"2024-11-14T11:49:50.563Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/codebelt/packages"}]}