{"id":368262,"url":"https://github.com/fluentassertions/fluentassertions","last_synced_at":"2026-06-19T14:02:02.691Z","repository":{"id":37413103,"uuid":"11718424","full_name":"fluentassertions/fluentassertions","owner":"fluentassertions","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.","archived":false,"fork":false,"pushed_at":"2026-05-29T06:57:45.000Z","size":38012,"stargazers_count":3813,"open_issues_count":66,"forks_count":729,"subscribers_count":68,"default_branch":"main","last_synced_at":"2026-05-29T08:28:09.154Z","etag":null,"topics":["assertions","bdd-style","c-sharp","fluent-assertions","hacktoberfest","mstest","tdd","unit-testing","xunit"],"latest_commit_sha":null,"homepage":"https://xceed.com/products/unit-testing/fluent-assertions/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentassertions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"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":"agents.md","dco":null,"cla":null},"funding":{"github":"fluentassertions","ko_fi":"dennisdoomen","patreon":"fluentassertions","custom":["https://paypal.me/fluentassertions"]}},"created_at":"2013-07-28T10:35:25.000Z","updated_at":"2026-05-28T09:32:12.000Z","dependencies_parsed_at":"2023-09-22T13:17:54.997Z","dependency_job_id":"238304cb-597a-440b-b7e1-d50d249671a0","html_url":"https://github.com/fluentassertions/fluentassertions","commit_stats":{"total_commits":3443,"total_committers":247,"mean_commits":13.93927125506073,"dds":0.7728724949172233,"last_synced_commit":"50961b72884f0289800b90b1d58f33034bd57d13"},"previous_names":[],"tags_count":134,"template":false,"template_full_name":null,"purl":"pkg:github/fluentassertions/fluentassertions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/sbom","scorecard":{"id":267585,"data":{"date":"2025-08-11","repo":{"name":"github.com/fluentassertions/fluentassertions","commit":"6f4d2245024329fc98ff9ede4450cbdcc93b51cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha }}': .github/workflows/code_quality.yml:16"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":7,"reason":"Found 7/9 approved changesets -- score normalized to 7","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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'checks' permission set to 'write': .github/workflows/build.yml:98","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:18","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/code_quality.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/code_quality.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/code_quality.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: nugetCommand not pinned by hash: .github/workflows/codeql.yml:51: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   0 out of   1 nugetCommand 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool detected","details":["Info: SAST configuration detected: CodeQL","Info: SAST configuration detected: Qodana","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T12:30:12.348Z","repository_id":37413103,"created_at":"2025-08-17T12:30:12.348Z","updated_at":"2025-08-17T12:30:12.348Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33679306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"owner":{"login":"fluentassertions","name":"FluentAssertions","uuid":"25584770","kind":"organization","description":"","email":"support@xceed.com","website":"https://xceed.com/products/unit-testing/fluent-assertions/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/25584770?v=4","repositories_count":9,"last_synced_at":"2026-05-23T14:27:46.133Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/fluentassertions","funding_links":["https://github.com/sponsors/fluentassertions"],"total_stars":4134,"followers":97,"following":0,"created_at":"2022-11-03T12:51:16.854Z","updated_at":"2026-05-23T14:27:46.133Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions/repositories"},"packages":[{"id":11928681,"name":"magic.fluentassertions","ecosystem":"nuget","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or\n      BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.\n      Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit.\n\n      IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/).\nCheck out the [license page](LICENSE) for more information.","homepage":"https://xceed.com/products/unit-testing/fluent-assertions/","licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/fluentassertions/fluentassertions","keywords_array":["MSTest2","xUnit","NUnit","MSpec","TUnit","TDD","BDD","Fluent","netstandard","uwp"],"namespace":null,"versions_count":1,"first_release_published_at":"2025-07-20T03:39:09.063Z","latest_release_published_at":"2025-07-20T03:39:09.063Z","latest_release_number":"8.5.0","last_synced_at":"2026-05-02T03:16:02.165Z","created_at":"2025-07-20T03:46:04.719Z","updated_at":"2026-05-02T03:18:18.216Z","registry_url":"https://www.nuget.org/packages/magic.fluentassertions/","install_command":"Install-Package magic.fluentassertions","documentation_url":null,"metadata":{"copyright":"Copyright 2024-2025 Xceed Software Inc., all rights reserved","license_info":{"type":"file","text":"LICENSE","version":null},"license_url":"https://aka.ms/deprecateLicenseUrl","require_license_acceptance":true,"icon":"FluentAssertions.png","repository":{"type":"git","url":"https://github.com/fluentassertions/fluentassertions","branch":null,"commit":"14438983462373b99e8c229ade8cc865057ecd0c"},"development_dependency":false,"serviceable":false,"framework_assemblies":[{"assembly_name":"System.Xml","target_framework":".NETFramework4.7"},{"assembly_name":"System.Xml.Linq","target_framework":".NETFramework4.7"}],"package_types":[],"release_notes":"See https://fluentassertions.com/releases/","dependency_summary":{"total_dependency_groups":4,"target_frameworks":[".NETFramework4.7","net6.0",".NETStandard2.0",".NETStandard2.1"],"total_dependencies":2}},"repo_metadata":{"id":37413103,"uuid":"11718424","full_name":"fluentassertions/fluentassertions","owner":"fluentassertions","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.","archived":false,"fork":false,"pushed_at":"2025-10-23T05:08:11.000Z","size":37433,"stargazers_count":3806,"open_issues_count":72,"forks_count":729,"subscribers_count":69,"default_branch":"main","last_synced_at":"2025-10-25T12:53:52.929Z","etag":null,"topics":["assertions","bdd-style","c-sharp","fluent-assertions","hacktoberfest","mstest","tdd","unit-testing","xunit"],"latest_commit_sha":null,"homepage":"https://xceed.com/products/unit-testing/fluent-assertions/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentassertions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"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},"funding":{"github":"fluentassertions","ko_fi":"dennisdoomen","patreon":"fluentassertions","custom":["https://paypal.me/fluentassertions"]}},"created_at":"2013-07-28T10:35:25.000Z","updated_at":"2025-10-24T07:10:10.000Z","dependencies_parsed_at":"2023-09-22T13:17:54.997Z","dependency_job_id":"238304cb-597a-440b-b7e1-d50d249671a0","html_url":"https://github.com/fluentassertions/fluentassertions","commit_stats":{"total_commits":3443,"total_committers":247,"mean_commits":13.93927125506073,"dds":0.7728724949172233,"last_synced_commit":"50961b72884f0289800b90b1d58f33034bd57d13"},"previous_names":[],"tags_count":130,"template":false,"template_full_name":null,"purl":"pkg:github/fluentassertions/fluentassertions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/sbom","scorecard":{"id":267585,"data":{"date":"2025-08-11","repo":{"name":"github.com/fluentassertions/fluentassertions","commit":"6f4d2245024329fc98ff9ede4450cbdcc93b51cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha }}': .github/workflows/code_quality.yml:16"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":7,"reason":"Found 7/9 approved changesets -- score normalized to 7","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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'checks' permission set to 'write': .github/workflows/build.yml:98","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:18","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/code_quality.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/code_quality.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/code_quality.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: nugetCommand not pinned by hash: .github/workflows/codeql.yml:51: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   0 out of   1 nugetCommand 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool detected","details":["Info: SAST configuration detected: CodeQL","Info: SAST configuration detected: Qodana","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T12:30:12.348Z","repository_id":37413103,"created_at":"2025-08-17T12:30:12.348Z","updated_at":"2025-08-17T12:30:12.348Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280997094,"owners_count":26426901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"fluentassertions","name":"FluentAssertions","uuid":"25584770","kind":"organization","description":"","email":"support@xceed.com","website":"https://xceed.com/products/unit-testing/fluent-assertions/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/25584770?v=4","repositories_count":9,"last_synced_at":"2025-10-24T03:39:29.841Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/fluentassertions","funding_links":["https://github.com/sponsors/fluentassertions"],"total_stars":4127,"followers":93,"following":0,"created_at":"2022-11-03T12:51:16.854Z","updated_at":"2025-10-24T03:39:29.841Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions/repositories"},"tags":[{"name":"8.8.0","sha":"9f3e1ea0c961b697b588154b140d89ce5a6ecdb5","kind":"commit","published_at":"2025-10-14T07:09:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.8.0/manifests"},{"name":"8.7.1","sha":"aaa69248d932dd5c4d00b086517e4b51f0fc938f","kind":"commit","published_at":"2025-10-02T09:30:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.7.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.1/manifests"},{"name":"8.7.0","sha":"ae620add07cf6666841e568fd3bf8a0733478bb5","kind":"commit","published_at":"2025-09-20T16:41:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.0/manifests"},{"name":"8.6.0","sha":"3c1a442c4845a73a89a6b084f92db7edfa3e9ca4","kind":"commit","published_at":"2025-08-12T08:45:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.6.0/manifests"},{"name":"8.5.0","sha":"ecd2166797c440204afba1cb78eed54390d014be","kind":"commit","published_at":"2025-07-07T18:15:28.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.5.0/manifests"},{"name":"8.4.0","sha":"cc607f1d3d539f246ddb239cc3decb06d3807d41","kind":"commit","published_at":"2025-06-24T06:49:46.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.4.0/manifests"},{"name":"8.3.0","sha":"7142e0f801cbfabb0f2c970081b73702da03c22f","kind":"commit","published_at":"2025-05-25T11:17:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.3.0/manifests"},{"name":"8.2.0","sha":"04defbe85c05581c443d819b5d01bf84f0d62222","kind":"commit","published_at":"2025-03-13T15:00:03.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.2.0/manifests"},{"name":"8.1.1","sha":"4d70568e468ffbbc83ea6eb4495b6f16ad53c59a","kind":"commit","published_at":"2025-02-21T15:13:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.1/manifests"},{"name":"8.1.0","sha":"af8910f56ca8b9f898bd28b13312db091800a198","kind":"commit","published_at":"2025-02-20T21:24:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.0/manifests"},{"name":"7.2.0","sha":"3dd8243e396432a55dd12a74a5a548a5f085fac5","kind":"commit","published_at":"2025-02-11T07:56:44.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.0/manifests"},{"name":"8.0.1","sha":"7e654139fc569d975e711729cf71568e7d878c29","kind":"commit","published_at":"2025-01-20T19:26:54.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.1/manifests"},{"name":"7.1.0","sha":"719db2a7df943a1587aa95c5538350479d829601","kind":"commit","published_at":"2025-01-17T06:04:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.1.0/manifests"},{"name":"8.0.0","sha":"901c8fa6b4bffe48fb3db27d5de8720b8d5accac","kind":"commit","published_at":"2025-01-14T11:06:05.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0/manifests"},{"name":"8.0.0-rc.2","sha":"9600078b4c3dbe5a37ec04460c572af25406a027","kind":"commit","published_at":"2025-01-05T13:05:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-rc.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.2/manifests"},{"name":"8.0.0-rc.1","sha":"6b76731b62f225a983e10ac2e8093ec001bd0793","kind":"commit","published_at":"2025-01-05T10:12:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-rc.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.1/manifests"},{"name":"8.0.0-alpha.1","sha":"c14f48baa8237401bcfab39b885d1c66e8ed046e","kind":"commit","published_at":"2024-12-02T19:01:44.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-alpha.1/manifests"},{"name":"7.0.0","sha":"e0f45049d8acadae0c98f9710b650dd413480355","kind":"commit","published_at":"2024-11-30T14:17:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0/manifests"},{"name":"6.12.2","sha":"c6cd85cacaa5e672efa17b483323554a688d6a45","kind":"commit","published_at":"2024-11-08T11:26:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.2/manifests"},{"name":"7.0.0-alpha.5","sha":"70cae37543ffaa90c38b55291fb28518122d8ac0","kind":"commit","published_at":"2024-10-31T19:32:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.5","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.5/manifests"},{"name":"6.12.1","sha":"a8e7f17fdf6d2010585887a4219c920ad90a8ede","kind":"commit","published_at":"2024-09-09T13:21:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.1/manifests"},{"name":"7.0.0-alpha.4","sha":"fa3b9cb66c48da6c1beed69ed2e919ec235a8202","kind":"commit","published_at":"2024-05-27T17:57:21.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.4/manifests"},{"name":"7.0.0-alpha.3","sha":"55ec67758d161f71528266938795777989c58ab0","kind":"commit","published_at":"2023-10-26T13:13:18.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.3/manifests"},{"name":"7.0.0-alpha.2","sha":"b43127ca80a8853391f18bebd2d1b78d1c01c59b","kind":"commit","published_at":"2023-10-14T13:08:36.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.2/manifests"},{"name":"7.0.0-alpha.1","sha":"22ac70fd7501f7426aae2ad768fb38dec4e41faa","kind":"commit","published_at":"2023-08-28T07:59:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.1/manifests"},{"name":"6.12.0","sha":"340af803f2b0c60a132a334cafa845e15f636bba","kind":"commit","published_at":"2023-08-23T10:52:20.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.0/manifests"},{"name":"6.11.0","sha":"73eb91924fd9303065b78c9a58657e9def86a8bf","kind":"commit","published_at":"2023-04-20T16:52:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.11.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.11.0/manifests"},{"name":"6.10.0","sha":"6d038f064789ab383c5b4bddb12da02953f80f08","kind":"commit","published_at":"2023-02-11T15:46:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.10.0/manifests"},{"name":"6.9.0","sha":"946572eb59bc47f10af0cb80f303d3721fbba6ed","kind":"commit","published_at":"2023-01-12T14:50:25.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.9.0/manifests"},{"name":"6.8.0","sha":"5772c292f26c28425bb9298a640231f42f893de7","kind":"commit","published_at":"2022-10-22T17:12:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.8.0/manifests"},{"name":"6.7.0","sha":"c93639b635560827a4d7cca03e12fbfa3dafeda1","kind":"commit","published_at":"2022-05-18T16:38:39.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.7.0/manifests"},{"name":"6.6.0","sha":"6419939fdcaf1f1b2608d56c3f17b6a95dcadae7","kind":"commit","published_at":"2022-04-03T13:45:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.6.0/manifests"},{"name":"6.5.1","sha":"e25fa3acaa100d4c632fa3875edffe516b76d812","kind":"commit","published_at":"2022-02-11T13:33:50.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.5.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.1/manifests"},{"name":"6.5.0","sha":"0aafd3178ccf0c63aa3416c317003173268d733f","kind":"commit","published_at":"2022-02-08T06:51:17.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.0/manifests"},{"name":"6.4.0","sha":"35d018a81964a379465165fd408ad1d563ca3c2a","kind":"commit","published_at":"2022-01-22T15:24:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.4.0/manifests"},{"name":"6.3.0","sha":"587f5f141e9b63fcd8ab11221fceafb90c538e4c","kind":"commit","published_at":"2021-12-31T12:03:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.3.0/manifests"},{"name":"6.2.0","sha":"84f7c7027f5e99c1ff5a864158daa765c347c199","kind":"commit","published_at":"2021-10-25T11:19:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.2.0/manifests"},{"name":"6.1.0","sha":"ce07e5c2874e99151ce92631f0f202b9e8d05e5d","kind":"commit","published_at":"2021-08-22T15:58:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.1.0/manifests"},{"name":"6.0.0","sha":"9abdeb3619861f1b17cfb283e3e69b794b8be61f","kind":"commit","published_at":"2021-08-13T08:40:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0/manifests"},{"name":"6.0.0-beta.3","sha":"dbe3fdaa5be219fe281f050279eb30eaf417abe8","kind":"commit","published_at":"2021-08-11T07:18:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.3/manifests"},{"name":"6.0.0-beta.2","sha":"6f7d59859f8eb98099a583cca4334716c209ff02","kind":"commit","published_at":"2021-08-05T14:26:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.2/manifests"},{"name":"6.0.0-beta.1","sha":"4a5b9cb9228192ee7a117a0fe4cbfbcfb72f206d","kind":"commit","published_at":"2021-06-01T06:23:06.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.1/manifests"},{"name":"6.0.0-alpha.2","sha":"2fb99151308b282053f29ce8dc56e8d4d2e27048","kind":"commit","published_at":"2021-01-07T20:41:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-alpha.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.2/manifests"},{"name":"6.0.0-alpha.1","sha":"4396c8fbdbb2536c52ee8c279f151728de1da35b","kind":"commit","published_at":"2020-07-20T14:14:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.1/manifests"},{"name":"5.10.3","sha":"4787885aca5dcda3715a047d7fd6f53f022698c4","kind":"commit","published_at":"2020-03-21T08:45:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.3/manifests"},{"name":"5.10.2","sha":"3f7078a5dd2134bbc9dd3a9a1817ac0d239c9a52","kind":"commit","published_at":"2020-02-09T12:59:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.2/manifests"},{"name":"5.10.1","sha":"1514d4aca2d81251d040ffadc87c429e2e152459","kind":"commit","published_at":"2020-02-09T12:58:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.1/manifests"},{"name":"5.10.0","sha":"b69ca0750631ca6933fe6c4902bf32c382518f09","kind":"commit","published_at":"2020-01-02T08:51:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.0/manifests"},{"name":"5.9.0","sha":"d1b5c1ec8cdf5fb54ee83b8b1440cb0c96f7cb87","kind":"commit","published_at":"2019-08-28T10:43:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.9.0/manifests"},{"name":"5.8.0","sha":"070aa6c6c4764171ff83aa22aba259dc40b84b46","kind":"commit","published_at":"2019-08-08T16:53:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.8.0/manifests"},{"name":"5.7.0","sha":"9852f6a143867c81160cfa0bd900f7562ae2bd0e","kind":"commit","published_at":"2019-06-07T19:50:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.7.0/manifests"},{"name":"5.6.0","sha":"6cf1d347ff39170f14755bc1028c2183d86bb61b","kind":"commit","published_at":"2019-01-11T18:38:40.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.6.0/manifests"},{"name":"5.5.3","sha":"9a36498ac92d6cce8ae1e542233eef78b7050a7e","kind":"commit","published_at":"2018-11-20T12:10:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.3/manifests"},{"name":"5.5.2","sha":"d25c7952dbdde6acaec6f5b3790a5dd8b206c270","kind":"commit","published_at":"2018-11-19T08:08:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.2/manifests"},{"name":"5.5.1","sha":"5e73e51922f1b79d2d93bff6d0ad7e32914e4fb0","kind":"commit","published_at":"2018-11-16T07:04:32.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.1/manifests"},{"name":"5.5.0","sha":"a1673b09cbe4cd9e1510dc8e6728f1bed9002085","kind":"commit","published_at":"2018-11-08T13:23:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.0/manifests"},{"name":"5.4.2","sha":"68ca857143d4f0f2adcfe2fb58e1264d8ad279ba","kind":"commit","published_at":"2018-09-06T16:54:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.2/manifests"},{"name":"5.4.1","sha":"e27f6f3e084d6f8581abecb6f6f7368aa1aea988","kind":"commit","published_at":"2018-06-20T05:31:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.1/manifests"},{"name":"5.4.0","sha":"175a2ab9cfeff502e1a38bfaa7d32051132bc0c1","kind":"commit","published_at":"2018-06-10T12:08:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.0/manifests"},{"name":"5.3.2","sha":"8b4be8d1c2c831b30cc5ff8764963f7e5a847c34","kind":"commit","published_at":"2018-05-30T04:07:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.2/manifests"},{"name":"5.3.1","sha":"23c6c79c2e495bbf92ce4086b86f5d6c367d91ab","kind":"commit","published_at":"2018-05-24T20:01:45.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.1/manifests"},{"name":"5.3.0","sha":"b4d5880076f1f61fe89c0b931a3a29a61a708fe0","kind":"commit","published_at":"2018-04-18T14:55:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.0/manifests"},{"name":"5.2.0","sha":"c61c46b808befdd2d0090b3fb9f4d635f36ffdc3","kind":"commit","published_at":"2018-03-15T19:26:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.2.0/manifests"},{"name":"5.1.2","sha":"80c58fce4b9df99b9bbfbc6b5ab22656f28702ca","kind":"commit","published_at":"2018-02-18T18:25:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.2/manifests"},{"name":"5.1.1","sha":"a3cd296a78e4b797bba7b2946241abadf777b842","kind":"commit","published_at":"2018-02-14T06:23:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.1/manifests"},{"name":"5.1.0","sha":"ab6a6e9bf18063b2cfe54ff3cbbf21b6b59558b4","kind":"commit","published_at":"2018-02-11T13:26:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.0/manifests"},{"name":"5.0.0","sha":"4ccdc19414d497e3329b569bb80cab0823003af0","kind":"commit","published_at":"2018-02-04T13:33:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0/manifests"},{"name":"5.0.0-rc.5","sha":"04dc10b1f1cc927229abe118d9ee1801f4eedf51","kind":"commit","published_at":"2018-01-31T07:40:31.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.5","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.5/manifests"},{"name":"5.0.0-rc.4","sha":"5f31377203524b5c271775255ab97bacaaa723d4","kind":"commit","published_at":"2018-01-29T14:24:51.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.4/manifests"},{"name":"5.0.0-rc.3","sha":"fcdef2eb5b597b127fd6429d89a2848f356fb681","kind":"commit","published_at":"2018-01-28T06:58:50.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.3/manifests"},{"name":"5.0.0-rc.2","sha":"cdaa5027a4cb1614bb33ba2daa7925c9bbac1bb2","kind":"commit","published_at":"2018-01-12T07:55:00.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.2/manifests"},{"name":"5.0.0-rc.1","sha":"4dda1dc8b6bf4f7cffdbb5ad39d99d380e4e98a7","kind":"commit","published_at":"2018-01-08T06:33:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.1/manifests"},{"name":"5.0.0-beta.4","sha":"de060896fc7b5649d2ed213780f568e7802a44e1","kind":"commit","published_at":"2017-11-18T13:22:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.4/manifests"},{"name":"5.0.0-beta.3","sha":"f1bd3fc1e8317c22f1f8e1cc6ad282b3811a92f9","kind":"commit","published_at":"2017-10-04T19:39:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.3/manifests"},{"name":"5.0.0-beta.2","sha":"d7c148c255dd538fb553b1137ee25f7447fb5d37","kind":"commit","published_at":"2017-09-17T19:35:21.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.2/manifests"},{"name":"5.0.0-beta.1","sha":"ce84916becfc8c36aa78f84ecd5248ef130e3be4","kind":"commit","published_at":"2017-08-25T19:24:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.1/manifests"},{"name":"4.19.4","sha":"082a95fc7da182024a51e01075291d02926a656a","kind":"commit","published_at":"2017-08-24T20:00:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.4/manifests"},{"name":"4.19.3","sha":"37ca4e8c13deffe9735fe8f749d21e59dbd87f41","kind":"commit","published_at":"2017-07-04T11:56:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.3/manifests"},{"name":"4.19.1","sha":"bad319e61932ba9f29c4244221852d1ef9f4c021","kind":"commit","published_at":"2017-03-07T20:36:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.1/manifests"},{"name":"4.19.2","sha":"bad319e61932ba9f29c4244221852d1ef9f4c021","kind":"commit","published_at":"2017-03-07T20:36:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.2/manifests"},{"name":"4.19.0","sha":"acbba16b0816e14e4be92a27bbce42eef826c1bd","kind":"commit","published_at":"2017-02-04T19:08:57.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.0/manifests"},{"name":"4.18.0","sha":"ab13a102131ba2031bfdaf7c040794e4f8789345","kind":"commit","published_at":"2016-12-04T19:49:40.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.18.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.18.0/manifests"},{"name":"4.17.0","sha":"67ff3ad64fb21779667e78b8eca59d3c4d1c8eae","kind":"commit","published_at":"2016-11-09T06:10:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.17.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.17.0/manifests"},{"name":"4.16.0","sha":"156d38fb4c40652de1096960913ce18aa81e137f","kind":"commit","published_at":"2016-10-26T17:01:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.16.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.16.0/manifests"},{"name":"4.15.0","sha":"ea63c04e313fffa5196fb6e758ff27ab3145ddf4","kind":"commit","published_at":"2016-10-11T18:46:39.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.15.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.15.0/manifests"},{"name":"4.14.0","sha":"77be654857b4ba28e75709a97a481b24fe966dcc","kind":"commit","published_at":"2016-09-05T06:55:35.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.14.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14.0/manifests"},{"name":"4.14","sha":"77be654857b4ba28e75709a97a481b24fe966dcc","kind":"commit","published_at":"2016-09-05T06:55:35.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.14","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14/manifests"},{"name":"4.13.1","sha":"d57a300ce206c5d1443070ec62a027e35a53b271","kind":"commit","published_at":"2016-08-27T15:40:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.13.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.1/manifests"},{"name":"4.13.0","sha":"3abfc14e820b3d6ba8b1adf7e465d76f841efb49","kind":"commit","published_at":"2016-07-21T09:17:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.13.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.0/manifests"},{"name":"4.12.0","sha":"0ba147860c1cab0c60014abb210a3534f18996cd","kind":"commit","published_at":"2016-07-15T15:01:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.12.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.12.0/manifests"},{"name":"4.11.0","sha":"6e624697705adfccc09b1bca15112d768a5a58da","kind":"commit","published_at":"2016-07-06T11:54:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.11.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.11.0/manifests"},{"name":"4.10.0","sha":"3d3bb0fa62e33d23e5cadb3802c27b5d0bc50c62","kind":"commit","published_at":"2016-07-05T09:10:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.10.0/manifests"},{"name":"4.9.1","sha":"2deef649732dee73141bfb56cced98bdb3c13c1a","kind":"commit","published_at":"2016-06-23T19:42:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.9.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.1/manifests"},{"name":"4.9.0","sha":"0d7cb557b7dc9e8e67d81fa5ac30284a243307ef","kind":"commit","published_at":"2016-06-13T13:19:03.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.0/manifests"},{"name":"4.8.0","sha":"bdadfe7dc87e4baea19ed041125b8fceb4f07e95","kind":"commit","published_at":"2016-06-07T06:09:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.8.0/manifests"},{"name":"4.7.0","sha":"0c22c1a7b00e124176a34e70602a929e7b2aad88","kind":"commit","published_at":"2016-06-05T19:09:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.7.0/manifests"},{"name":"4.6.3","sha":"99644c684c50919af81c02a6391831acb6944ea7","kind":"commit","published_at":"2016-05-24T06:30:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.3/manifests"},{"name":"4.6.2","sha":"f30b771329fdfc78b32d0fad30917ba649210618","kind":"commit","published_at":"2016-05-22T17:51:46.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.2/manifests"},{"name":"4.6.1","sha":"97240985da5d465b556e24cd752fe1abc694bb32","kind":"commit","published_at":"2016-05-12T19:55:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.1/manifests"},{"name":"4.6.0","sha":"97240985da5d465b556e24cd752fe1abc694bb32","kind":"commit","published_at":"2016-05-12T19:55:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.0/manifests"},{"name":"4.5.0","sha":"e6cc3d694918388d207c4d9fb7d924fc3c479715","kind":"commit","published_at":"2016-04-24T17:15:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.5.0/manifests"},{"name":"4.4.0","sha":"698d015bbdde96b7df84f70ef1348d0f0a3761b1","kind":"commit","published_at":"2016-04-16T13:24:17.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.4.0/manifests"},{"name":"4.3.2","sha":"46a3c1470d19e20d6b03ccebaafb14bf6a6aad1f","kind":"commit","published_at":"2016-04-03T15:10:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.2/manifests"},{"name":"4.3.1","sha":"5c6639468995ba939d30c9424ac5fc46d75440cf","kind":"commit","published_at":"2016-04-01T19:27:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.1/manifests"},{"name":"4.3.0","sha":"0db7a6ac396e489eb26a1944dfb85188aa35bc15","kind":"commit","published_at":"2016-03-31T18:17:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.0/manifests"},{"name":"4.2.2","sha":"d76c28a7684480b84770db7448d9e3851f9629c8","kind":"tag","published_at":"2016-02-05T20:54:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.2/manifests"},{"name":"4.2.1","sha":"0d68f4fd581c5906ce552b3bb40d875ab9034822","kind":"tag","published_at":"2016-01-10T16:50:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.1/manifests"},{"name":"4.2.0","sha":"4d5e5ca3a5d558c1d86f8d192a8da1bb3f09ef75","kind":"tag","published_at":"2016-01-08T05:30:18.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.0/manifests"},{"name":"4.1.1","sha":"57d3a4ea99ca39fe239006c7a5f93da71c7b9298","kind":"tag","published_at":"2015-12-13T16:25:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.1/manifests"},{"name":"4.1.0","sha":"2844685c954f79919119e1f5d12d7c9c428438ce","kind":"commit","published_at":"2015-11-24T19:38:49.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.0/manifests"},{"name":"4.0.1","sha":"9c3d4dad93c1db440bb344c28209135f7319bb68","kind":"tag","published_at":"2015-10-21T11:44:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.1/manifests"},{"name":"4.0.0","sha":"8b2a8c78bb1a68a85c5e42b43825b1de5adaa333","kind":"commit","published_at":"2015-08-25T17:35:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0/manifests"},{"name":"4.0.0-beta.1","sha":"72cd5e459c5c89893b7d7ee92f5dab252e910955","kind":"tag","published_at":"2015-08-07T18:38:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0-beta.1/manifests"},{"name":"3.5.0","sha":"932b3a245f9a157553b8a70581415534e4c04316","kind":"tag","published_at":"2015-08-02T19:25:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.5.0/manifests"},{"name":"3.4.1","sha":"6e95da983c038f152f0cae2326da6b0f2eb222a3","kind":"commit","published_at":"2015-07-03T17:46:54.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.4.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.1/manifests"},{"name":"3.4.0","sha":"5e1790189bbd0b831a870bd40ff0769390ca8191","kind":"commit","published_at":"2015-06-22T17:40:43.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.0/manifests"},{"name":"3.3.1","sha":"c6d62117c94523c7e90339862f90c8e0f537a42b","kind":"tag","published_at":"2015-02-22T19:10:13.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.1/manifests"},{"name":"3.3.0","sha":"cd3c759fbf89301c4687a10f571636d3b335944c","kind":"tag","published_at":"2015-02-18T20:13:41.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.0/manifests"},{"name":"3.2.2","sha":"1b8d1fb3b9d189a17f69bf562b90c4df6ba21eeb","kind":"tag","published_at":"2014-12-12T19:07:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.2/manifests"},{"name":"3.2.1","sha":"1950c20172699f265f57c819ca0beb337e568b15","kind":"tag","published_at":"2014-10-05T12:01:55.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.1/manifests"},{"name":"3.1.0","sha":"d844e5ee4e2d7e1cfe6bcad265bb7db4846f59b4","kind":"tag","published_at":"2014-10-05T08:06:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.0/manifests"},{"name":"3.1.229","sha":"613e85ec56a1e79e32c5604ce4ccaeab31bf86ea","kind":"tag","published_at":"2014-10-05T08:06:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.1.229","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.1.229","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.1.229","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.229","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.229/manifests"},{"name":"v3.2.1","sha":"416f482862e921f518475b4b5e1b922b53ae07bb","kind":"commit","published_at":"2014-09-11T19:29:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.2.1/manifests"},{"name":"v3.1.229","sha":"613e85ec56a1e79e32c5604ce4ccaeab31bf86ea","kind":"commit","published_at":"2014-07-29T14:21:06.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.1.229","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.1.229","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.1.229","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.229","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.229/manifests"},{"name":"v3.1.227","sha":"76edca809a8f605bcebaaecd28134137d703f844","kind":"commit","published_at":"2014-07-29T05:24:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.1.227","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.1.227","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.1.227","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.227","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.227/manifests"},{"name":"3.0.90","sha":"da78efb128acf4b06f60d49edd7da4d70f83e898","kind":"tag","published_at":"2014-05-06T19:48:13.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.0.90","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.0.90","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.0.90","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.90","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.90/manifests"},{"name":"3.0.107","sha":"058f68e91344045e011c185518892ecf21b194d0","kind":"tag","published_at":"2014-05-06T19:47:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.0.107","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.0.107","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.0.107","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.107","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.107/manifests"},{"name":"v3.0","sha":"da78efb128acf4b06f60d49edd7da4d70f83e898","kind":"commit","published_at":"2014-04-23T18:43:25.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.0/manifests"},{"name":"v2.2","sha":"b643c716bb2ae70f18509f91e0584f60fc8ba891","kind":"commit","published_at":"2013-12-30T18:25:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.2/manifests"},{"name":"v2.1","sha":"b157267b02e2a8982e921e2b86d46f7742929e0d","kind":"commit","published_at":"2013-08-23T13:22:51.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.1/manifests"}]},"repo_metadata_updated_at":"2026-05-02T03:18:18.183Z","dependent_packages_count":0,"downloads":306,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":56.71090135464178,"dependent_repos_count":6.712416371507281,"dependent_packages_count":18.006908915999826,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.143408880716294},"purl":"pkg:nuget/magic.fluentassertions","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/magic.fluentassertions","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/magic.fluentassertions","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/magic.fluentassertions/dependencies","status":null,"funding_links":["https://github.com/sponsors/fluentassertions","https://ko-fi.com/dennisdoomen","https://patreon.com/fluentassertions","https://paypal.me/fluentassertions"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-28T16:12:31.190Z","issues_count":269,"pull_requests_count":1208,"avg_time_to_close_issue":26533295.020304568,"avg_time_to_close_pull_request":1531245.0133214921,"issues_closed_count":197,"pull_requests_closed_count":1126,"pull_request_authors_count":79,"issue_authors_count":189,"avg_comments_per_issue":5.553903345724907,"avg_comments_per_pull_request":3.5182119205298013,"merged_pull_requests_count":978,"bot_issues_count":1,"bot_pull_requests_count":503,"past_year_issues_count":51,"past_year_pull_requests_count":434,"past_year_avg_time_to_close_issue":591900.1379310344,"past_year_avg_time_to_close_pull_request":205409.37113402062,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":388,"past_year_pull_request_authors_count":21,"past_year_issue_authors_count":41,"past_year_avg_comments_per_issue":2.8823529411764706,"past_year_avg_comments_per_pull_request":3.1382488479262673,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":209,"past_year_merged_pull_requests_count":333,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/issues","maintainers":[{"login":"dennisdoomen","count":211,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"},{"login":"jnyrup","count":174,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"},{"login":"Meir017","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Meir017"}],"active_maintainers":[{"login":"dennisdoomen","count":127,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"},{"login":"jnyrup","count":53,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/magic.fluentassertions/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/magic.fluentassertions/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/magic.fluentassertions/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/magic.fluentassertions/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/magic.fluentassertions/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/magic.fluentassertions/codemeta","maintainers":[{"uuid":"share","login":"share","name":null,"email":null,"url":null,"packages_count":7,"html_url":"https://www.nuget.org/profiles/share","role":null,"created_at":"2025-07-20T03:46:09.658Z","updated_at":"2025-07-20T03:46:09.658Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/share/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":809245,"maintainers_count":111400,"namespaces_count":0,"keywords_count":161547,"github":"nuget","metadata":{"funded_packages_count":26730},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-04-19T05:08:31.503Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":8910224,"name":"fluentassertions","ecosystem":"nuget","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or\n      BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.\n      Supports the unit test frameworks MSTest2, MSTest3, MSTest4, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit.\n\n      IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/).\n      Check out the [license page](LICENSE) for more information.","homepage":"https://xceed.com/products/unit-testing/fluent-assertions/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fluentassertions/fluentassertions","keywords_array":["MSTest2","xUnit","NUnit","MSpec","TUnit","TDD","BDD","Fluent","netstandard","uwp"],"namespace":null,"versions_count":147,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-05-12T11:40:09.283Z","latest_release_number":"8.10.0","last_synced_at":"2026-05-29T11:30:34.311Z","created_at":"2024-02-25T23:13:18.250Z","updated_at":"2026-05-29T11:30:34.311Z","registry_url":"https://www.nuget.org/packages/fluentassertions/","install_command":"Install-Package fluentassertions","documentation_url":null,"metadata":{"copyright":"Copyright 2024-2026 Xceed Software Inc., all rights reserved","license_info":{"type":"file","text":"LICENSE","version":null},"license_url":"https://aka.ms/deprecateLicenseUrl","require_license_acceptance":true,"icon":"FluentAssertions.png","repository":{"type":"git","url":"https://github.com/fluentassertions/fluentassertions","branch":null,"commit":"0954811776a71005283221b91aabafc5fec332b7"},"development_dependency":false,"serviceable":false,"framework_assemblies":[{"assembly_name":"System.Xml","target_framework":".NETFramework4.7"},{"assembly_name":"System.Xml.Linq","target_framework":".NETFramework4.7"}],"package_types":[],"release_notes":"See https://fluentassertions.com/releases/","dependency_summary":{"total_dependency_groups":4,"target_frameworks":[".NETFramework4.7","net6.0",".NETStandard2.0",".NETStandard2.1"],"total_dependencies":2}},"repo_metadata":{},"repo_metadata_updated_at":"2024-09-08T01:57:46.658Z","dependent_packages_count":386,"downloads":694936639,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.0394280912199109,"dependent_repos_count":14.976387211390374,"dependent_packages_count":20.335435798137816,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":11.783750366916033},"purl":"pkg:nuget/fluentassertions","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/fluentassertions","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/fluentassertions","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/fluentassertions/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fluentassertions/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fluentassertions/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fluentassertions/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fluentassertions/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fluentassertions/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fluentassertions/codemeta","maintainers":[{"uuid":"dennisdoomen","login":"dennisdoomen","name":null,"email":null,"url":null,"packages_count":28,"html_url":"https://www.nuget.org/profiles/dennisdoomen","role":null,"created_at":"2024-02-25T23:17:39.544Z","updated_at":"2024-02-25T23:17:39.544Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/dennisdoomen/packages"},{"uuid":"fluentassertions","login":"fluentassertions","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://www.nuget.org/profiles/fluentassertions","role":null,"created_at":"2024-02-25T23:17:40.007Z","updated_at":"2024-02-25T23:17:40.007Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/fluentassertions/packages"},{"uuid":"xceed","login":"xceed","name":null,"email":null,"url":null,"packages_count":66,"html_url":"https://www.nuget.org/profiles/xceed","role":null,"created_at":"2024-03-26T11:43:05.132Z","updated_at":"2024-03-26T11:43:05.132Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/xceed/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":809245,"maintainers_count":111400,"namespaces_count":0,"keywords_count":161547,"github":"nuget","metadata":{"funded_packages_count":26730},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-04-19T05:08:31.503Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":3261537,"name":"z_zpkg","ecosystem":"nuget","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or\n      BDD-style unit tests. Targets .NET Framework 4.5 and 4.7, as well as .NET Core 2.0, .NET Core 3.0, .NET Core 2.1, .NET Standard 1.3, 1.6, 2.0 and 2.1.\n      Supports the unit test frameworks MSTest, MSTest2, Gallio, NUnit, XUnit, MBUnit, MSpec, and NSpec.","homepage":"https://www.fluentassertions.com/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/fluentassertions/fluentassertions","keywords_array":["MSTest","MSTest2","xUnit","xUnit2","NUnit","MSpec","NSpec","Gallio","MbUnit","TDD","BDD","Fluent","netcore","netstandard","uwp"],"namespace":null,"versions_count":2,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-05-18T16:31:37.427Z","latest_release_number":null,"last_synced_at":"2026-05-18T16:31:42.787Z","created_at":"2022-04-10T16:37:07.215Z","updated_at":"2026-05-18T16:31:42.788Z","registry_url":"https://www.nuget.org/packages/z_zpkg/","install_command":"Install-Package z_zpkg","documentation_url":null,"metadata":{"copyright":"Copyright Dennis Doomen 2010-2020","owners":"Dennis Doomen,Jonas Nyrup","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"repository":{"type":"git","url":"https://github.com/fluentassertions/fluentassertions.git","branch":null,"commit":null},"development_dependency":false,"serviceable":false,"framework_assemblies":[{"assembly_name":"System.Configuration","target_framework":".NETFramework4.7"},{"assembly_name":"System.Xml","target_framework":".NETFramework4.7"},{"assembly_name":"System.Xml.Linq","target_framework":".NETFramework4.7"}],"package_types":[],"release_notes":"See https://github.com/fluentassertions/fluentassertions/releases/","dependency_summary":{"total_dependency_groups":1,"target_frameworks":[".NETFramework4.7"],"total_dependencies":0}},"repo_metadata":{"id":37413103,"uuid":"11718424","full_name":"fluentassertions/fluentassertions","owner":"fluentassertions","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.","archived":false,"fork":false,"pushed_at":"2025-10-08T11:31:38.000Z","size":37391,"stargazers_count":3805,"open_issues_count":73,"forks_count":733,"subscribers_count":68,"default_branch":"main","last_synced_at":"2025-10-10T06:25:41.524Z","etag":null,"topics":["assertions","bdd-style","c-sharp","fluent-assertions","hacktoberfest","mstest","tdd","unit-testing","xunit"],"latest_commit_sha":null,"homepage":"https://xceed.com/products/unit-testing/fluent-assertions/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentassertions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"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},"funding":{"github":"fluentassertions","ko_fi":"dennisdoomen","patreon":"fluentassertions","custom":["https://paypal.me/fluentassertions"]}},"created_at":"2013-07-28T10:35:25.000Z","updated_at":"2025-10-09T18:37:00.000Z","dependencies_parsed_at":"2023-09-22T13:17:54.997Z","dependency_job_id":"238304cb-597a-440b-b7e1-d50d249671a0","html_url":"https://github.com/fluentassertions/fluentassertions","commit_stats":{"total_commits":3443,"total_committers":247,"mean_commits":13.93927125506073,"dds":0.7728724949172233,"last_synced_commit":"50961b72884f0289800b90b1d58f33034bd57d13"},"previous_names":[],"tags_count":129,"template":false,"template_full_name":null,"purl":"pkg:github/fluentassertions/fluentassertions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/sbom","scorecard":{"id":267585,"data":{"date":"2025-08-11","repo":{"name":"github.com/fluentassertions/fluentassertions","commit":"6f4d2245024329fc98ff9ede4450cbdcc93b51cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha }}': .github/workflows/code_quality.yml:16"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":7,"reason":"Found 7/9 approved changesets -- score normalized to 7","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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'checks' permission set to 'write': .github/workflows/build.yml:98","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:18","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/code_quality.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/code_quality.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/code_quality.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: nugetCommand not pinned by hash: .github/workflows/codeql.yml:51: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   0 out of   1 nugetCommand 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool detected","details":["Info: SAST configuration detected: CodeQL","Info: SAST configuration detected: Qodana","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T12:30:12.348Z","repository_id":37413103,"created_at":"2025-08-17T12:30:12.348Z","updated_at":"2025-08-17T12:30:12.348Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007031,"owners_count":26084226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"fluentassertions","name":"FluentAssertions","uuid":"25584770","kind":"organization","description":"","email":"support@xceed.com","website":"https://xceed.com/products/unit-testing/fluent-assertions/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/25584770?v=4","repositories_count":9,"last_synced_at":"2025-10-02T11:50:46.652Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/fluentassertions","funding_links":["https://github.com/sponsors/fluentassertions"],"total_stars":4131,"followers":93,"following":0,"created_at":"2022-11-03T12:51:16.854Z","updated_at":"2025-10-02T11:50:46.652Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions/repositories"},"tags":[{"name":"8.7.1","sha":"aaa69248d932dd5c4d00b086517e4b51f0fc938f","kind":"commit","published_at":"2025-10-02T09:30:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.7.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.1/manifests"},{"name":"8.7.0","sha":"ae620add07cf6666841e568fd3bf8a0733478bb5","kind":"commit","published_at":"2025-09-20T16:41:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.0/manifests"},{"name":"8.6.0","sha":"3c1a442c4845a73a89a6b084f92db7edfa3e9ca4","kind":"commit","published_at":"2025-08-12T08:45:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.6.0/manifests"},{"name":"8.5.0","sha":"ecd2166797c440204afba1cb78eed54390d014be","kind":"commit","published_at":"2025-07-07T18:15:28.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.5.0/manifests"},{"name":"8.4.0","sha":"cc607f1d3d539f246ddb239cc3decb06d3807d41","kind":"commit","published_at":"2025-06-24T06:49:46.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.4.0/manifests"},{"name":"8.3.0","sha":"7142e0f801cbfabb0f2c970081b73702da03c22f","kind":"commit","published_at":"2025-05-25T11:17:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.3.0/manifests"},{"name":"8.2.0","sha":"04defbe85c05581c443d819b5d01bf84f0d62222","kind":"commit","published_at":"2025-03-13T15:00:03.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.2.0/manifests"},{"name":"8.1.1","sha":"4d70568e468ffbbc83ea6eb4495b6f16ad53c59a","kind":"commit","published_at":"2025-02-21T15:13:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.1/manifests"},{"name":"8.1.0","sha":"af8910f56ca8b9f898bd28b13312db091800a198","kind":"commit","published_at":"2025-02-20T21:24:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.0/manifests"},{"name":"7.2.0","sha":"3dd8243e396432a55dd12a74a5a548a5f085fac5","kind":"commit","published_at":"2025-02-11T07:56:44.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.0/manifests"},{"name":"8.0.1","sha":"7e654139fc569d975e711729cf71568e7d878c29","kind":"commit","published_at":"2025-01-20T19:26:54.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.1/manifests"},{"name":"7.1.0","sha":"719db2a7df943a1587aa95c5538350479d829601","kind":"commit","published_at":"2025-01-17T06:04:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.1.0/manifests"},{"name":"8.0.0","sha":"901c8fa6b4bffe48fb3db27d5de8720b8d5accac","kind":"commit","published_at":"2025-01-14T11:06:05.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0/manifests"},{"name":"8.0.0-rc.2","sha":"9600078b4c3dbe5a37ec04460c572af25406a027","kind":"commit","published_at":"2025-01-05T13:05:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-rc.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.2/manifests"},{"name":"8.0.0-rc.1","sha":"6b76731b62f225a983e10ac2e8093ec001bd0793","kind":"commit","published_at":"2025-01-05T10:12:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-rc.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.1/manifests"},{"name":"8.0.0-alpha.1","sha":"c14f48baa8237401bcfab39b885d1c66e8ed046e","kind":"commit","published_at":"2024-12-02T19:01:44.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-alpha.1/manifests"},{"name":"7.0.0","sha":"e0f45049d8acadae0c98f9710b650dd413480355","kind":"commit","published_at":"2024-11-30T14:17:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0/manifests"},{"name":"6.12.2","sha":"c6cd85cacaa5e672efa17b483323554a688d6a45","kind":"commit","published_at":"2024-11-08T11:26:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.2/manifests"},{"name":"7.0.0-alpha.5","sha":"70cae37543ffaa90c38b55291fb28518122d8ac0","kind":"commit","published_at":"2024-10-31T19:32:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.5","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.5/manifests"},{"name":"6.12.1","sha":"a8e7f17fdf6d2010585887a4219c920ad90a8ede","kind":"commit","published_at":"2024-09-09T13:21:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.1/manifests"},{"name":"7.0.0-alpha.4","sha":"fa3b9cb66c48da6c1beed69ed2e919ec235a8202","kind":"commit","published_at":"2024-05-27T17:57:21.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.4/manifests"},{"name":"7.0.0-alpha.3","sha":"55ec67758d161f71528266938795777989c58ab0","kind":"commit","published_at":"2023-10-26T13:13:18.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.3/manifests"},{"name":"7.0.0-alpha.2","sha":"b43127ca80a8853391f18bebd2d1b78d1c01c59b","kind":"commit","published_at":"2023-10-14T13:08:36.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.2/manifests"},{"name":"7.0.0-alpha.1","sha":"22ac70fd7501f7426aae2ad768fb38dec4e41faa","kind":"commit","published_at":"2023-08-28T07:59:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.1/manifests"},{"name":"6.12.0","sha":"340af803f2b0c60a132a334cafa845e15f636bba","kind":"commit","published_at":"2023-08-23T10:52:20.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.0/manifests"},{"name":"6.11.0","sha":"73eb91924fd9303065b78c9a58657e9def86a8bf","kind":"commit","published_at":"2023-04-20T16:52:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.11.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.11.0/manifests"},{"name":"6.10.0","sha":"6d038f064789ab383c5b4bddb12da02953f80f08","kind":"commit","published_at":"2023-02-11T15:46:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.10.0/manifests"},{"name":"6.9.0","sha":"946572eb59bc47f10af0cb80f303d3721fbba6ed","kind":"commit","published_at":"2023-01-12T14:50:25.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.9.0/manifests"},{"name":"6.8.0","sha":"5772c292f26c28425bb9298a640231f42f893de7","kind":"commit","published_at":"2022-10-22T17:12:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.8.0/manifests"},{"name":"6.7.0","sha":"c93639b635560827a4d7cca03e12fbfa3dafeda1","kind":"commit","published_at":"2022-05-18T16:38:39.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.7.0/manifests"},{"name":"6.6.0","sha":"6419939fdcaf1f1b2608d56c3f17b6a95dcadae7","kind":"commit","published_at":"2022-04-03T13:45:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.6.0/manifests"},{"name":"6.5.1","sha":"e25fa3acaa100d4c632fa3875edffe516b76d812","kind":"commit","published_at":"2022-02-11T13:33:50.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.5.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.1/manifests"},{"name":"6.5.0","sha":"0aafd3178ccf0c63aa3416c317003173268d733f","kind":"commit","published_at":"2022-02-08T06:51:17.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.0/manifests"},{"name":"6.4.0","sha":"35d018a81964a379465165fd408ad1d563ca3c2a","kind":"commit","published_at":"2022-01-22T15:24:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.4.0/manifests"},{"name":"6.3.0","sha":"587f5f141e9b63fcd8ab11221fceafb90c538e4c","kind":"commit","published_at":"2021-12-31T12:03:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.3.0/manifests"},{"name":"6.2.0","sha":"84f7c7027f5e99c1ff5a864158daa765c347c199","kind":"commit","published_at":"2021-10-25T11:19:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.2.0/manifests"},{"name":"6.1.0","sha":"ce07e5c2874e99151ce92631f0f202b9e8d05e5d","kind":"commit","published_at":"2021-08-22T15:58:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.1.0/manifests"},{"name":"6.0.0","sha":"9abdeb3619861f1b17cfb283e3e69b794b8be61f","kind":"commit","published_at":"2021-08-13T08:40:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0/manifests"},{"name":"6.0.0-beta.3","sha":"dbe3fdaa5be219fe281f050279eb30eaf417abe8","kind":"commit","published_at":"2021-08-11T07:18:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.3/manifests"},{"name":"6.0.0-beta.2","sha":"6f7d59859f8eb98099a583cca4334716c209ff02","kind":"commit","published_at":"2021-08-05T14:26:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.2/manifests"},{"name":"6.0.0-beta.1","sha":"4a5b9cb9228192ee7a117a0fe4cbfbcfb72f206d","kind":"commit","published_at":"2021-06-01T06:23:06.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.1/manifests"},{"name":"6.0.0-alpha.2","sha":"2fb99151308b282053f29ce8dc56e8d4d2e27048","kind":"commit","published_at":"2021-01-07T20:41:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-alpha.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.2/manifests"},{"name":"6.0.0-alpha.1","sha":"4396c8fbdbb2536c52ee8c279f151728de1da35b","kind":"commit","published_at":"2020-07-20T14:14:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.1/manifests"},{"name":"5.10.3","sha":"4787885aca5dcda3715a047d7fd6f53f022698c4","kind":"commit","published_at":"2020-03-21T08:45:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.3/manifests"},{"name":"5.10.2","sha":"3f7078a5dd2134bbc9dd3a9a1817ac0d239c9a52","kind":"commit","published_at":"2020-02-09T12:59:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.2/manifests"},{"name":"5.10.1","sha":"1514d4aca2d81251d040ffadc87c429e2e152459","kind":"commit","published_at":"2020-02-09T12:58:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.1/manifests"},{"name":"5.10.0","sha":"b69ca0750631ca6933fe6c4902bf32c382518f09","kind":"commit","published_at":"2020-01-02T08:51:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.0/manifests"},{"name":"5.9.0","sha":"d1b5c1ec8cdf5fb54ee83b8b1440cb0c96f7cb87","kind":"commit","published_at":"2019-08-28T10:43:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.9.0/manifests"},{"name":"5.8.0","sha":"070aa6c6c4764171ff83aa22aba259dc40b84b46","kind":"commit","published_at":"2019-08-08T16:53:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.8.0/manifests"},{"name":"5.7.0","sha":"9852f6a143867c81160cfa0bd900f7562ae2bd0e","kind":"commit","published_at":"2019-06-07T19:50:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.7.0/manifests"},{"name":"5.6.0","sha":"6cf1d347ff39170f14755bc1028c2183d86bb61b","kind":"commit","published_at":"2019-01-11T18:38:40.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.6.0/manifests"},{"name":"5.5.3","sha":"9a36498ac92d6cce8ae1e542233eef78b7050a7e","kind":"commit","published_at":"2018-11-20T12:10:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.3/manifests"},{"name":"5.5.2","sha":"d25c7952dbdde6acaec6f5b3790a5dd8b206c270","kind":"commit","published_at":"2018-11-19T08:08:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.2/manifests"},{"name":"5.5.1","sha":"5e73e51922f1b79d2d93bff6d0ad7e32914e4fb0","kind":"commit","published_at":"2018-11-16T07:04:32.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.1/manifests"},{"name":"5.5.0","sha":"a1673b09cbe4cd9e1510dc8e6728f1bed9002085","kind":"commit","published_at":"2018-11-08T13:23:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.0/manifests"},{"name":"5.4.2","sha":"68ca857143d4f0f2adcfe2fb58e1264d8ad279ba","kind":"commit","published_at":"2018-09-06T16:54:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.2/manifests"},{"name":"5.4.1","sha":"e27f6f3e084d6f8581abecb6f6f7368aa1aea988","kind":"commit","published_at":"2018-06-20T05:31:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.1/manifests"},{"name":"5.4.0","sha":"175a2ab9cfeff502e1a38bfaa7d32051132bc0c1","kind":"commit","published_at":"2018-06-10T12:08:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.0/manifests"},{"name":"5.3.2","sha":"8b4be8d1c2c831b30cc5ff8764963f7e5a847c34","kind":"commit","published_at":"2018-05-30T04:07:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.2/manifests"},{"name":"5.3.1","sha":"23c6c79c2e495bbf92ce4086b86f5d6c367d91ab","kind":"commit","published_at":"2018-05-24T20:01:45.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.1/manifests"},{"name":"5.3.0","sha":"b4d5880076f1f61fe89c0b931a3a29a61a708fe0","kind":"commit","published_at":"2018-04-18T14:55:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.0/manifests"},{"name":"5.2.0","sha":"c61c46b808befdd2d0090b3fb9f4d635f36ffdc3","kind":"commit","published_at":"2018-03-15T19:26:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.2.0/manifests"},{"name":"5.1.2","sha":"80c58fce4b9df99b9bbfbc6b5ab22656f28702ca","kind":"commit","published_at":"2018-02-18T18:25:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.2/manifests"},{"name":"5.1.1","sha":"a3cd296a78e4b797bba7b2946241abadf777b842","kind":"commit","published_at":"2018-02-14T06:23:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.1/manifests"},{"name":"5.1.0","sha":"ab6a6e9bf18063b2cfe54ff3cbbf21b6b59558b4","kind":"commit","published_at":"2018-02-11T13:26:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.0/manifests"},{"name":"5.0.0","sha":"4ccdc19414d497e3329b569bb80cab0823003af0","kind":"commit","published_at":"2018-02-04T13:33:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0/manifests"},{"name":"5.0.0-rc.5","sha":"04dc10b1f1cc927229abe118d9ee1801f4eedf51","kind":"commit","published_at":"2018-01-31T07:40:31.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.5","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.5/manifests"},{"name":"5.0.0-rc.4","sha":"5f31377203524b5c271775255ab97bacaaa723d4","kind":"commit","published_at":"2018-01-29T14:24:51.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.4/manifests"},{"name":"5.0.0-rc.3","sha":"fcdef2eb5b597b127fd6429d89a2848f356fb681","kind":"commit","published_at":"2018-01-28T06:58:50.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.3/manifests"},{"name":"5.0.0-rc.2","sha":"cdaa5027a4cb1614bb33ba2daa7925c9bbac1bb2","kind":"commit","published_at":"2018-01-12T07:55:00.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.2/manifests"},{"name":"5.0.0-rc.1","sha":"4dda1dc8b6bf4f7cffdbb5ad39d99d380e4e98a7","kind":"commit","published_at":"2018-01-08T06:33:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.1/manifests"},{"name":"5.0.0-beta.4","sha":"de060896fc7b5649d2ed213780f568e7802a44e1","kind":"commit","published_at":"2017-11-18T13:22:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.4/manifests"},{"name":"5.0.0-beta.3","sha":"f1bd3fc1e8317c22f1f8e1cc6ad282b3811a92f9","kind":"commit","published_at":"2017-10-04T19:39:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.3/manifests"},{"name":"5.0.0-beta.2","sha":"d7c148c255dd538fb553b1137ee25f7447fb5d37","kind":"commit","published_at":"2017-09-17T19:35:21.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.2/manifests"},{"name":"5.0.0-beta.1","sha":"ce84916becfc8c36aa78f84ecd5248ef130e3be4","kind":"commit","published_at":"2017-08-25T19:24:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.1/manifests"},{"name":"4.19.4","sha":"082a95fc7da182024a51e01075291d02926a656a","kind":"commit","published_at":"2017-08-24T20:00:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.4/manifests"},{"name":"4.19.3","sha":"37ca4e8c13deffe9735fe8f749d21e59dbd87f41","kind":"commit","published_at":"2017-07-04T11:56:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.3/manifests"},{"name":"4.19.2","sha":"bad319e61932ba9f29c4244221852d1ef9f4c021","kind":"commit","published_at":"2017-03-07T20:36:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.2/manifests"},{"name":"4.19.1","sha":"bad319e61932ba9f29c4244221852d1ef9f4c021","kind":"commit","published_at":"2017-03-07T20:36:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.1/manifests"},{"name":"4.19.0","sha":"acbba16b0816e14e4be92a27bbce42eef826c1bd","kind":"commit","published_at":"2017-02-04T19:08:57.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.0/manifests"},{"name":"4.18.0","sha":"ab13a102131ba2031bfdaf7c040794e4f8789345","kind":"commit","published_at":"2016-12-04T19:49:40.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.18.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.18.0/manifests"},{"name":"4.17.0","sha":"67ff3ad64fb21779667e78b8eca59d3c4d1c8eae","kind":"commit","published_at":"2016-11-09T06:10:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.17.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.17.0/manifests"},{"name":"4.16.0","sha":"156d38fb4c40652de1096960913ce18aa81e137f","kind":"commit","published_at":"2016-10-26T17:01:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.16.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.16.0/manifests"},{"name":"4.15.0","sha":"ea63c04e313fffa5196fb6e758ff27ab3145ddf4","kind":"commit","published_at":"2016-10-11T18:46:39.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.15.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.15.0/manifests"},{"name":"4.14.0","sha":"77be654857b4ba28e75709a97a481b24fe966dcc","kind":"commit","published_at":"2016-09-05T06:55:35.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.14.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14.0/manifests"},{"name":"4.14","sha":"77be654857b4ba28e75709a97a481b24fe966dcc","kind":"commit","published_at":"2016-09-05T06:55:35.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.14","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14/manifests"},{"name":"4.13.1","sha":"d57a300ce206c5d1443070ec62a027e35a53b271","kind":"commit","published_at":"2016-08-27T15:40:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.13.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.1/manifests"},{"name":"4.13.0","sha":"3abfc14e820b3d6ba8b1adf7e465d76f841efb49","kind":"commit","published_at":"2016-07-21T09:17:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.13.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.0/manifests"},{"name":"4.12.0","sha":"0ba147860c1cab0c60014abb210a3534f18996cd","kind":"commit","published_at":"2016-07-15T15:01:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.12.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.12.0/manifests"},{"name":"4.11.0","sha":"6e624697705adfccc09b1bca15112d768a5a58da","kind":"commit","published_at":"2016-07-06T11:54:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.11.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.11.0/manifests"},{"name":"4.10.0","sha":"3d3bb0fa62e33d23e5cadb3802c27b5d0bc50c62","kind":"commit","published_at":"2016-07-05T09:10:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.10.0/manifests"},{"name":"4.9.1","sha":"2deef649732dee73141bfb56cced98bdb3c13c1a","kind":"commit","published_at":"2016-06-23T19:42:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.9.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.1/manifests"},{"name":"4.9.0","sha":"0d7cb557b7dc9e8e67d81fa5ac30284a243307ef","kind":"commit","published_at":"2016-06-13T13:19:03.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.0/manifests"},{"name":"4.8.0","sha":"bdadfe7dc87e4baea19ed041125b8fceb4f07e95","kind":"commit","published_at":"2016-06-07T06:09:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.8.0/manifests"},{"name":"4.7.0","sha":"0c22c1a7b00e124176a34e70602a929e7b2aad88","kind":"commit","published_at":"2016-06-05T19:09:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.7.0/manifests"},{"name":"4.6.3","sha":"99644c684c50919af81c02a6391831acb6944ea7","kind":"commit","published_at":"2016-05-24T06:30:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.3/manifests"},{"name":"4.6.2","sha":"f30b771329fdfc78b32d0fad30917ba649210618","kind":"commit","published_at":"2016-05-22T17:51:46.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.2/manifests"},{"name":"4.6.0","sha":"97240985da5d465b556e24cd752fe1abc694bb32","kind":"commit","published_at":"2016-05-12T19:55:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.0/manifests"},{"name":"4.6.1","sha":"97240985da5d465b556e24cd752fe1abc694bb32","kind":"commit","published_at":"2016-05-12T19:55:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.1/manifests"},{"name":"4.5.0","sha":"e6cc3d694918388d207c4d9fb7d924fc3c479715","kind":"commit","published_at":"2016-04-24T17:15:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.5.0/manifests"},{"name":"4.4.0","sha":"698d015bbdde96b7df84f70ef1348d0f0a3761b1","kind":"commit","published_at":"2016-04-16T13:24:17.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.4.0/manifests"},{"name":"4.3.2","sha":"46a3c1470d19e20d6b03ccebaafb14bf6a6aad1f","kind":"commit","published_at":"2016-04-03T15:10:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.2/manifests"},{"name":"4.3.1","sha":"5c6639468995ba939d30c9424ac5fc46d75440cf","kind":"commit","published_at":"2016-04-01T19:27:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.1/manifests"},{"name":"4.3.0","sha":"0db7a6ac396e489eb26a1944dfb85188aa35bc15","kind":"commit","published_at":"2016-03-31T18:17:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.0/manifests"},{"name":"4.2.2","sha":"d76c28a7684480b84770db7448d9e3851f9629c8","kind":"tag","published_at":"2016-02-05T20:54:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.2/manifests"},{"name":"4.2.1","sha":"0d68f4fd581c5906ce552b3bb40d875ab9034822","kind":"tag","published_at":"2016-01-10T16:50:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.1/manifests"},{"name":"4.2.0","sha":"4d5e5ca3a5d558c1d86f8d192a8da1bb3f09ef75","kind":"tag","published_at":"2016-01-08T05:30:18.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.0/manifests"},{"name":"4.1.1","sha":"57d3a4ea99ca39fe239006c7a5f93da71c7b9298","kind":"tag","published_at":"2015-12-13T16:25:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.1/manifests"},{"name":"4.1.0","sha":"2844685c954f79919119e1f5d12d7c9c428438ce","kind":"commit","published_at":"2015-11-24T19:38:49.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.0/manifests"},{"name":"4.0.1","sha":"9c3d4dad93c1db440bb344c28209135f7319bb68","kind":"tag","published_at":"2015-10-21T11:44:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.1/manifests"},{"name":"4.0.0","sha":"8b2a8c78bb1a68a85c5e42b43825b1de5adaa333","kind":"commit","published_at":"2015-08-25T17:35:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0/manifests"},{"name":"4.0.0-beta.1","sha":"72cd5e459c5c89893b7d7ee92f5dab252e910955","kind":"tag","published_at":"2015-08-07T18:38:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0-beta.1/manifests"},{"name":"3.5.0","sha":"932b3a245f9a157553b8a70581415534e4c04316","kind":"tag","published_at":"2015-08-02T19:25:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.5.0/manifests"},{"name":"3.4.1","sha":"6e95da983c038f152f0cae2326da6b0f2eb222a3","kind":"commit","published_at":"2015-07-03T17:46:54.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.4.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.1/manifests"},{"name":"3.4.0","sha":"5e1790189bbd0b831a870bd40ff0769390ca8191","kind":"commit","published_at":"2015-06-22T17:40:43.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.0/manifests"},{"name":"3.3.1","sha":"c6d62117c94523c7e90339862f90c8e0f537a42b","kind":"tag","published_at":"2015-02-22T19:10:13.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.1/manifests"},{"name":"3.3.0","sha":"cd3c759fbf89301c4687a10f571636d3b335944c","kind":"tag","published_at":"2015-02-18T20:13:41.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.0/manifests"},{"name":"3.2.2","sha":"1b8d1fb3b9d189a17f69bf562b90c4df6ba21eeb","kind":"tag","published_at":"2014-12-12T19:07:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.2/manifests"},{"name":"3.2.1","sha":"1950c20172699f265f57c819ca0beb337e568b15","kind":"tag","published_at":"2014-10-05T12:01:55.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.1/manifests"},{"name":"3.1.0","sha":"d844e5ee4e2d7e1cfe6bcad265bb7db4846f59b4","kind":"tag","published_at":"2014-10-05T08:06:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.0/manifests"},{"name":"3.1.229","sha":"613e85ec56a1e79e32c5604ce4ccaeab31bf86ea","kind":"tag","published_at":"2014-10-05T08:06:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.1.229","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.1.229","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.1.229","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.229","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.229/manifests"},{"name":"v3.2.1","sha":"416f482862e921f518475b4b5e1b922b53ae07bb","kind":"commit","published_at":"2014-09-11T19:29:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.2.1/manifests"},{"name":"v3.1.229","sha":"613e85ec56a1e79e32c5604ce4ccaeab31bf86ea","kind":"commit","published_at":"2014-07-29T14:21:06.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.1.229","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.1.229","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.1.229","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.229","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.229/manifests"},{"name":"v3.1.227","sha":"76edca809a8f605bcebaaecd28134137d703f844","kind":"commit","published_at":"2014-07-29T05:24:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.1.227","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.1.227","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.1.227","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.227","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.227/manifests"},{"name":"3.0.90","sha":"da78efb128acf4b06f60d49edd7da4d70f83e898","kind":"tag","published_at":"2014-05-06T19:48:13.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.0.90","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.0.90","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.0.90","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.90","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.90/manifests"},{"name":"3.0.107","sha":"058f68e91344045e011c185518892ecf21b194d0","kind":"tag","published_at":"2014-05-06T19:47:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.0.107","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.0.107","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.0.107","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.107","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.107/manifests"},{"name":"v3.0","sha":"da78efb128acf4b06f60d49edd7da4d70f83e898","kind":"commit","published_at":"2014-04-23T18:43:25.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.0/manifests"},{"name":"v2.2","sha":"b643c716bb2ae70f18509f91e0584f60fc8ba891","kind":"commit","published_at":"2013-12-30T18:25:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.2/manifests"},{"name":"v2.1","sha":"b157267b02e2a8982e921e2b86d46f7742929e0d","kind":"commit","published_at":"2013-08-23T13:22:51.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.1/manifests"}]},"repo_metadata_updated_at":"2025-10-11T20:14:48.846Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":null,"forks_count":null,"average":16.12247337783693},"purl":"pkg:nuget/z_zpkg","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/z_zpkg","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/z_zpkg","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/z_zpkg/dependencies","status":null,"funding_links":["https://github.com/sponsors/fluentassertions","https://ko-fi.com/dennisdoomen","https://patreon.com/fluentassertions","https://paypal.me/fluentassertions"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-08T14:02:28.537Z","issues_count":269,"pull_requests_count":1201,"avg_time_to_close_issue":26557668.497435898,"avg_time_to_close_pull_request":1538656.344057194,"issues_closed_count":195,"pull_requests_closed_count":1119,"pull_request_authors_count":79,"issue_authors_count":189,"avg_comments_per_issue":5.438661710037175,"avg_comments_per_pull_request":3.5228975853455453,"merged_pull_requests_count":971,"bot_issues_count":1,"bot_pull_requests_count":500,"past_year_issues_count":53,"past_year_pull_requests_count":455,"past_year_avg_time_to_close_issue":574885.4285714285,"past_year_avg_time_to_close_pull_request":235187.5185185185,"past_year_issues_closed_count":28,"past_year_pull_requests_closed_count":405,"past_year_pull_request_authors_count":22,"past_year_issue_authors_count":43,"past_year_avg_comments_per_issue":2.358490566037736,"past_year_avg_comments_per_pull_request":3.2637362637362637,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":224,"past_year_merged_pull_requests_count":345,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/issues","maintainers":[{"login":"dennisdoomen","count":209,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"},{"login":"jnyrup","count":173,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"},{"login":"Meir017","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Meir017"}],"active_maintainers":[{"login":"dennisdoomen","count":135,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"},{"login":"jnyrup","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/z_zpkg/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/z_zpkg/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/z_zpkg/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/z_zpkg/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/z_zpkg/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/z_zpkg/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":809245,"maintainers_count":111400,"namespaces_count":0,"keywords_count":161547,"github":"nuget","metadata":{"funded_packages_count":26730},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-04-19T05:08:31.503Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":11280144,"name":"forex-fluentassertions","ecosystem":"nuget","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or\n      BDD-style unit tests. Targets .NET Framework 4.7, .NET 6, as well as .NET Standard 2.0 and 2.1.\n      Supports the unit test frameworks MSTest2, NUnit3, XUnit2, XUnit3, MSpec and TUnit.\n\n      Supported by InfoSupport B.V.","homepage":"https://www.fluentassertions.com/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/fluentassertions/fluentassertions","keywords_array":["MSTest2","xUnit","NUnit","MSpec","TUnit","TDD","BDD","Fluent","netstandard","uwp"],"namespace":null,"versions_count":1,"first_release_published_at":"2025-01-17T10:16:43.170Z","latest_release_published_at":"2025-01-17T10:16:43.170Z","latest_release_number":"7.0.0","last_synced_at":"2026-05-01T06:19:40.401Z","created_at":"2025-01-19T08:34:28.598Z","updated_at":"2026-05-01T06:22:39.139Z","registry_url":"https://www.nuget.org/packages/forex-fluentassertions/","install_command":"Install-Package forex-fluentassertions","documentation_url":null,"metadata":{"copyright":"Copyright Dennis Doomen 2010-2025","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"icon":"FluentAssertions.png","repository":{"type":"git","url":"https://github.com/fluentassertions/fluentassertions","branch":null,"commit":"719db2a7df943a1587aa95c5538350479d829601"},"development_dependency":false,"serviceable":false,"framework_assemblies":[{"assembly_name":"System.Net.Http","target_framework":".NETFramework4.7, .NETFramework4.7"},{"assembly_name":"System.Configuration","target_framework":".NETFramework4.7"},{"assembly_name":"System.Data","target_framework":".NETFramework4.7"},{"assembly_name":"System.Xml","target_framework":".NETFramework4.7"},{"assembly_name":"System.Xml.Linq","target_framework":".NETFramework4.7"}],"package_types":[],"release_notes":"See https://fluentassertions.com/releases/","dependency_summary":{"total_dependency_groups":4,"target_frameworks":[".NETFramework4.7","net6.0",".NETStandard2.0",".NETStandard2.1"],"total_dependencies":3}},"repo_metadata":{"id":37413103,"uuid":"11718424","full_name":"fluentassertions/fluentassertions","owner":"fluentassertions","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.","archived":false,"fork":false,"pushed_at":"2026-04-28T07:30:48.000Z","size":37899,"stargazers_count":3813,"open_issues_count":64,"forks_count":731,"subscribers_count":68,"default_branch":"main","last_synced_at":"2026-04-28T09:48:35.829Z","etag":null,"topics":["assertions","bdd-style","c-sharp","fluent-assertions","hacktoberfest","mstest","tdd","unit-testing","xunit"],"latest_commit_sha":null,"homepage":"https://xceed.com/products/unit-testing/fluent-assertions/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentassertions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"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":"agents.md","dco":null,"cla":null},"funding":{"github":"fluentassertions","ko_fi":"dennisdoomen","patreon":"fluentassertions","custom":["https://paypal.me/fluentassertions"]}},"created_at":"2013-07-28T10:35:25.000Z","updated_at":"2026-04-28T07:30:52.000Z","dependencies_parsed_at":"2023-09-22T13:17:54.997Z","dependency_job_id":"238304cb-597a-440b-b7e1-d50d249671a0","html_url":"https://github.com/fluentassertions/fluentassertions","commit_stats":{"total_commits":3443,"total_committers":247,"mean_commits":13.93927125506073,"dds":0.7728724949172233,"last_synced_commit":"50961b72884f0289800b90b1d58f33034bd57d13"},"previous_names":[],"tags_count":133,"template":false,"template_full_name":null,"purl":"pkg:github/fluentassertions/fluentassertions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/sbom","scorecard":{"id":267585,"data":{"date":"2025-08-11","repo":{"name":"github.com/fluentassertions/fluentassertions","commit":"6f4d2245024329fc98ff9ede4450cbdcc93b51cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha }}': .github/workflows/code_quality.yml:16"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":7,"reason":"Found 7/9 approved changesets -- score normalized to 7","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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'checks' permission set to 'write': .github/workflows/build.yml:98","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:18","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/code_quality.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/code_quality.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/code_quality.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: nugetCommand not pinned by hash: .github/workflows/codeql.yml:51: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   0 out of   1 nugetCommand 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool detected","details":["Info: SAST configuration detected: CodeQL","Info: SAST configuration detected: Qodana","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T12:30:12.348Z","repository_id":37413103,"created_at":"2025-08-17T12:30:12.348Z","updated_at":"2025-08-17T12:30:12.348Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32486458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"fluentassertions","name":"FluentAssertions","uuid":"25584770","kind":"organization","description":"","email":"support@xceed.com","website":"https://xceed.com/products/unit-testing/fluent-assertions/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/25584770?v=4","repositories_count":9,"last_synced_at":"2026-02-04T06:45:46.062Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/fluentassertions","funding_links":["https://github.com/sponsors/fluentassertions"],"total_stars":4143,"followers":95,"following":0,"created_at":"2022-11-03T12:51:16.854Z","updated_at":"2026-02-04T06:45:46.062Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions/repositories"},"tags":[{"name":"8.9.0","sha":"1ba808c972709ed2ac982eab1bab4597601be767","kind":"commit","published_at":"2026-03-15T14:01:27.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.9.0/manifests"},{"name":"7.2.2","sha":"16e5b2d96a6ebfa1600844024362ad93489065c6","kind":"commit","published_at":"2026-03-08T07:32:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.2/manifests"},{"name":"7.2.1","sha":"4ca5226d486471eb90012ff17d80a9d62d812af1","kind":"commit","published_at":"2026-02-07T19:36:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.1/manifests"},{"name":"8.8.0","sha":"9f3e1ea0c961b697b588154b140d89ce5a6ecdb5","kind":"commit","published_at":"2025-10-14T07:09:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.8.0/manifests"},{"name":"8.7.1","sha":"aaa69248d932dd5c4d00b086517e4b51f0fc938f","kind":"commit","published_at":"2025-10-02T09:30:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.7.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.1/manifests"},{"name":"8.7.0","sha":"ae620add07cf6666841e568fd3bf8a0733478bb5","kind":"commit","published_at":"2025-09-20T16:41:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.0/manifests"},{"name":"8.6.0","sha":"3c1a442c4845a73a89a6b084f92db7edfa3e9ca4","kind":"commit","published_at":"2025-08-12T08:45:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.6.0/manifests"},{"name":"8.5.0","sha":"ecd2166797c440204afba1cb78eed54390d014be","kind":"commit","published_at":"2025-07-07T18:15:28.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.5.0/manifests"},{"name":"8.4.0","sha":"cc607f1d3d539f246ddb239cc3decb06d3807d41","kind":"commit","published_at":"2025-06-24T06:49:46.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.4.0/manifests"},{"name":"8.3.0","sha":"7142e0f801cbfabb0f2c970081b73702da03c22f","kind":"commit","published_at":"2025-05-25T11:17:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.3.0/manifests"},{"name":"8.2.0","sha":"04defbe85c05581c443d819b5d01bf84f0d62222","kind":"commit","published_at":"2025-03-13T15:00:03.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.2.0/manifests"},{"name":"8.1.1","sha":"4d70568e468ffbbc83ea6eb4495b6f16ad53c59a","kind":"commit","published_at":"2025-02-21T15:13:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.1/manifests"},{"name":"8.1.0","sha":"af8910f56ca8b9f898bd28b13312db091800a198","kind":"commit","published_at":"2025-02-20T21:24:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.0/manifests"},{"name":"7.2.0","sha":"3dd8243e396432a55dd12a74a5a548a5f085fac5","kind":"commit","published_at":"2025-02-11T07:56:44.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.0/manifests"},{"name":"8.0.1","sha":"7e654139fc569d975e711729cf71568e7d878c29","kind":"commit","published_at":"2025-01-20T19:26:54.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.1/manifests"},{"name":"7.1.0","sha":"719db2a7df943a1587aa95c5538350479d829601","kind":"commit","published_at":"2025-01-17T06:04:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.1.0/manifests"},{"name":"8.0.0","sha":"901c8fa6b4bffe48fb3db27d5de8720b8d5accac","kind":"commit","published_at":"2025-01-14T11:06:05.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0/manifests"},{"name":"8.0.0-rc.2","sha":"9600078b4c3dbe5a37ec04460c572af25406a027","kind":"commit","published_at":"2025-01-05T13:05:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-rc.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.2/manifests"},{"name":"8.0.0-rc.1","sha":"6b76731b62f225a983e10ac2e8093ec001bd0793","kind":"commit","published_at":"2025-01-05T10:12:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-rc.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.1/manifests"},{"name":"8.0.0-alpha.1","sha":"c14f48baa8237401bcfab39b885d1c66e8ed046e","kind":"commit","published_at":"2024-12-02T19:01:44.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-alpha.1/manifests"},{"name":"7.0.0","sha":"e0f45049d8acadae0c98f9710b650dd413480355","kind":"commit","published_at":"2024-11-30T14:17:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0/manifests"},{"name":"6.12.2","sha":"c6cd85cacaa5e672efa17b483323554a688d6a45","kind":"commit","published_at":"2024-11-08T11:26:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.2/manifests"},{"name":"7.0.0-alpha.5","sha":"70cae37543ffaa90c38b55291fb28518122d8ac0","kind":"commit","published_at":"2024-10-31T19:32:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.5","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.5/manifests"},{"name":"6.12.1","sha":"a8e7f17fdf6d2010585887a4219c920ad90a8ede","kind":"commit","published_at":"2024-09-09T13:21:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.1/manifests"},{"name":"7.0.0-alpha.4","sha":"fa3b9cb66c48da6c1beed69ed2e919ec235a8202","kind":"commit","published_at":"2024-05-27T17:57:21.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.4/manifests"},{"name":"7.0.0-alpha.3","sha":"55ec67758d161f71528266938795777989c58ab0","kind":"commit","published_at":"2023-10-26T13:13:18.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.3/manifests"},{"name":"7.0.0-alpha.2","sha":"b43127ca80a8853391f18bebd2d1b78d1c01c59b","kind":"commit","published_at":"2023-10-14T13:08:36.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.2/manifests"},{"name":"7.0.0-alpha.1","sha":"22ac70fd7501f7426aae2ad768fb38dec4e41faa","kind":"commit","published_at":"2023-08-28T07:59:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.1/manifests"},{"name":"6.12.0","sha":"340af803f2b0c60a132a334cafa845e15f636bba","kind":"commit","published_at":"2023-08-23T10:52:20.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.0/manifests"},{"name":"6.11.0","sha":"73eb91924fd9303065b78c9a58657e9def86a8bf","kind":"commit","published_at":"2023-04-20T16:52:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.11.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.11.0/manifests"},{"name":"6.10.0","sha":"6d038f064789ab383c5b4bddb12da02953f80f08","kind":"commit","published_at":"2023-02-11T15:46:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.10.0/manifests"},{"name":"6.9.0","sha":"946572eb59bc47f10af0cb80f303d3721fbba6ed","kind":"commit","published_at":"2023-01-12T14:50:25.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.9.0/manifests"},{"name":"6.8.0","sha":"5772c292f26c28425bb9298a640231f42f893de7","kind":"commit","published_at":"2022-10-22T17:12:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.8.0/manifests"},{"name":"6.7.0","sha":"c93639b635560827a4d7cca03e12fbfa3dafeda1","kind":"commit","published_at":"2022-05-18T16:38:39.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.7.0/manifests"},{"name":"6.6.0","sha":"6419939fdcaf1f1b2608d56c3f17b6a95dcadae7","kind":"commit","published_at":"2022-04-03T13:45:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.6.0/manifests"},{"name":"6.5.1","sha":"e25fa3acaa100d4c632fa3875edffe516b76d812","kind":"commit","published_at":"2022-02-11T13:33:50.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.5.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.1/manifests"},{"name":"6.5.0","sha":"0aafd3178ccf0c63aa3416c317003173268d733f","kind":"commit","published_at":"2022-02-08T06:51:17.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.0/manifests"},{"name":"6.4.0","sha":"35d018a81964a379465165fd408ad1d563ca3c2a","kind":"commit","published_at":"2022-01-22T15:24:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.4.0/manifests"},{"name":"6.3.0","sha":"587f5f141e9b63fcd8ab11221fceafb90c538e4c","kind":"commit","published_at":"2021-12-31T12:03:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.3.0/manifests"},{"name":"6.2.0","sha":"84f7c7027f5e99c1ff5a864158daa765c347c199","kind":"commit","published_at":"2021-10-25T11:19:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.2.0/manifests"},{"name":"6.1.0","sha":"ce07e5c2874e99151ce92631f0f202b9e8d05e5d","kind":"commit","published_at":"2021-08-22T15:58:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.1.0/manifests"},{"name":"6.0.0","sha":"9abdeb3619861f1b17cfb283e3e69b794b8be61f","kind":"commit","published_at":"2021-08-13T08:40:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0/manifests"},{"name":"6.0.0-beta.3","sha":"dbe3fdaa5be219fe281f050279eb30eaf417abe8","kind":"commit","published_at":"2021-08-11T07:18:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.3/manifests"},{"name":"6.0.0-beta.2","sha":"6f7d59859f8eb98099a583cca4334716c209ff02","kind":"commit","published_at":"2021-08-05T14:26:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.2/manifests"},{"name":"6.0.0-beta.1","sha":"4a5b9cb9228192ee7a117a0fe4cbfbcfb72f206d","kind":"commit","published_at":"2021-06-01T06:23:06.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.1/manifests"},{"name":"6.0.0-alpha.2","sha":"2fb99151308b282053f29ce8dc56e8d4d2e27048","kind":"commit","published_at":"2021-01-07T20:41:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-alpha.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.2/manifests"},{"name":"6.0.0-alpha.1","sha":"4396c8fbdbb2536c52ee8c279f151728de1da35b","kind":"commit","published_at":"2020-07-20T14:14:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.1/manifests"},{"name":"5.10.3","sha":"4787885aca5dcda3715a047d7fd6f53f022698c4","kind":"commit","published_at":"2020-03-21T08:45:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.3/manifests"},{"name":"5.10.2","sha":"3f7078a5dd2134bbc9dd3a9a1817ac0d239c9a52","kind":"commit","published_at":"2020-02-09T12:59:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.2/manifests"},{"name":"5.10.1","sha":"1514d4aca2d81251d040ffadc87c429e2e152459","kind":"commit","published_at":"2020-02-09T12:58:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.1/manifests"},{"name":"5.10.0","sha":"b69ca0750631ca6933fe6c4902bf32c382518f09","kind":"commit","published_at":"2020-01-02T08:51:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.0/manifests"},{"name":"5.9.0","sha":"d1b5c1ec8cdf5fb54ee83b8b1440cb0c96f7cb87","kind":"commit","published_at":"2019-08-28T10:43:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.9.0/manifests"},{"name":"5.8.0","sha":"070aa6c6c4764171ff83aa22aba259dc40b84b46","kind":"commit","published_at":"2019-08-08T16:53:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.8.0/manifests"},{"name":"5.7.0","sha":"9852f6a143867c81160cfa0bd900f7562ae2bd0e","kind":"commit","published_at":"2019-06-07T19:50:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.7.0/manifests"},{"name":"5.6.0","sha":"6cf1d347ff39170f14755bc1028c2183d86bb61b","kind":"commit","published_at":"2019-01-11T18:38:40.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.6.0/manifests"},{"name":"5.5.3","sha":"9a36498ac92d6cce8ae1e542233eef78b7050a7e","kind":"commit","published_at":"2018-11-20T12:10:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.3/manifests"},{"name":"5.5.2","sha":"d25c7952dbdde6acaec6f5b3790a5dd8b206c270","kind":"commit","published_at":"2018-11-19T08:08:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.2/manifests"},{"name":"5.5.1","sha":"5e73e51922f1b79d2d93bff6d0ad7e32914e4fb0","kind":"commit","published_at":"2018-11-16T07:04:32.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.1/manifests"},{"name":"5.5.0","sha":"a1673b09cbe4cd9e1510dc8e6728f1bed9002085","kind":"commit","published_at":"2018-11-08T13:23:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.0/manifests"},{"name":"5.4.2","sha":"68ca857143d4f0f2adcfe2fb58e1264d8ad279ba","kind":"commit","published_at":"2018-09-06T16:54:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.2/manifests"},{"name":"5.4.1","sha":"e27f6f3e084d6f8581abecb6f6f7368aa1aea988","kind":"commit","published_at":"2018-06-20T05:31:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.1/manifests"},{"name":"5.4.0","sha":"175a2ab9cfeff502e1a38bfaa7d32051132bc0c1","kind":"commit","published_at":"2018-06-10T12:08:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.0/manifests"},{"name":"5.3.2","sha":"8b4be8d1c2c831b30cc5ff8764963f7e5a847c34","kind":"commit","published_at":"2018-05-30T04:07:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.2/manifests"},{"name":"5.3.1","sha":"23c6c79c2e495bbf92ce4086b86f5d6c367d91ab","kind":"commit","published_at":"2018-05-24T20:01:45.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.1/manifests"},{"name":"5.3.0","sha":"b4d5880076f1f61fe89c0b931a3a29a61a708fe0","kind":"commit","published_at":"2018-04-18T14:55:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.0/manifests"},{"name":"5.2.0","sha":"c61c46b808befdd2d0090b3fb9f4d635f36ffdc3","kind":"commit","published_at":"2018-03-15T19:26:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.2.0/manifests"},{"name":"5.1.2","sha":"80c58fce4b9df99b9bbfbc6b5ab22656f28702ca","kind":"commit","published_at":"2018-02-18T18:25:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.2/manifests"},{"name":"5.1.1","sha":"a3cd296a78e4b797bba7b2946241abadf777b842","kind":"commit","published_at":"2018-02-14T06:23:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.1/manifests"},{"name":"5.1.0","sha":"ab6a6e9bf18063b2cfe54ff3cbbf21b6b59558b4","kind":"commit","published_at":"2018-02-11T13:26:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.0/manifests"},{"name":"5.0.0","sha":"4ccdc19414d497e3329b569bb80cab0823003af0","kind":"commit","published_at":"2018-02-04T13:33:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0/manifests"},{"name":"5.0.0-rc.5","sha":"04dc10b1f1cc927229abe118d9ee1801f4eedf51","kind":"commit","published_at":"2018-01-31T07:40:31.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.5","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.5/manifests"},{"name":"5.0.0-rc.4","sha":"5f31377203524b5c271775255ab97bacaaa723d4","kind":"commit","published_at":"2018-01-29T14:24:51.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.4/manifests"},{"name":"5.0.0-rc.3","sha":"fcdef2eb5b597b127fd6429d89a2848f356fb681","kind":"commit","published_at":"2018-01-28T06:58:50.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.3/manifests"},{"name":"5.0.0-rc.2","sha":"cdaa5027a4cb1614bb33ba2daa7925c9bbac1bb2","kind":"commit","published_at":"2018-01-12T07:55:00.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.2/manifests"},{"name":"5.0.0-rc.1","sha":"4dda1dc8b6bf4f7cffdbb5ad39d99d380e4e98a7","kind":"commit","published_at":"2018-01-08T06:33:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.1/manifests"},{"name":"5.0.0-beta.4","sha":"de060896fc7b5649d2ed213780f568e7802a44e1","kind":"commit","published_at":"2017-11-18T13:22:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.4/manifests"},{"name":"5.0.0-beta.3","sha":"f1bd3fc1e8317c22f1f8e1cc6ad282b3811a92f9","kind":"commit","published_at":"2017-10-04T19:39:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.3/manifests"},{"name":"5.0.0-beta.2","sha":"d7c148c255dd538fb553b1137ee25f7447fb5d37","kind":"commit","published_at":"2017-09-17T19:35:21.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.2/manifests"},{"name":"5.0.0-beta.1","sha":"ce84916becfc8c36aa78f84ecd5248ef130e3be4","kind":"commit","published_at":"2017-08-25T19:24:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.1/manifests"},{"name":"4.19.4","sha":"082a95fc7da182024a51e01075291d02926a656a","kind":"commit","published_at":"2017-08-24T20:00:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.4/manifests"},{"name":"4.19.3","sha":"37ca4e8c13deffe9735fe8f749d21e59dbd87f41","kind":"commit","published_at":"2017-07-04T11:56:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.3/manifests"},{"name":"4.19.2","sha":"bad319e61932ba9f29c4244221852d1ef9f4c021","kind":"commit","published_at":"2017-03-07T20:36:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.2/manifests"},{"name":"4.19.1","sha":"bad319e61932ba9f29c4244221852d1ef9f4c021","kind":"commit","published_at":"2017-03-07T20:36:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.1/manifests"},{"name":"4.19.0","sha":"acbba16b0816e14e4be92a27bbce42eef826c1bd","kind":"commit","published_at":"2017-02-04T19:08:57.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.0/manifests"},{"name":"4.18.0","sha":"ab13a102131ba2031bfdaf7c040794e4f8789345","kind":"commit","published_at":"2016-12-04T19:49:40.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.18.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.18.0/manifests"},{"name":"4.17.0","sha":"67ff3ad64fb21779667e78b8eca59d3c4d1c8eae","kind":"commit","published_at":"2016-11-09T06:10:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.17.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.17.0/manifests"},{"name":"4.16.0","sha":"156d38fb4c40652de1096960913ce18aa81e137f","kind":"commit","published_at":"2016-10-26T17:01:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.16.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.16.0/manifests"},{"name":"4.15.0","sha":"ea63c04e313fffa5196fb6e758ff27ab3145ddf4","kind":"commit","published_at":"2016-10-11T18:46:39.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.15.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.15.0/manifests"},{"name":"4.14.0","sha":"77be654857b4ba28e75709a97a481b24fe966dcc","kind":"commit","published_at":"2016-09-05T06:55:35.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.14.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14.0/manifests"},{"name":"4.14","sha":"77be654857b4ba28e75709a97a481b24fe966dcc","kind":"commit","published_at":"2016-09-05T06:55:35.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.14","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14/manifests"},{"name":"4.13.1","sha":"d57a300ce206c5d1443070ec62a027e35a53b271","kind":"commit","published_at":"2016-08-27T15:40:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.13.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.1/manifests"},{"name":"4.13.0","sha":"3abfc14e820b3d6ba8b1adf7e465d76f841efb49","kind":"commit","published_at":"2016-07-21T09:17:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.13.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.0/manifests"},{"name":"4.12.0","sha":"0ba147860c1cab0c60014abb210a3534f18996cd","kind":"commit","published_at":"2016-07-15T15:01:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.12.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.12.0/manifests"},{"name":"4.11.0","sha":"6e624697705adfccc09b1bca15112d768a5a58da","kind":"commit","published_at":"2016-07-06T11:54:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.11.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.11.0/manifests"},{"name":"4.10.0","sha":"3d3bb0fa62e33d23e5cadb3802c27b5d0bc50c62","kind":"commit","published_at":"2016-07-05T09:10:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.10.0/manifests"},{"name":"4.9.1","sha":"2deef649732dee73141bfb56cced98bdb3c13c1a","kind":"commit","published_at":"2016-06-23T19:42:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.9.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.1/manifests"},{"name":"4.9.0","sha":"0d7cb557b7dc9e8e67d81fa5ac30284a243307ef","kind":"commit","published_at":"2016-06-13T13:19:03.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.0/manifests"},{"name":"4.8.0","sha":"bdadfe7dc87e4baea19ed041125b8fceb4f07e95","kind":"commit","published_at":"2016-06-07T06:09:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.8.0/manifests"},{"name":"4.7.0","sha":"0c22c1a7b00e124176a34e70602a929e7b2aad88","kind":"commit","published_at":"2016-06-05T19:09:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.7.0/manifests"},{"name":"4.6.3","sha":"99644c684c50919af81c02a6391831acb6944ea7","kind":"commit","published_at":"2016-05-24T06:30:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.3/manifests"},{"name":"4.6.2","sha":"f30b771329fdfc78b32d0fad30917ba649210618","kind":"commit","published_at":"2016-05-22T17:51:46.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.2/manifests"},{"name":"4.6.1","sha":"97240985da5d465b556e24cd752fe1abc694bb32","kind":"commit","published_at":"2016-05-12T19:55:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.1/manifests"},{"name":"4.6.0","sha":"97240985da5d465b556e24cd752fe1abc694bb32","kind":"commit","published_at":"2016-05-12T19:55:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.0/manifests"},{"name":"4.5.0","sha":"e6cc3d694918388d207c4d9fb7d924fc3c479715","kind":"commit","published_at":"2016-04-24T17:15:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.5.0/manifests"},{"name":"4.4.0","sha":"698d015bbdde96b7df84f70ef1348d0f0a3761b1","kind":"commit","published_at":"2016-04-16T13:24:17.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.4.0/manifests"},{"name":"4.3.2","sha":"46a3c1470d19e20d6b03ccebaafb14bf6a6aad1f","kind":"commit","published_at":"2016-04-03T15:10:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.2/manifests"},{"name":"4.3.1","sha":"5c6639468995ba939d30c9424ac5fc46d75440cf","kind":"commit","published_at":"2016-04-01T19:27:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.1/manifests"},{"name":"4.3.0","sha":"0db7a6ac396e489eb26a1944dfb85188aa35bc15","kind":"commit","published_at":"2016-03-31T18:17:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.0/manifests"},{"name":"4.2.2","sha":"d76c28a7684480b84770db7448d9e3851f9629c8","kind":"tag","published_at":"2016-02-05T20:54:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.2/manifests"},{"name":"4.2.1","sha":"0d68f4fd581c5906ce552b3bb40d875ab9034822","kind":"tag","published_at":"2016-01-10T16:50:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.1/manifests"},{"name":"4.2.0","sha":"4d5e5ca3a5d558c1d86f8d192a8da1bb3f09ef75","kind":"tag","published_at":"2016-01-08T05:30:18.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.0/manifests"},{"name":"4.1.1","sha":"57d3a4ea99ca39fe239006c7a5f93da71c7b9298","kind":"tag","published_at":"2015-12-13T16:25:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.1/manifests"},{"name":"4.1.0","sha":"2844685c954f79919119e1f5d12d7c9c428438ce","kind":"commit","published_at":"2015-11-24T19:38:49.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.0/manifests"},{"name":"4.0.1","sha":"9c3d4dad93c1db440bb344c28209135f7319bb68","kind":"tag","published_at":"2015-10-21T11:44:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.1/manifests"},{"name":"4.0.0","sha":"8b2a8c78bb1a68a85c5e42b43825b1de5adaa333","kind":"commit","published_at":"2015-08-25T17:35:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0/manifests"},{"name":"4.0.0-beta.1","sha":"72cd5e459c5c89893b7d7ee92f5dab252e910955","kind":"tag","published_at":"2015-08-07T18:38:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0-beta.1/manifests"},{"name":"3.5.0","sha":"932b3a245f9a157553b8a70581415534e4c04316","kind":"tag","published_at":"2015-08-02T19:25:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.5.0/manifests"},{"name":"3.4.1","sha":"6e95da983c038f152f0cae2326da6b0f2eb222a3","kind":"commit","published_at":"2015-07-03T17:46:54.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.4.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.1/manifests"},{"name":"3.4.0","sha":"5e1790189bbd0b831a870bd40ff0769390ca8191","kind":"commit","published_at":"2015-06-22T17:40:43.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.0/manifests"},{"name":"3.3.1","sha":"c6d62117c94523c7e90339862f90c8e0f537a42b","kind":"tag","published_at":"2015-02-22T19:10:13.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.1/manifests"},{"name":"3.3.0","sha":"cd3c759fbf89301c4687a10f571636d3b335944c","kind":"tag","published_at":"2015-02-18T20:13:41.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.0/manifests"},{"name":"3.2.2","sha":"1b8d1fb3b9d189a17f69bf562b90c4df6ba21eeb","kind":"tag","published_at":"2014-12-12T19:07:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.2/manifests"},{"name":"3.2.1","sha":"1950c20172699f265f57c819ca0beb337e568b15","kind":"tag","published_at":"2014-10-05T12:01:55.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.1/manifests"},{"name":"3.1.0","sha":"d844e5ee4e2d7e1cfe6bcad265bb7db4846f59b4","kind":"tag","published_at":"2014-10-05T08:06:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.0/manifests"},{"name":"3.1.229","sha":"613e85ec56a1e79e32c5604ce4ccaeab31bf86ea","kind":"tag","published_at":"2014-10-05T08:06:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.1.229","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.1.229","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.1.229","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.229","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.229/manifests"},{"name":"v3.2.1","sha":"416f482862e921f518475b4b5e1b922b53ae07bb","kind":"commit","published_at":"2014-09-11T19:29:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.2.1/manifests"},{"name":"v3.1.229","sha":"613e85ec56a1e79e32c5604ce4ccaeab31bf86ea","kind":"commit","published_at":"2014-07-29T14:21:06.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.1.229","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.1.229","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.1.229","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.229","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.229/manifests"},{"name":"v3.1.227","sha":"76edca809a8f605bcebaaecd28134137d703f844","kind":"commit","published_at":"2014-07-29T05:24:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.1.227","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.1.227","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.1.227","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.227","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.227/manifests"},{"name":"3.0.90","sha":"da78efb128acf4b06f60d49edd7da4d70f83e898","kind":"tag","published_at":"2014-05-06T19:48:13.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.0.90","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.0.90","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.0.90","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.90","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.90/manifests"},{"name":"3.0.107","sha":"058f68e91344045e011c185518892ecf21b194d0","kind":"tag","published_at":"2014-05-06T19:47:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.0.107","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.0.107","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.0.107","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.107","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.107/manifests"},{"name":"v3.0","sha":"da78efb128acf4b06f60d49edd7da4d70f83e898","kind":"commit","published_at":"2014-04-23T18:43:25.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.0/manifests"},{"name":"v2.2","sha":"b643c716bb2ae70f18509f91e0584f60fc8ba891","kind":"commit","published_at":"2013-12-30T18:25:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.2/manifests"},{"name":"v2.1","sha":"b157267b02e2a8982e921e2b86d46f7742929e0d","kind":"commit","published_at":"2013-08-23T13:22:51.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.1/manifests"}]},"repo_metadata_updated_at":"2026-05-01T06:22:39.138Z","dependent_packages_count":0,"downloads":234,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":55.85835275523819,"dependent_repos_count":7.03384492039858,"dependent_packages_count":18.87026113847211,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.254152938036295},"purl":"pkg:nuget/forex-fluentassertions","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/forex-fluentassertions","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/forex-fluentassertions","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/forex-fluentassertions/dependencies","status":null,"funding_links":["https://github.com/sponsors/fluentassertions","https://ko-fi.com/dennisdoomen","https://patreon.com/fluentassertions","https://paypal.me/fluentassertions"],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-28T12:29:41.223Z","issues_count":271,"pull_requests_count":1214,"avg_time_to_close_issue":26402073.46969697,"avg_time_to_close_pull_request":1525953.9769911505,"issues_closed_count":198,"pull_requests_closed_count":1130,"pull_request_authors_count":81,"issue_authors_count":190,"avg_comments_per_issue":5.531365313653136,"avg_comments_per_pull_request":3.5131795716639207,"merged_pull_requests_count":980,"bot_issues_count":1,"bot_pull_requests_count":505,"past_year_issues_count":14,"past_year_pull_requests_count":71,"past_year_avg_time_to_close_issue":509182.4285714286,"past_year_avg_time_to_close_pull_request":217106.3076923077,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":52,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.9285714285714284,"past_year_avg_comments_per_pull_request":2.028169014084507,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":22,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/issues","maintainers":[{"login":"dennisdoomen","count":213,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"},{"login":"jnyrup","count":174,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"},{"login":"Meir017","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Meir017"}],"active_maintainers":[{"login":"dennisdoomen","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"},{"login":"jnyrup","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/forex-fluentassertions/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/forex-fluentassertions/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/forex-fluentassertions/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/forex-fluentassertions/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/forex-fluentassertions/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/forex-fluentassertions/codemeta","maintainers":[{"uuid":"ant1.richez","login":"ant1.richez","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://www.nuget.org/profiles/ant1.richez","role":null,"created_at":"2025-01-19T08:36:33.940Z","updated_at":"2025-01-19T08:36:33.940Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/ant1.richez/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":809245,"maintainers_count":111400,"namespaces_count":0,"keywords_count":161547,"github":"nuget","metadata":{"funded_packages_count":26730},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-04-19T05:08:31.503Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":5232875,"name":"github.com/fluentassertions/fluentassertions","ecosystem":"go","description":"","homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/fluentassertions/fluentassertions","keywords_array":[],"namespace":"github.com/fluentassertions","versions_count":3,"first_release_published_at":"2014-07-29T05:24:09.000Z","latest_release_published_at":"2014-09-11T19:29:56.000Z","latest_release_number":"v3.2.1+incompatible","last_synced_at":"2026-05-21T07:05:27.193Z","created_at":"2022-09-11T01:25:54.264Z","updated_at":"2026-05-21T07:05:27.193Z","registry_url":"https://pkg.go.dev/github.com/fluentassertions/fluentassertions","install_command":"go get github.com/fluentassertions/fluentassertions","documentation_url":"https://pkg.go.dev/github.com/fluentassertions/fluentassertions#section-documentation","metadata":{},"repo_metadata":{"id":37413103,"uuid":"11718424","full_name":"fluentassertions/fluentassertions","owner":"fluentassertions","description":"A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.","archived":false,"fork":false,"pushed_at":"2025-10-08T11:31:38.000Z","size":37391,"stargazers_count":3805,"open_issues_count":73,"forks_count":733,"subscribers_count":68,"default_branch":"main","last_synced_at":"2025-10-10T06:25:41.524Z","etag":null,"topics":["assertions","bdd-style","c-sharp","fluent-assertions","hacktoberfest","mstest","tdd","unit-testing","xunit"],"latest_commit_sha":null,"homepage":"https://xceed.com/products/unit-testing/fluent-assertions/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentassertions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"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},"funding":{"github":"fluentassertions","ko_fi":"dennisdoomen","patreon":"fluentassertions","custom":["https://paypal.me/fluentassertions"]}},"created_at":"2013-07-28T10:35:25.000Z","updated_at":"2025-10-09T18:37:00.000Z","dependencies_parsed_at":"2023-09-22T13:17:54.997Z","dependency_job_id":"238304cb-597a-440b-b7e1-d50d249671a0","html_url":"https://github.com/fluentassertions/fluentassertions","commit_stats":{"total_commits":3443,"total_committers":247,"mean_commits":13.93927125506073,"dds":0.7728724949172233,"last_synced_commit":"50961b72884f0289800b90b1d58f33034bd57d13"},"previous_names":[],"tags_count":129,"template":false,"template_full_name":null,"purl":"pkg:github/fluentassertions/fluentassertions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/sbom","scorecard":{"id":267585,"data":{"date":"2025-08-11","repo":{"name":"github.com/fluentassertions/fluentassertions","commit":"6f4d2245024329fc98ff9ede4450cbdcc93b51cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha }}': .github/workflows/code_quality.yml:16"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":7,"reason":"Found 7/9 approved changesets -- score normalized to 7","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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'checks' permission set to 'write': .github/workflows/build.yml:98","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:18","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/code_quality.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/code_quality.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/code_quality.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/code_quality.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/fluentassertions/fluentassertions/codeql.yml/main?enable=pin","Warn: nugetCommand not pinned by hash: .github/workflows/codeql.yml:51: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   0 out of   1 nugetCommand 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool detected","details":["Info: SAST configuration detected: CodeQL","Info: SAST configuration detected: Qodana","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T12:30:12.348Z","repository_id":37413103,"created_at":"2025-08-17T12:30:12.348Z","updated_at":"2025-08-17T12:30:12.348Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007031,"owners_count":26084226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"fluentassertions","name":"FluentAssertions","uuid":"25584770","kind":"organization","description":"","email":"support@xceed.com","website":"https://xceed.com/products/unit-testing/fluent-assertions/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/25584770?v=4","repositories_count":9,"last_synced_at":"2025-10-02T11:50:46.652Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/fluentassertions","funding_links":["https://github.com/sponsors/fluentassertions"],"total_stars":4131,"followers":93,"following":0,"created_at":"2022-11-03T12:51:16.854Z","updated_at":"2025-10-02T11:50:46.652Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentassertions/repositories"},"tags":[{"name":"8.7.1","sha":"aaa69248d932dd5c4d00b086517e4b51f0fc938f","kind":"commit","published_at":"2025-10-02T09:30:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.7.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.1/manifests"},{"name":"8.7.0","sha":"ae620add07cf6666841e568fd3bf8a0733478bb5","kind":"commit","published_at":"2025-09-20T16:41:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.7.0/manifests"},{"name":"8.6.0","sha":"3c1a442c4845a73a89a6b084f92db7edfa3e9ca4","kind":"commit","published_at":"2025-08-12T08:45:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.6.0/manifests"},{"name":"8.5.0","sha":"ecd2166797c440204afba1cb78eed54390d014be","kind":"commit","published_at":"2025-07-07T18:15:28.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.5.0/manifests"},{"name":"8.4.0","sha":"cc607f1d3d539f246ddb239cc3decb06d3807d41","kind":"commit","published_at":"2025-06-24T06:49:46.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.4.0/manifests"},{"name":"8.3.0","sha":"7142e0f801cbfabb0f2c970081b73702da03c22f","kind":"commit","published_at":"2025-05-25T11:17:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.3.0/manifests"},{"name":"8.2.0","sha":"04defbe85c05581c443d819b5d01bf84f0d62222","kind":"commit","published_at":"2025-03-13T15:00:03.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.2.0/manifests"},{"name":"8.1.1","sha":"4d70568e468ffbbc83ea6eb4495b6f16ad53c59a","kind":"commit","published_at":"2025-02-21T15:13:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.1/manifests"},{"name":"8.1.0","sha":"af8910f56ca8b9f898bd28b13312db091800a198","kind":"commit","published_at":"2025-02-20T21:24:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.1.0/manifests"},{"name":"7.2.0","sha":"3dd8243e396432a55dd12a74a5a548a5f085fac5","kind":"commit","published_at":"2025-02-11T07:56:44.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.2.0/manifests"},{"name":"8.0.1","sha":"7e654139fc569d975e711729cf71568e7d878c29","kind":"commit","published_at":"2025-01-20T19:26:54.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.1/manifests"},{"name":"7.1.0","sha":"719db2a7df943a1587aa95c5538350479d829601","kind":"commit","published_at":"2025-01-17T06:04:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.1.0/manifests"},{"name":"8.0.0","sha":"901c8fa6b4bffe48fb3db27d5de8720b8d5accac","kind":"commit","published_at":"2025-01-14T11:06:05.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0/manifests"},{"name":"8.0.0-rc.2","sha":"9600078b4c3dbe5a37ec04460c572af25406a027","kind":"commit","published_at":"2025-01-05T13:05:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-rc.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.2/manifests"},{"name":"8.0.0-rc.1","sha":"6b76731b62f225a983e10ac2e8093ec001bd0793","kind":"commit","published_at":"2025-01-05T10:12:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-rc.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-rc.1/manifests"},{"name":"8.0.0-alpha.1","sha":"c14f48baa8237401bcfab39b885d1c66e8ed046e","kind":"commit","published_at":"2024-12-02T19:01:44.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/8.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/8.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@8.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/8.0.0-alpha.1/manifests"},{"name":"7.0.0","sha":"e0f45049d8acadae0c98f9710b650dd413480355","kind":"commit","published_at":"2024-11-30T14:17:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0/manifests"},{"name":"6.12.2","sha":"c6cd85cacaa5e672efa17b483323554a688d6a45","kind":"commit","published_at":"2024-11-08T11:26:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.2/manifests"},{"name":"7.0.0-alpha.5","sha":"70cae37543ffaa90c38b55291fb28518122d8ac0","kind":"commit","published_at":"2024-10-31T19:32:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.5","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.5/manifests"},{"name":"6.12.1","sha":"a8e7f17fdf6d2010585887a4219c920ad90a8ede","kind":"commit","published_at":"2024-09-09T13:21:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.1/manifests"},{"name":"7.0.0-alpha.4","sha":"fa3b9cb66c48da6c1beed69ed2e919ec235a8202","kind":"commit","published_at":"2024-05-27T17:57:21.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.4/manifests"},{"name":"7.0.0-alpha.3","sha":"55ec67758d161f71528266938795777989c58ab0","kind":"commit","published_at":"2023-10-26T13:13:18.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.3/manifests"},{"name":"7.0.0-alpha.2","sha":"b43127ca80a8853391f18bebd2d1b78d1c01c59b","kind":"commit","published_at":"2023-10-14T13:08:36.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.2/manifests"},{"name":"7.0.0-alpha.1","sha":"22ac70fd7501f7426aae2ad768fb38dec4e41faa","kind":"commit","published_at":"2023-08-28T07:59:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/7.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/7.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@7.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/7.0.0-alpha.1/manifests"},{"name":"6.12.0","sha":"340af803f2b0c60a132a334cafa845e15f636bba","kind":"commit","published_at":"2023-08-23T10:52:20.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.12.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.12.0/manifests"},{"name":"6.11.0","sha":"73eb91924fd9303065b78c9a58657e9def86a8bf","kind":"commit","published_at":"2023-04-20T16:52:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.11.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.11.0/manifests"},{"name":"6.10.0","sha":"6d038f064789ab383c5b4bddb12da02953f80f08","kind":"commit","published_at":"2023-02-11T15:46:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.10.0/manifests"},{"name":"6.9.0","sha":"946572eb59bc47f10af0cb80f303d3721fbba6ed","kind":"commit","published_at":"2023-01-12T14:50:25.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.9.0/manifests"},{"name":"6.8.0","sha":"5772c292f26c28425bb9298a640231f42f893de7","kind":"commit","published_at":"2022-10-22T17:12:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.8.0/manifests"},{"name":"6.7.0","sha":"c93639b635560827a4d7cca03e12fbfa3dafeda1","kind":"commit","published_at":"2022-05-18T16:38:39.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.7.0/manifests"},{"name":"6.6.0","sha":"6419939fdcaf1f1b2608d56c3f17b6a95dcadae7","kind":"commit","published_at":"2022-04-03T13:45:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.6.0/manifests"},{"name":"6.5.1","sha":"e25fa3acaa100d4c632fa3875edffe516b76d812","kind":"commit","published_at":"2022-02-11T13:33:50.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.5.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.1/manifests"},{"name":"6.5.0","sha":"0aafd3178ccf0c63aa3416c317003173268d733f","kind":"commit","published_at":"2022-02-08T06:51:17.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.5.0/manifests"},{"name":"6.4.0","sha":"35d018a81964a379465165fd408ad1d563ca3c2a","kind":"commit","published_at":"2022-01-22T15:24:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.4.0/manifests"},{"name":"6.3.0","sha":"587f5f141e9b63fcd8ab11221fceafb90c538e4c","kind":"commit","published_at":"2021-12-31T12:03:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.3.0/manifests"},{"name":"6.2.0","sha":"84f7c7027f5e99c1ff5a864158daa765c347c199","kind":"commit","published_at":"2021-10-25T11:19:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.2.0/manifests"},{"name":"6.1.0","sha":"ce07e5c2874e99151ce92631f0f202b9e8d05e5d","kind":"commit","published_at":"2021-08-22T15:58:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.1.0/manifests"},{"name":"6.0.0","sha":"9abdeb3619861f1b17cfb283e3e69b794b8be61f","kind":"commit","published_at":"2021-08-13T08:40:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0/manifests"},{"name":"6.0.0-beta.3","sha":"dbe3fdaa5be219fe281f050279eb30eaf417abe8","kind":"commit","published_at":"2021-08-11T07:18:37.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.3/manifests"},{"name":"6.0.0-beta.2","sha":"6f7d59859f8eb98099a583cca4334716c209ff02","kind":"commit","published_at":"2021-08-05T14:26:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.2/manifests"},{"name":"6.0.0-beta.1","sha":"4a5b9cb9228192ee7a117a0fe4cbfbcfb72f206d","kind":"commit","published_at":"2021-06-01T06:23:06.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-beta.1/manifests"},{"name":"6.0.0-alpha.2","sha":"2fb99151308b282053f29ce8dc56e8d4d2e27048","kind":"commit","published_at":"2021-01-07T20:41:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-alpha.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.2/manifests"},{"name":"6.0.0-alpha.1","sha":"4396c8fbdbb2536c52ee8c279f151728de1da35b","kind":"commit","published_at":"2020-07-20T14:14:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/6.0.0-alpha.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/6.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@6.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/6.0.0-alpha.1/manifests"},{"name":"5.10.3","sha":"4787885aca5dcda3715a047d7fd6f53f022698c4","kind":"commit","published_at":"2020-03-21T08:45:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.3/manifests"},{"name":"5.10.2","sha":"3f7078a5dd2134bbc9dd3a9a1817ac0d239c9a52","kind":"commit","published_at":"2020-02-09T12:59:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.2/manifests"},{"name":"5.10.1","sha":"1514d4aca2d81251d040ffadc87c429e2e152459","kind":"commit","published_at":"2020-02-09T12:58:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.1/manifests"},{"name":"5.10.0","sha":"b69ca0750631ca6933fe6c4902bf32c382518f09","kind":"commit","published_at":"2020-01-02T08:51:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.10.0/manifests"},{"name":"5.9.0","sha":"d1b5c1ec8cdf5fb54ee83b8b1440cb0c96f7cb87","kind":"commit","published_at":"2019-08-28T10:43:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.9.0/manifests"},{"name":"5.8.0","sha":"070aa6c6c4764171ff83aa22aba259dc40b84b46","kind":"commit","published_at":"2019-08-08T16:53:59.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.8.0/manifests"},{"name":"5.7.0","sha":"9852f6a143867c81160cfa0bd900f7562ae2bd0e","kind":"commit","published_at":"2019-06-07T19:50:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.7.0/manifests"},{"name":"5.6.0","sha":"6cf1d347ff39170f14755bc1028c2183d86bb61b","kind":"commit","published_at":"2019-01-11T18:38:40.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.6.0/manifests"},{"name":"5.5.3","sha":"9a36498ac92d6cce8ae1e542233eef78b7050a7e","kind":"commit","published_at":"2018-11-20T12:10:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.3/manifests"},{"name":"5.5.2","sha":"d25c7952dbdde6acaec6f5b3790a5dd8b206c270","kind":"commit","published_at":"2018-11-19T08:08:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.2/manifests"},{"name":"5.5.1","sha":"5e73e51922f1b79d2d93bff6d0ad7e32914e4fb0","kind":"commit","published_at":"2018-11-16T07:04:32.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.1/manifests"},{"name":"5.5.0","sha":"a1673b09cbe4cd9e1510dc8e6728f1bed9002085","kind":"commit","published_at":"2018-11-08T13:23:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.5.0/manifests"},{"name":"5.4.2","sha":"68ca857143d4f0f2adcfe2fb58e1264d8ad279ba","kind":"commit","published_at":"2018-09-06T16:54:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.2/manifests"},{"name":"5.4.1","sha":"e27f6f3e084d6f8581abecb6f6f7368aa1aea988","kind":"commit","published_at":"2018-06-20T05:31:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.1/manifests"},{"name":"5.4.0","sha":"175a2ab9cfeff502e1a38bfaa7d32051132bc0c1","kind":"commit","published_at":"2018-06-10T12:08:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.4.0/manifests"},{"name":"5.3.2","sha":"8b4be8d1c2c831b30cc5ff8764963f7e5a847c34","kind":"commit","published_at":"2018-05-30T04:07:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.2/manifests"},{"name":"5.3.1","sha":"23c6c79c2e495bbf92ce4086b86f5d6c367d91ab","kind":"commit","published_at":"2018-05-24T20:01:45.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.1/manifests"},{"name":"5.3.0","sha":"b4d5880076f1f61fe89c0b931a3a29a61a708fe0","kind":"commit","published_at":"2018-04-18T14:55:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.3.0/manifests"},{"name":"5.2.0","sha":"c61c46b808befdd2d0090b3fb9f4d635f36ffdc3","kind":"commit","published_at":"2018-03-15T19:26:53.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.2.0/manifests"},{"name":"5.1.2","sha":"80c58fce4b9df99b9bbfbc6b5ab22656f28702ca","kind":"commit","published_at":"2018-02-18T18:25:22.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.2/manifests"},{"name":"5.1.1","sha":"a3cd296a78e4b797bba7b2946241abadf777b842","kind":"commit","published_at":"2018-02-14T06:23:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.1/manifests"},{"name":"5.1.0","sha":"ab6a6e9bf18063b2cfe54ff3cbbf21b6b59558b4","kind":"commit","published_at":"2018-02-11T13:26:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.1.0/manifests"},{"name":"5.0.0","sha":"4ccdc19414d497e3329b569bb80cab0823003af0","kind":"commit","published_at":"2018-02-04T13:33:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0/manifests"},{"name":"5.0.0-rc.5","sha":"04dc10b1f1cc927229abe118d9ee1801f4eedf51","kind":"commit","published_at":"2018-01-31T07:40:31.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.5","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.5/manifests"},{"name":"5.0.0-rc.4","sha":"5f31377203524b5c271775255ab97bacaaa723d4","kind":"commit","published_at":"2018-01-29T14:24:51.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.4/manifests"},{"name":"5.0.0-rc.3","sha":"fcdef2eb5b597b127fd6429d89a2848f356fb681","kind":"commit","published_at":"2018-01-28T06:58:50.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.3/manifests"},{"name":"5.0.0-rc.2","sha":"cdaa5027a4cb1614bb33ba2daa7925c9bbac1bb2","kind":"commit","published_at":"2018-01-12T07:55:00.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.2/manifests"},{"name":"5.0.0-rc.1","sha":"4dda1dc8b6bf4f7cffdbb5ad39d99d380e4e98a7","kind":"commit","published_at":"2018-01-08T06:33:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-rc.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-rc.1/manifests"},{"name":"5.0.0-beta.4","sha":"de060896fc7b5649d2ed213780f568e7802a44e1","kind":"commit","published_at":"2017-11-18T13:22:14.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.4/manifests"},{"name":"5.0.0-beta.3","sha":"f1bd3fc1e8317c22f1f8e1cc6ad282b3811a92f9","kind":"commit","published_at":"2017-10-04T19:39:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.3/manifests"},{"name":"5.0.0-beta.2","sha":"d7c148c255dd538fb553b1137ee25f7447fb5d37","kind":"commit","published_at":"2017-09-17T19:35:21.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.2/manifests"},{"name":"5.0.0-beta.1","sha":"ce84916becfc8c36aa78f84ecd5248ef130e3be4","kind":"commit","published_at":"2017-08-25T19:24:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/5.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/5.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@5.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/5.0.0-beta.1/manifests"},{"name":"4.19.4","sha":"082a95fc7da182024a51e01075291d02926a656a","kind":"commit","published_at":"2017-08-24T20:00:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.4","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.4/manifests"},{"name":"4.19.3","sha":"37ca4e8c13deffe9735fe8f749d21e59dbd87f41","kind":"commit","published_at":"2017-07-04T11:56:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.3/manifests"},{"name":"4.19.2","sha":"bad319e61932ba9f29c4244221852d1ef9f4c021","kind":"commit","published_at":"2017-03-07T20:36:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.2/manifests"},{"name":"4.19.1","sha":"bad319e61932ba9f29c4244221852d1ef9f4c021","kind":"commit","published_at":"2017-03-07T20:36:10.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.1/manifests"},{"name":"4.19.0","sha":"acbba16b0816e14e4be92a27bbce42eef826c1bd","kind":"commit","published_at":"2017-02-04T19:08:57.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.19.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.19.0/manifests"},{"name":"4.18.0","sha":"ab13a102131ba2031bfdaf7c040794e4f8789345","kind":"commit","published_at":"2016-12-04T19:49:40.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.18.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.18.0/manifests"},{"name":"4.17.0","sha":"67ff3ad64fb21779667e78b8eca59d3c4d1c8eae","kind":"commit","published_at":"2016-11-09T06:10:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.17.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.17.0/manifests"},{"name":"4.16.0","sha":"156d38fb4c40652de1096960913ce18aa81e137f","kind":"commit","published_at":"2016-10-26T17:01:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.16.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.16.0/manifests"},{"name":"4.15.0","sha":"ea63c04e313fffa5196fb6e758ff27ab3145ddf4","kind":"commit","published_at":"2016-10-11T18:46:39.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.15.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.15.0/manifests"},{"name":"4.14.0","sha":"77be654857b4ba28e75709a97a481b24fe966dcc","kind":"commit","published_at":"2016-09-05T06:55:35.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.14.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14.0/manifests"},{"name":"4.14","sha":"77be654857b4ba28e75709a97a481b24fe966dcc","kind":"commit","published_at":"2016-09-05T06:55:35.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.14","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.14/manifests"},{"name":"4.13.1","sha":"d57a300ce206c5d1443070ec62a027e35a53b271","kind":"commit","published_at":"2016-08-27T15:40:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.13.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.1/manifests"},{"name":"4.13.0","sha":"3abfc14e820b3d6ba8b1adf7e465d76f841efb49","kind":"commit","published_at":"2016-07-21T09:17:47.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.13.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.13.0/manifests"},{"name":"4.12.0","sha":"0ba147860c1cab0c60014abb210a3534f18996cd","kind":"commit","published_at":"2016-07-15T15:01:24.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.12.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.12.0/manifests"},{"name":"4.11.0","sha":"6e624697705adfccc09b1bca15112d768a5a58da","kind":"commit","published_at":"2016-07-06T11:54:23.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.11.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.11.0/manifests"},{"name":"4.10.0","sha":"3d3bb0fa62e33d23e5cadb3802c27b5d0bc50c62","kind":"commit","published_at":"2016-07-05T09:10:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.10.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.10.0/manifests"},{"name":"4.9.1","sha":"2deef649732dee73141bfb56cced98bdb3c13c1a","kind":"commit","published_at":"2016-06-23T19:42:11.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.9.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.1/manifests"},{"name":"4.9.0","sha":"0d7cb557b7dc9e8e67d81fa5ac30284a243307ef","kind":"commit","published_at":"2016-06-13T13:19:03.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.9.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.9.0/manifests"},{"name":"4.8.0","sha":"bdadfe7dc87e4baea19ed041125b8fceb4f07e95","kind":"commit","published_at":"2016-06-07T06:09:34.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.8.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.8.0/manifests"},{"name":"4.7.0","sha":"0c22c1a7b00e124176a34e70602a929e7b2aad88","kind":"commit","published_at":"2016-06-05T19:09:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.7.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.7.0/manifests"},{"name":"4.6.3","sha":"99644c684c50919af81c02a6391831acb6944ea7","kind":"commit","published_at":"2016-05-24T06:30:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.3","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.3/manifests"},{"name":"4.6.2","sha":"f30b771329fdfc78b32d0fad30917ba649210618","kind":"commit","published_at":"2016-05-22T17:51:46.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.2/manifests"},{"name":"4.6.0","sha":"97240985da5d465b556e24cd752fe1abc694bb32","kind":"commit","published_at":"2016-05-12T19:55:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.0/manifests"},{"name":"4.6.1","sha":"97240985da5d465b556e24cd752fe1abc694bb32","kind":"commit","published_at":"2016-05-12T19:55:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.6.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.6.1/manifests"},{"name":"4.5.0","sha":"e6cc3d694918388d207c4d9fb7d924fc3c479715","kind":"commit","published_at":"2016-04-24T17:15:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.5.0/manifests"},{"name":"4.4.0","sha":"698d015bbdde96b7df84f70ef1348d0f0a3761b1","kind":"commit","published_at":"2016-04-16T13:24:17.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.4.0/manifests"},{"name":"4.3.2","sha":"46a3c1470d19e20d6b03ccebaafb14bf6a6aad1f","kind":"commit","published_at":"2016-04-03T15:10:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.2/manifests"},{"name":"4.3.1","sha":"5c6639468995ba939d30c9424ac5fc46d75440cf","kind":"commit","published_at":"2016-04-01T19:27:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.1/manifests"},{"name":"4.3.0","sha":"0db7a6ac396e489eb26a1944dfb85188aa35bc15","kind":"commit","published_at":"2016-03-31T18:17:33.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.3.0/manifests"},{"name":"4.2.2","sha":"d76c28a7684480b84770db7448d9e3851f9629c8","kind":"tag","published_at":"2016-02-05T20:54:42.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.2/manifests"},{"name":"4.2.1","sha":"0d68f4fd581c5906ce552b3bb40d875ab9034822","kind":"tag","published_at":"2016-01-10T16:50:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.1/manifests"},{"name":"4.2.0","sha":"4d5e5ca3a5d558c1d86f8d192a8da1bb3f09ef75","kind":"tag","published_at":"2016-01-08T05:30:18.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.2.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.2.0/manifests"},{"name":"4.1.1","sha":"57d3a4ea99ca39fe239006c7a5f93da71c7b9298","kind":"tag","published_at":"2015-12-13T16:25:26.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.1.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.1/manifests"},{"name":"4.1.0","sha":"2844685c954f79919119e1f5d12d7c9c428438ce","kind":"commit","published_at":"2015-11-24T19:38:49.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.1.0/manifests"},{"name":"4.0.1","sha":"9c3d4dad93c1db440bb344c28209135f7319bb68","kind":"tag","published_at":"2015-10-21T11:44:04.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.1/manifests"},{"name":"4.0.0","sha":"8b2a8c78bb1a68a85c5e42b43825b1de5adaa333","kind":"commit","published_at":"2015-08-25T17:35:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0/manifests"},{"name":"4.0.0-beta.1","sha":"72cd5e459c5c89893b7d7ee92f5dab252e910955","kind":"tag","published_at":"2015-08-07T18:38:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/4.0.0-beta.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/4.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@4.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/4.0.0-beta.1/manifests"},{"name":"3.5.0","sha":"932b3a245f9a157553b8a70581415534e4c04316","kind":"tag","published_at":"2015-08-02T19:25:52.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.5.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.5.0/manifests"},{"name":"3.4.1","sha":"6e95da983c038f152f0cae2326da6b0f2eb222a3","kind":"commit","published_at":"2015-07-03T17:46:54.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.4.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.1/manifests"},{"name":"3.4.0","sha":"5e1790189bbd0b831a870bd40ff0769390ca8191","kind":"commit","published_at":"2015-06-22T17:40:43.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.4.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.4.0/manifests"},{"name":"3.3.1","sha":"c6d62117c94523c7e90339862f90c8e0f537a42b","kind":"tag","published_at":"2015-02-22T19:10:13.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.3.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.1/manifests"},{"name":"3.3.0","sha":"cd3c759fbf89301c4687a10f571636d3b335944c","kind":"tag","published_at":"2015-02-18T20:13:41.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.3.0/manifests"},{"name":"3.2.2","sha":"1b8d1fb3b9d189a17f69bf562b90c4df6ba21eeb","kind":"tag","published_at":"2014-12-12T19:07:01.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.2/manifests"},{"name":"3.2.1","sha":"1950c20172699f265f57c819ca0beb337e568b15","kind":"tag","published_at":"2014-10-05T12:01:55.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.2.1/manifests"},{"name":"3.1.0","sha":"d844e5ee4e2d7e1cfe6bcad265bb7db4846f59b4","kind":"tag","published_at":"2014-10-05T08:06:48.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.1.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.0/manifests"},{"name":"3.1.229","sha":"613e85ec56a1e79e32c5604ce4ccaeab31bf86ea","kind":"tag","published_at":"2014-10-05T08:06:15.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.1.229","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.1.229","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.1.229","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.229","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.1.229/manifests"},{"name":"v3.2.1","sha":"416f482862e921f518475b4b5e1b922b53ae07bb","kind":"commit","published_at":"2014-09-11T19:29:56.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.2.1/manifests"},{"name":"v3.1.229","sha":"613e85ec56a1e79e32c5604ce4ccaeab31bf86ea","kind":"commit","published_at":"2014-07-29T14:21:06.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.1.229","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.1.229","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.1.229","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.229","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.229/manifests"},{"name":"v3.1.227","sha":"76edca809a8f605bcebaaecd28134137d703f844","kind":"commit","published_at":"2014-07-29T05:24:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.1.227","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.1.227","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.1.227","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.227","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.1.227/manifests"},{"name":"3.0.90","sha":"da78efb128acf4b06f60d49edd7da4d70f83e898","kind":"tag","published_at":"2014-05-06T19:48:13.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.0.90","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.0.90","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.0.90","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.90","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.90/manifests"},{"name":"3.0.107","sha":"058f68e91344045e011c185518892ecf21b194d0","kind":"tag","published_at":"2014-05-06T19:47:12.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/3.0.107","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/3.0.107","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@3.0.107","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.107","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/3.0.107/manifests"},{"name":"v3.0","sha":"da78efb128acf4b06f60d49edd7da4d70f83e898","kind":"commit","published_at":"2014-04-23T18:43:25.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v3.0","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v3.0/manifests"},{"name":"v2.2","sha":"b643c716bb2ae70f18509f91e0584f60fc8ba891","kind":"commit","published_at":"2013-12-30T18:25:09.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v2.2","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.2/manifests"},{"name":"v2.1","sha":"b157267b02e2a8982e921e2b86d46f7742929e0d","kind":"commit","published_at":"2013-08-23T13:22:51.000Z","download_url":"https://codeload.github.com/fluentassertions/fluentassertions/tar.gz/v2.1","html_url":"https://github.com/fluentassertions/fluentassertions/releases/tag/v2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fluentassertions/fluentassertions@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/tags/v2.1/manifests"}]},"repo_metadata_updated_at":"2025-10-11T20:14:48.747Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/fluentassertions/fluentassertions","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/fluentassertions/fluentassertions","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/fluentassertions/fluentassertions","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/fluentassertions/fluentassertions/dependencies","status":null,"funding_links":["https://github.com/sponsors/fluentassertions","https://ko-fi.com/dennisdoomen","https://patreon.com/fluentassertions","https://paypal.me/fluentassertions"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-08T14:02:28.537Z","issues_count":269,"pull_requests_count":1201,"avg_time_to_close_issue":26557668.497435898,"avg_time_to_close_pull_request":1538656.344057194,"issues_closed_count":195,"pull_requests_closed_count":1119,"pull_request_authors_count":79,"issue_authors_count":189,"avg_comments_per_issue":5.438661710037175,"avg_comments_per_pull_request":3.5228975853455453,"merged_pull_requests_count":971,"bot_issues_count":1,"bot_pull_requests_count":500,"past_year_issues_count":53,"past_year_pull_requests_count":455,"past_year_avg_time_to_close_issue":574885.4285714285,"past_year_avg_time_to_close_pull_request":235187.5185185185,"past_year_issues_closed_count":28,"past_year_pull_requests_closed_count":405,"past_year_pull_request_authors_count":22,"past_year_issue_authors_count":43,"past_year_avg_comments_per_issue":2.358490566037736,"past_year_avg_comments_per_pull_request":3.2637362637362637,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":224,"past_year_merged_pull_requests_count":345,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/issues","maintainers":[{"login":"dennisdoomen","count":209,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"},{"login":"jnyrup","count":173,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"},{"login":"Meir017","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Meir017"}],"active_maintainers":[{"login":"dennisdoomen","count":135,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"},{"login":"jnyrup","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffluentassertions%2Ffluentassertions/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffluentassertions%2Ffluentassertions/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffluentassertions%2Ffluentassertions/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffluentassertions%2Ffluentassertions/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffluentassertions%2Ffluentassertions/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffluentassertions%2Ffluentassertions/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2151639,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":1257301,"full_name":"fluentassertions/fluentassertions","default_branch":"main","total_commits":3935,"total_committers":245,"total_bot_commits":310,"total_bot_committers":1,"mean_commits":16.06122448979592,"dds":0.7120711562897077,"past_year_total_commits":230,"past_year_total_committers":10,"past_year_total_bot_commits":41,"past_year_total_bot_committers":1,"past_year_mean_commits":23.0,"past_year_dds":0.408695652173913,"last_synced_at":"2026-05-12T20:57:26.323Z","last_synced_commit":"78b75f68dc3118daaee8611038b73cf82ace1cad","created_at":"2023-06-13T15:18:44.075Z","updated_at":"2026-05-12T20:56:09.375Z","committers":[{"name":"Jonas Nyrup","email":"jnyrup@gmail.com","login":"jnyrup","count":1133},{"name":"Dennis Doomen","email":"dennis.doomen@avivasolutions.nl","login":"dennisdoomen","count":844},{"name":"dennisdoomen","email":"none@none.com","login":"yazgoo","count":409},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":310},{"name":"Adam Voss","email":"vossad01@gmail.com","login":"adamvoss","count":163},{"name":"Lukas Gasselsberger","email":"it@voecklabrucker-freikirche.at","login":"IT-VBFK","count":109},{"name":"Michaël Hompus","email":"michael@hompus.nl","login":"eNeRGy164","count":87},{"name":"Lukas Gasselsberger | alu-one","email":"l.gasselsberger@alu-one.at","login":"ITaluone","count":84},{"name":"Lukas Grützmacher","email":"github@lg2.de","login":"lg2de","count":58},{"name":"Oren Novotny","email":"oren@novotny.org","login":null,"count":43},{"name":"piotrpMSFT","email":"piotrp@microsoft.com","login":null,"count":40},{"name":"Artur Krajewski","email":"krajek.dev@gmail.com","login":"krajek","count":40},{"name":"Valentin Breuß","email":"vbreuss@gmail.com","login":"vbreuss","count":39},{"name":"Martin Opdam","email":"martin.opdam@avivasolutions.nl","login":"mpopdam","count":30},{"name":"David Omid","email":"davidomid@hotmail.com","login":"davidomid","count":21},{"name":"Jonathan Gilbert","email":"JonathanG@iQmetrix.com","login":"logiclrd","count":21},{"name":"Dennis Doomen","email":"dennis.doomen@evision-software.com","login":null,"count":14},{"name":"Ulrich Buchgraber","email":"ulrich.b@gmx.at","login":"ulrichb","count":12},{"name":"fred","email":"domaine75@gmail.com","login":"fredatgithub","count":11},{"name":"Cédric Luthi","email":"cedric.luthi@gmail.com","login":"0xced","count":9},{"name":"Konstantin Spirin","email":"konstmsu@gmail.com","login":"konstmsu","count":8},{"name":"Amaury Levé","email":"evangelink@gmail.com","login":"Evangelink","count":8},{"name":"serbrech","email":"stephane.erbrech@gmail.com","login":"serbrech","count":8},{"name":"Abdol Baset Sedighi","email":"118891407+94sedighi","login":"94sedighi","count":7},{"name":"gstamac","email":"G_Stamac@enerdat.com","login":null,"count":7},{"name":"chvollm","email":"37902729+chvollm","login":"chvollm","count":7},{"name":"Copilot","email":"198982749+Copilot","login":"Copilot","count":7},{"name":"Gunnar Liljas","email":"gunnar.liljas@gmail.com","login":"gliljas","count":7},{"name":"FabianNitsche","email":"ifab@freenet.de","login":"FabianNitsche","count":6},{"name":"Oliver Seitz","email":"seitz-oliver@gmx.de","login":"whymatter","count":6},{"name":"melchior","email":"2656932+melchiork","login":"melchiork","count":6},{"name":"iliashkolyar","email":"iliashk@gmail.com","login":"iliashkolyar","count":6},{"name":"Sergey Aseev","email":"serg046@outlook.com","login":"Serg046","count":6},{"name":"Daniel Petrov","email":"daniel221569@gmail.com","login":"danielmpetrov","count":6},{"name":"Alex Angas","email":"alexangas@gmail.com","login":"alexangas","count":5},{"name":"Gordey Doronin","email":"g.doronin@gmail.com","login":"gordey4doronin","count":5},{"name":"Kevin Kuszyk","email":"kevin@kevinkuszyk.com","login":"kevinkuszyk","count":5},{"name":"Meir Blachman","email":"meirblachman@gmail.com","login":"Meir017","count":5},{"name":"sdelarosbil","email":"sdelarosbil@spiria.com","login":"aldelaro5","count":5},{"name":"Philipp Dolder","email":"philippdolder","login":"philippdolder","count":4},{"name":"Facundo Aita","email":"facundo91@gmail.com","login":"facundo91","count":4},{"name":"hybloid","email":"48032702+hybloid","login":"hybloid","count":4},{"name":"Kai Eichinger","email":"admin@blackcorestudios.de","login":null,"count":4},{"name":"Vanya Lebedev","email":"61332323+vanya-lebedev","login":"vanya-lebedev","count":4},{"name":"Soonil Hong","email":"s.hong.5181@gmail.com","login":"lazyrainynight","count":4},{"name":"Ronald Kroon","email":"ronaldkroon","login":"ronaldkroon","count":4},{"name":"Louis Zanella","email":"louis.zanella@gmail.com","login":"louis-z","count":4},{"name":"Jeff Yates","email":"jeff.yates@alumni.manchester.ac.uk","login":"somewhatabstract","count":4},{"name":"Igor Khavkin","email":"ikhavkin@gmail.com","login":"ikhavkin","count":4},{"name":"Gabriel Weyer","email":"gabrielweyer@gmail.com","login":"gabrielweyer","count":4},{"name":"Erik Wiegel","email":"erik@jwiegel.com","login":"Wolgo","count":4},{"name":"Charles Korn","email":"charleskorn@gmail.com","login":"charleskorn","count":4},{"name":"André Rocheleau","email":"71142100+arocheleau","login":"arocheleau","count":4},{"name":"Anders Abel","email":"anders@abel.nu","login":"AndersAbel","count":4},{"name":"Leandro Muller","email":"MullerWasHere","login":"MullerWasHere","count":3},{"name":"voicu-matei","email":"vmatei@outlook.com","login":"voicu-matei","count":3},{"name":"RJ Hollberg","email":"rj.hollberg@outlook.com","login":"TaffarelJr","count":3},{"name":"Rob","email":"robvanuden","login":"robvanuden","count":3},{"name":"Samuel Delarosbil","email":"126594693+sdelarosbil","login":"sdelarosbil","count":3},{"name":"Saro Taşciyan","email":"SaroTasciyan","login":"SaroTasciyan","count":3},{"name":"Shimmy","email":"2716316+weitzhandler","login":"weitzhandler","count":3},{"name":"Stuart Blackler (@im5tu)","email":"im5tu","login":"im5tu","count":3},{"name":"mu88","email":"4560672+mu88","login":"mu88","count":3},{"name":"AlexEndris","email":"qudeid@alexendris.com","login":"AlexEndris","count":3},{"name":"Matthias Koch","email":"ithrowexceptions@gmail.com","login":"matkoch","count":3},{"name":"Steve Ognibene","email":"steve.ognibene@namely.com","login":"nycdotnet","count":3},{"name":"Dennis Doomen","email":"Dennis Doomen","login":null,"count":3},{"name":"Omar Aloraini","email":"aloraini.omar@gmail.com","login":null,"count":3},{"name":"gstamac","email":"grega@enerdat.com","login":null,"count":3},{"name":"Oleksandr Kobylianskyi","email":"okobylianskyi","login":"okobylianskyi","count":3},{"name":"9swampy","email":"github@prims.com","login":"9swampy","count":3},{"name":"Arseni Rynkevich","email":"rynkevich@icloud.com","login":"rynkevich","count":3},{"name":"Ben Lucas","email":"ben_m_lucas@yahoo.com","login":"ben-m-lucas","count":3},{"name":"Blair Conrad","email":"blair@blairconrad.com","login":"blairconrad","count":3},{"name":"Brian Cowdery","email":"brian@thebeardeddeveloper.co","login":"bcowdery","count":3},{"name":"ChristopherHaws","email":"cribs2@gmail.com","login":"ChristopherHaws","count":3},{"name":"Gérald Barré","email":"meziantou","login":"meziantou","count":3},{"name":"Koot van, Lennart","email":"lennartvkoot@gmail.com","login":"LennartKoot","count":3},{"name":"Michael Rose","email":"est.michael@gmail.com","login":"mmistakes","count":2},{"name":"Paul Kirchner","email":"98046631+PKirch-SE","login":"PKirch-SE","count":2},{"name":"Pavel Voronin","email":"voroninp@gmail.com","login":"voroninp","count":2},{"name":"Ruben Rorije","email":"rubenrorije","login":"rubenrorije","count":2},{"name":"Sean G. Wright","email":"sean@seangwright.me","login":"seangwright","count":2},{"name":"Sean Killeen","email":"SeanKilleen@gmail.com","login":"SeanKilleen","count":2},{"name":"Stacy Cashmore","email":"33732891+StacyCash","login":"StacyCash","count":2},{"name":"Tom Austin","email":"tom@tomaustin.xyz","login":"tomaustin700","count":2},{"name":"Tom Longhurst","email":"30480171+thomhurst","login":"thomhurst","count":2},{"name":"Daniel Chalmers","email":"daniel.chalmers@outlook.com","login":"danielchalmers","count":2},{"name":"rokklobster","email":"37376850+rokklobster","login":"rokklobster","count":2},{"name":"msackton","email":"msackton@gmail.com","login":"msackton","count":2},{"name":"marklam","email":"marklam@spunow.co.uk","login":"marklam","count":2},{"name":"gambrose","email":"graham.ambrose@gmail.com","login":"gambrose","count":2},{"name":"bernard-chen","email":"bernard-chen","login":"bernard-chen","count":2},{"name":"Weihan Li","email":"weihanli@outlook.com","login":"WeihanLi","count":2},{"name":"Viktorija","email":"viktorija.maliskaite@gmail.com","login":"viktorija","count":2},{"name":"Viktor Hofer","email":"viktor.hofer@microsoft.com","login":"ViktorHofer","count":2},{"name":"Iain Monro","email":"iain.monro@softwire.com","login":null,"count":2},{"name":"Corniel Nobel","email":"corniel@gmail.com","login":"Corniel","count":2},{"name":"Cervac Petru","email":"petru.cervac@gmail.com","login":"BusHero","count":2},{"name":"Bruno Juchli","email":"bruno.juchli@innocreative.ch","login":"BrunoJuchli","count":2},{"name":"Brian Brunner","email":"Brian.brunner.bb@gmail.com","login":"Briaoeuidhtns","count":2},{"name":"Aziz Sydikov","email":"asydikov@gmail.com","login":"asydikov","count":2},{"name":"Anders Kjeldgaard","email":"A-Kjeldgaard","login":"A-Kjeldgaard","count":2},{"name":"Alexey Shytikov","email":"shytikov","login":"shytikov","count":2},{"name":"Alexander Sher","email":"alexander.sher@outlook.com","login":"AlexanderSher","count":2},{"name":"Alexander Batishchev","email":"abatishchev@gmail.com","login":"abatishchev","count":2},{"name":"Marcel Körtgen","email":"marcel.koertgen@gmail.com","login":"mkoertgen","count":2},{"name":"Matthias Lischka","email":"matthiaslischka","login":"matthiaslischka","count":2},{"name":"Matt Pityo","email":"mpityo@gmail.com","login":"mpityo","count":2},{"name":"Martin Demberger","email":"3066149+MartinDemberger","login":"MartinDemberger","count":2},{"name":"Maarten Thomassen","email":"maarten.thomassen@eurocom-group.eu","login":"MJLHThomassen-Eurocom","count":2},{"name":"Kijana Woodard","email":"github@wyldeye.com","login":"kijanawoodard","count":2},{"name":"Jörg Battermann","email":"jb@joergbattermann.com","login":"joergbattermann","count":2},{"name":"Joel Wakefield","email":"joeltwakefield@gmail.com","login":"Wake1st","count":2},{"name":"Ivan","email":"vana.shimko@gmail.com","login":"ishimko","count":2},{"name":"Thomas Levesque","email":"thomaslevesque","login":"thomaslevesque","count":2},{"name":"Jacob Bundgaard","email":"jacob@jacobbundgaard.dk","login":"kimsey0","count":2},{"name":"Ray","email":"uray92@hotmail.com","login":"Ruijin92","count":1},{"name":"Salvo Isaja","email":"salvoplus@gmail.com","login":"salvois","count":1},{"name":"Sietse","email":"sietsevdschoot@gmail.com","login":"sietsevdschoot","count":1},{"name":"Simon Cropp","email":"simon.cropp@gmail.com","login":"SimonCropp","count":1},{"name":"SimoneCorazza","email":"simo.pc95@gmail.com","login":"SimoneCorazza","count":1},{"name":"Steven Yeh","email":"say25@cornell.edu","login":"say25","count":1},{"name":"Teal","email":"github@tealamore.com","login":"tealamore","count":1},{"name":"The Gitter Badger","email":"badger@gitter.im","login":"gitter-badger","count":1},{"name":"Tim Abell","email":"tim@timwise.co.uk","login":"timabell","count":1},{"name":"Urs Enzler","email":"urs.enzler@gmail.com","login":"ursenzler","count":1},{"name":"Wilka Hudson","email":"wilka.hudson@gmail.com","login":"wilka","count":1},{"name":"Xceed-DelvaJB","email":"194259764+Xceed-DelvaJB","login":"Xceed-DelvaJB","count":1},{"name":"Zach Renner","email":"zarenner@microsoft.com","login":"zarenner","count":1},{"name":"amosonn","email":"amosonn@gmail.com","login":"amosonn","count":1},{"name":"berserck","email":"pedro.parracho@gmail.com","login":"berserck","count":1},{"name":"Preston Alvarado","email":"700740+coolhome","login":"coolhome","count":1},{"name":"Pent Ploompuu","email":"kaalikas@gmail.com","login":"pentp","count":1},{"name":"Pavel Biryukov","email":"freerider77@yandex.ru","login":"freerider7777","count":1},{"name":"Paul Wiens","email":"paul@dysonshell.com","login":"pwiens","count":1},{"name":"Paul Rohorzka","email":"paul@paulroho.com","login":"paulroho","count":1},{"name":"Amir Rajan","email":"ar@amirrajan.net","login":"amirrajan","count":1},{"name":"Niels Morf","email":"dev@aniel.info","login":"Aniel","count":1},{"name":"Nathan Roe","email":"roend83@gmail.com","login":"roend83","count":1},{"name":"MortenBoysen","email":"mortenboysen79@gmail.com","login":"MortenBoysen","count":1},{"name":"Mikhail","email":"liklain@gmail.com","login":"Liklainy","count":1},{"name":"Michał Niegrzybowski","email":"michal.niegrzybowski@gmail.com","login":"MNie","count":1},{"name":"Michael Wild","email":"46470+wildmichael","login":"wildmichael","count":1},{"name":"Michael Seifert","email":"michaelseifert04@yahoo.de","login":"MSeifert04","count":1},{"name":"Maxim Shoshin","email":"max.shoshin@gmail.com","login":"MaxShoshin","count":1},{"name":"Matthew Malkin","email":"matt@zercat.net","login":"m3zercat","count":1},{"name":"Matthew Donoughe","email":"mdonoughe@gmail.com","login":"mdonoughe","count":1},{"name":"Maxim Shoshin","email":"maksim.shoshin@monopoly.su","login":null,"count":1},{"name":"Marcel","email":"marcel+github@codeministry.ch","login":null,"count":1},{"name":"Juliano Leal Goncalves","email":"Juliano_Leal_Goncalv@DellTeam.com","login":null,"count":1},{"name":"Frank Ebersoll","email":"Frank@franks-macbook.fritz.box","login":null,"count":1},{"name":"Florian Wittmann","email":"florian.wittmann@hotel.de","login":null,"count":1},{"name":"Brad Bow","email":"bradleymbow@gmail.com","login":null,"count":1},{"name":"Benjamin Schröter","email":"benjamin.schroeter@rhein-spree.com","login":null,"count":1},{"name":"Aleksey Levenstein","email":"alekseyl@codevalue.net","login":null,"count":1},{"name":"michal-ciechan","email":"lndcobra@hotmail.com","login":"michal-ciechan","count":1},{"name":"naminodarie","email":"32071278+naminodarie","login":"naminodarie","count":1},{"name":"pavbsu","email":"pavbsu@gmail.com","login":"pavbsu","count":1},{"name":"pdhammond","email":"peter.hammond@baesystems.com","login":"pdhammond","count":1},{"name":"psychotoad","email":"81531285+psychotoad","login":"psychotoad","count":1},{"name":"rklec","email":"71322635+rklec","login":"rklec","count":1},{"name":"roryprimrose","email":"rory@neovolve.com","login":"roryprimrose","count":1},{"name":"tuan-tu-tran-satellit","email":"71885593+tuan-tu-tran-satellit","login":"tuan-tu-tran-satellit","count":1},{"name":"bert2","email":"shuairan@gmail.com","login":"bert2","count":1},{"name":"conklinb","email":"conklinb@outlook.com","login":"conklinb","count":1},{"name":"cskwrd","email":"cskwrd","login":"cskwrd","count":1},{"name":"damirarh","email":"damir.arh@gmail.com","login":"damirarh","count":1},{"name":"dramurai","email":"tux@telia.com","login":"dramurai","count":1},{"name":"duncanbrown","email":"duncanphilipbrown@hotmail.com","login":"duncanbrown","count":1},{"name":"Pascal Berger","email":"pascal.berger@gmail.com","login":"pascalberger","count":1},{"name":"geologyrocks","email":"ed.hughes93@gmail.com","login":"geologyrocks","count":1},{"name":"jreadytalk","email":"john.burak@readytalk.com","login":"jreadytalk","count":1},{"name":"julian-code","email":"54644662+julian-code","login":"julian-code","count":1},{"name":"justasno","email":"siuskitman@gmail.com","login":"justasno","count":1},{"name":"kz","email":"74097723+fuguiKz","login":"fuguiKz","count":1},{"name":"leo-ridgewood","email":"leo@ridgewoodconsulting.co.uk","login":"leo-ridgewood","count":1},{"name":"mu88","email":"mu88_developer@outlook.com","login":null,"count":1},{"name":"Tom McKearney","email":"thomas.mckearney@appliedis.com","login":null,"count":1},{"name":"unknown","email":"dennisd@WS30.evision.local","login":null,"count":1},{"name":"frederik-h","email":"frederik-h","login":"frederik-h","count":1},{"name":"Erik Iwarson","email":"erikiwarson@gmail.com","login":"Szune","count":1},{"name":"Eke Peter","email":"peterekepeter@gmail.com","login":"peterekepeter","count":1},{"name":"Ed Ball","email":"ejball@gmail.com","login":"ejball","count":1},{"name":"Duncan Smart","email":"duncan.smart@gmail.com","login":"duncansmart","count":1},{"name":"Dong Hyun Kim","email":"wplong11","login":"wplong11","count":1},{"name":"Dmitry Pavlushin","email":"d.pavlushin@dodobrands.io","login":"eranikid","count":1},{"name":"Dmitriy Maksimov","email":"Dmitriy.Maksimov@gmail.com","login":"DmitriyMaksimov","count":1},{"name":"Dennis Nerush","email":"nerush.dennis@gmail.com","login":"DennisNerush","count":1},{"name":"Dennis Boldt","email":"github@dennis-boldt.de","login":"boldt","count":1},{"name":"Daniel C. Weber","email":"danielcweber","login":"danielcweber","count":1},{"name":"Crown0815","email":"36126706+Crown0815","login":"Crown0815","count":1},{"name":"Cristian Toma","email":"toma.christian@gmail.com","login":"tomachristian","count":1},{"name":"Cody Swendrowski","email":"toon324@gmail.com","login":"cswendrowski","count":1},{"name":"Christoffer Lette","email":"christoffer.lette@gmail.com","login":"Lette","count":1},{"name":"Christian Soltenborn","email":"csoltenborn","login":"csoltenborn","count":1},{"name":"Christian Liberto","email":"christian.liberto@outlook.at","login":"chrischu","count":1},{"name":"Christer van der Meeren","email":"cmeeren@protonmail.com","login":"cmeeren","count":1},{"name":"Boris Modylevsky","email":"borismod@gmail.com","login":"borismod","count":1},{"name":"Ben Randall","email":"veleek@gmail.com","login":"veleek","count":1},{"name":"Ben Arnold","email":"ben@arnoldfamily.me.uk","login":"benagain","count":1},{"name":"Artem Levin","email":"64748654+Leo506","login":"Leo506","count":1},{"name":"Anton Silaev","email":"xbarter84@gmail.com","login":"xmarshal","count":1},{"name":"Anthony Martin","email":"antmarti@microsoft.com","login":"anthony-c-martin","count":1},{"name":"Andrew Lock","email":"andrewlock.net@gmail.com","login":"andrewlock","count":1},{"name":"Andrew Kostousov","email":"Andrew.Kostousov@gmail.com","login":"AndrewKostousov","count":1},{"name":"Andrew Cooper","email":"drew.j.cooper@gmail.com","login":"drewjcooper","count":1},{"name":"Andrew Arnott","email":"andrew.arnott@microsoft.com","login":"AArnott","count":1},{"name":"Alexey","email":"mail@alhimik.me","login":"alhimik45","count":1},{"name":"Abhitej John","email":"abhitej@outlook.com","login":"AbhitejJohn","count":1},{"name":"Adam Ralph","email":"adam@adamralph.com","login":"adamralph","count":1},{"name":"Adeel Mujahid","email":"adeelbm@outlook.com","login":"am11","count":1},{"name":"Adrian Iftode","email":"adrian.iftode@gmail.com","login":"adrianiftode","count":1},{"name":"Martin Wagenführ","email":"martin@wgnf.de","login":"wgnf","count":1},{"name":"Martin Costello","email":"martin@martincostello.com","login":"martincostello","count":1},{"name":"waynet3","email":"waynet3","login":"waynet3","count":1},{"name":"Malik Hejle Taaning","email":"malikhejle@gmail.com","login":"mhejle","count":1},{"name":"MagnusMikkelsen","email":"20538868+MagnusMikkelsen","login":"MagnusMikkelsen","count":1},{"name":"MEmanuelsson","email":"emanuelssonm@hotmail.com","login":"MEmanuelsson","count":1},{"name":"Lorenzo Bragaglia","email":"lbragaglia","login":"lbragaglia","count":1},{"name":"Kody Musick","email":"kody.musick@gmail.com","login":"kmusick","count":1},{"name":"Kenneth Siewers Møller","email":"kenneth@siewers.dk","login":"siewers","count":1},{"name":"Kelvin Grimsley","email":"kelgrims@yahoo.co.uk","login":"kelgrims","count":1},{"name":"Karen Farnes","email":"32389511+karenfarnes","login":"karenfarnes","count":1},{"name":"Josh Strohminger","email":"joshstrohminger","login":"joshstrohminger","count":1},{"name":"Jonathon Chase","email":"jonathonchase@outlook.com","login":"jonathonchase","count":1},{"name":"Jonathan","email":"jonathann92@gmail.com","login":"jonathann92","count":1},{"name":"Jonas Nyrup","email":"jn@foreflight.com","login":"jn-foreflight","count":1},{"name":"Jim Aho","email":"jiim.aho@gmail.com","login":"jiimaho","count":1},{"name":"Jez","email":"github@game-point.net","login":"jez9999","count":1},{"name":"Jeroen Pot","email":"jeroenpot","login":"jeroenpot","count":1},{"name":"Jeremy Kuhne","email":"jeremy.kuhne@microsoft.com","login":"JeremyKuhne","count":1},{"name":"James Skimming","email":"647706+JSkimming","login":"JSkimming","count":1},{"name":"James Gilberd","email":"jamezor@gmail.com","login":"jamezor","count":1},{"name":"JackDMF","email":"daniel@fahsig.org","login":"JackDMF","count":1},{"name":"Ivan Sentemon","email":"124244721+sentemon","login":"sentemon","count":1},{"name":"Ihor Nechyporuk","email":"doitwell0@gmail.com","login":"inech","count":1},{"name":"Ihar Bury","email":"Ihar.Bury@gmail.com","login":"IharBury","count":1},{"name":"IUsername","email":"benjamin.v.palmer@gmail.com","login":"IUsername","count":1},{"name":"Helge Jensen","email":"slogen@gmail.com","login":"slogen","count":1},{"name":"Gregor Stamac","email":"bla@bla.com","login":"bla-zz","count":1},{"name":"Gary Roberts","email":"thegaryroberts","login":"thegaryroberts","count":1},{"name":"Frank Ebersoll","email":"frank.ebersoll@streamteam.de","login":"frankebersoll","count":1},{"name":"Fedor Shchudlo","email":"fshchudlo@gmail.com","login":"fshchudlo","count":1},{"name":"FLeXyo","email":"ahjflex@gmail.com","login":"FLeXyo","count":1}],"past_year_committers":[{"name":"Jonas Nyrup","email":"jnyrup@gmail.com","login":"jnyrup","count":136},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":41},{"name":"Dennis Doomen","email":"dennis.doomen@avivasolutions.nl","login":"dennisdoomen","count":40},{"name":"Copilot","email":"198982749+Copilot","login":"Copilot","count":7},{"name":"kz","email":"74097723+fuguiKz","login":"fuguiKz","count":1},{"name":"Xceed-DelvaJB","email":"194259764+Xceed-DelvaJB","login":"Xceed-DelvaJB","count":1},{"name":"Simon Cropp","email":"simon.cropp@gmail.com","login":"SimonCropp","count":1},{"name":"Rob","email":"robvanuden","login":"robvanuden","count":1},{"name":"Jonathan Gilbert","email":"logic@deltaq.org","login":"logiclrd","count":1},{"name":"James Skimming","email":"647706+JSkimming","login":"JSkimming","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-30T00:00:22.241Z","repositories_count":6248134,"commits_count":883582812,"contributors_count":34988696,"owners_count":1160320,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"fluentassertions/fluentassertions","html_url":"https://github.com/fluentassertions/fluentassertions","last_synced_at":"2025-10-28T16:12:31.190Z","status":"active","issues_count":269,"pull_requests_count":1208,"avg_time_to_close_issue":26533295.020304568,"avg_time_to_close_pull_request":1531245.0133214921,"issues_closed_count":197,"pull_requests_closed_count":1126,"pull_request_authors_count":79,"issue_authors_count":189,"avg_comments_per_issue":5.553903345724907,"avg_comments_per_pull_request":3.5182119205298013,"merged_pull_requests_count":978,"bot_issues_count":1,"bot_pull_requests_count":503,"past_year_issues_count":51,"past_year_pull_requests_count":434,"past_year_avg_time_to_close_issue":591900.1379310344,"past_year_avg_time_to_close_pull_request":205409.37113402062,"past_year_issues_closed_count":29,"past_year_pull_requests_closed_count":388,"past_year_pull_request_authors_count":21,"past_year_issue_authors_count":41,"past_year_avg_comments_per_issue":2.8823529411764706,"past_year_avg_comments_per_pull_request":3.1382488479262673,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":209,"past_year_merged_pull_requests_count":333,"created_at":"2023-05-17T15:07:26.190Z","updated_at":"2025-10-28T16:12:31.190Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentassertions%2Ffluentassertions/issues","issue_labels_count":{"table":{"bug":100,"triage":49,"enhancement":43,"api-suggestion":38,"feature":27,"api-approved":22,"up-for-grabs":17,"breaking change":16,"requires-clarification":10,"documentation":7,"won't fix":6,"future":4,"question":2,"good first issue":2,"building":1,"dependencies":1,".NET":1}},"pull_request_labels_count":{"table":{"dependencies":516,".NET":373,"javascript":79,"building":77,"bug":58,"enhancement":53,"feature":48,"documentation":39,"testing":29,"breaking change":25,"github_actions":23,"ruby":19,"performance":6,"api-approved":1}},"issue_author_associations_count":{"table":{"NONE":169,"CONTRIBUTOR":62,"MEMBER":38}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":794,"MEMBER":354,"NONE":60}},"issue_authors":{"table":{"dennisdoomen":19,"jnyrup":15,"vbreuss":12,"lg2de":5,"cmeeren":5,"ITaluone":4,"bart-vmware":4,"Corniel":4,"Meir017":4,"rklec":3,"mansellan":3,"ArneMancofi":3,"weitzhandler":2,"Zeruxky":2,"0xced":2,"bkoelman":2,"mdentremont":2,"rbeurskens":2,"voroninp":2,"siewers":2,"odyth":2,"julealgon":2,"mu88":2,"AlexeyRaga":1,"skolima":1,"rakirs2":1,"marcin-dardzinski":1,"Arithmomaniac":1,"jrod567":1,"tmenier":1,"bdcberuni":1,"xzxzxc":1,"Guitarnivore":1,"cbries":1,"dependabot[bot]":1,"Wolfsblvt":1,"TomKuhn":1,"LordSuprachris":1,"dtila":1,"JSkimming":1,"StefH":1,"MartinDembergerR9":1,"gabor-repos":1,"danclarke":1,"d1mnewz":1,"slonopotamus":1,"wilka":1,"FLAMESpl":1,"Muchaszewski":1,"moh-hassan":1,"logiclrd":1,"JPtenBerge":1,"skukshaus":1,"xmarshal":1,"drewjcooper":1,"mcareyinfotrack":1,"RobSwDev":1,"Morshed11218":1,"D-Maier":1,"rcdailey":1,"gordey4doronin":1,"djmeijer":1,"Sergeus":1,"MeikelLP":1,"annas-abuhassan":1,"FiresShadow":1,"andrewslavin":1,"RaYell":1,"edwardbarford":1,"JoshKeegan":1,"jon-armen":1,"eerhardt":1,"louis-z":1,"MartinDemberger":1,"cremor":1,"Ic3n":1,"frederik-h":1,"rizi":1,"icraftsoftware":1,"sietsevdschoot":1,"JayBazuzi":1,"ChrisonSimtian":1,"timKraeuter":1,"SvetlanaBurlakova":1,"msonme":1,"Wolgo":1,"thomaslevesque":1,"Turnerj":1,"0lks":1,"ericnewton76":1,"mabead":1,"WhatzGames":1,"jjvdgeer":1,"souhailelk":1,"StefanBilliet":1,"quetzalcoatl":1,"JueSte":1,"burnchar":1,"kursataktas":1,"bart-degreed":1,"kbilsted":1,"divega":1,"beerai":1,"eshref":1,"comecme":1,"renzefeitsma-bt":1,"DerAlbertCom":1,"lonix1":1,"brooknovak":1,"konarx":1,"nullpainter":1,"dusk0r":1,"fej1ovr":1,"hugener":1,"angrynerds-krzysztof":1,"POnakS":1,"kakone":1,"naveek":1,"jkalmeij":1,"ycherkes":1,"Renaudyes":1,"apazureck":1,"pooventhan":1,"erichiller":1,"iron9light":1,"fredgate":1,"Shidairyu":1,"ZipZamZappem":1,"fakhrulhilal":1,"thomhurst":1,"ivog":1,"ms6073":1,"satma0745":1,"IT-VBFK":1,"maxnatamo":1,"collinstevens":1,"zetroot":1,"raschmitt":1,"shuebner":1,"psychotoad":1,"RaphCayou":1,"MattFennerT1":1,"gakibbie":1,"ggimenes":1,"JordanW9232":1,"yuliapu":1,"sa-he":1,"VictorYakushenko":1,"xp-development":1,"PortalDweller":1,"jgarciadelanoceda":1,"Overlong":1,"AxCoder":1,"ShaharPrishMSFT":1,"ghost":1,"ERGeorgiev":1,"MullerWasHere":1,"AlexanderSher":1,"sentemon":1,"nyctef":1,"philipborg":1,"fseidl-bauradar":1,"marcoernikms":1,"IharBury":1,"Ryan-Palmer":1,"Smurfa":1,"mrafnadeem-apimatic":1,"wpcsoftcharles":1,"Leo506":1,"benagain":1,"robvanuden":1,"vturecek":1,"deepforest":1,"chklauser":1,"DaveCousineau":1,"BrunoJuchli":1,"ViktorHofer":1,"rokklobster":1,"alelom":1,"yinnonsanders":1,"Mtothexmax":1,"bernard-chen":1,"bichuga":1,"akshetty9":1,"abartho":1,"SteveBush":1,"scharnyw":1,"dwhaas82":1,"Schaeri":1}},"pull_request_authors":{"table":{"dependabot[bot]":503,"dennisdoomen":192,"jnyrup":159,"IT-VBFK":60,"ITaluone":56,"vbreuss":48,"0xced":16,"lg2de":15,"lazyrainynight":8,"Corniel":8,"logiclrd":7,"94sedighi":7,"ghost":5,"arocheleau":5,"iliashkolyar":4,"eranikid":4,"eNeRGy164":4,"rklec":4,"ivarne":4,"louis-z":4,"Xceed-DelvaJB":4,"hybloid":4,"Meir017":3,"WeihanLi":3,"JSkimming":3,"whymatter":3,"nycdotnet":2,"PKirch-SE":2,"cskwrd":2,"psychotoad":2,"siewers":2,"ViktorHofer":2,"drewjcooper":2,"chvollm":2,"AArnott":2,"tacosontitan":2,"zachsaw":2,"robvanuden":2,"Aakashdeepcodes":2,"thomhurst":2,"sentemon":2,"skukshaus":2,"nyctef":2,"weitzhandler":2,"cmeeren":2,"apazureck":2,"tealamore":2,"bprussell":2,"melchiork":1,"chrischu":1,"Leo506":1,"Ruijin92":1,"JeremyKuhne":1,"architectbat":1,"ShaharPrishMSFT":1,"ronaldkroon":1,"Evangelink":1,"xmarshal":1,"matkoch":1,"Briaoeuidhtns":1,"zachsaw-lmg":1,"StacyCash":1,"MartinDemberger":1,"kursataktas":1,"A-Kjeldgaard":1,"danielchalmers":1,"BusHero":1,"salvois":1,"rokklobster":1,"benagain":1,"SimonCropp":1,"mpityo":1,"martincostello":1,"Wolgo":1,"andrewlock":1,"lukins":1,"JoelWakefield":1,"sdelarosbil":1,"jez9999":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-10-30T00:00:25.546Z","repositories_count":11263014,"issues_count":35009938,"pull_requests_count":113611200,"authors_count":11042159,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{"bug":24,"api-suggestion":6,"requires-clarification":4,"documentation":3,"api-approved":2,"feature":2,"won't fix":1,"enhancement":1,"dependencies":1,".NET":1}},"past_year_pull_request_labels_count":{"table":{"dependencies":213,".NET":158,"javascript":34,"bug":21,"enhancement":19,"documentation":13,"github_actions":11,"building":9,"breaking change":7,"feature":3,"testing":2,"performance":2}},"past_year_issue_author_associations_count":{"table":{"NONE":35,"CONTRIBUTOR":8,"MEMBER":7}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":227,"MEMBER":171,"NONE":24}},"past_year_issue_authors":{"table":{"dennisdoomen":5,"mansellan":3,"bart-vmware":2,"lg2de":2,"weitzhandler":2,"jnyrup":2,"marcoernikms":1,"mcareyinfotrack":1,"MeikelLP":1,"moh-hassan":1,"ms6073":1,"Muchaszewski":1,"odyth":1,"rbeurskens":1,"rklec":1,"robvanuden":1,"sentemon":1,"shuebner":1,"SteveBush":1,"timKraeuter":1,"wpcsoftcharles":1,"Zeruxky":1,"0xced":1,"burnchar":1,"chklauser":1,"ChrisonSimtian":1,"cremor":1,"deepforest":1,"dependabot[bot]":1,"D-Maier":1,"dwhaas82":1,"eshref":1,"gabor-repos":1,"hugener":1,"jgarciadelanoceda":1,"jon-armen":1,"JSkimming":1,"kakone":1,"kursataktas":1,"logiclrd":1}},"past_year_pull_request_authors":{"table":{"dependabot[bot]":203,"dennisdoomen":120,"jnyrup":51,"lazyrainynight":8,"ITaluone":6,"Xceed-DelvaJB":4,"rklec":4,"JSkimming":3,"0xced":2,"logiclrd":2,"nyctef":2,"sentemon":2,"weitzhandler":2,"robvanuden":2,"lg2de":2,"tealamore":2,"IT-VBFK":2,"Aakashdeepcodes":2,"vbreuss":1,"SimonCropp":1,"kursataktas":1}},"maintainers":[{"table":{"login":"dennisdoomen","count":211,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"}},{"table":{"login":"jnyrup","count":174,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"}},{"table":{"login":"Meir017","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Meir017"}}],"active_maintainers":[{"table":{"login":"dennisdoomen","count":125,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dennisdoomen"}},{"table":{"login":"jnyrup","count":53,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jnyrup"}}]}},"events":{"total":{"CreateEvent":131,"ReleaseEvent":19,"IssuesEvent":118,"WatchEvent":308,"DeleteEvent":122,"IssueCommentEvent":1229,"PushEvent":221,"PullRequestReviewEvent":301,"PullRequestReviewCommentEvent":272,"PullRequestEvent":452,"ForkEvent":231},"last_year":{"CreateEvent":129,"ReleaseEvent":19,"IssuesEvent":118,"WatchEvent":302,"DeleteEvent":120,"IssueCommentEvent":1219,"PushEvent":219,"PullRequestEvent":447,"PullRequestReviewEvent":296,"PullRequestReviewCommentEvent":267,"ForkEvent":230}},"keywords":["assertions","bdd-style","c-sharp","fluent-assertions","hacktoberfest","mstest","tdd","unit-testing","xunit"],"dependencies":[{"ecosystem":"npm","filepath":"docs/package.json","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:38.025Z","updated_at":"2022-08-08T20:15:38.025Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/docs/package.json","dependencies":[{"id":692998720,"package_name":"npm-run-all","ecosystem":"npm","requirements":"^4.1.5","direct":true,"kind":"development","optional":false},{"id":692998721,"package_name":"onchange","ecosystem":"npm","requirements":"^6.1.0","direct":true,"kind":"development","optional":false},{"id":692998722,"package_name":"uglify-js","ecosystem":"npm","requirements":"^3.8.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"nuget","filepath":"Build/_build.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:38.417Z","updated_at":"2022-08-08T20:15:38.417Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Build/_build.csproj","dependencies":[{"id":693001120,"package_name":"Nuke.Common","ecosystem":"nuget","requirements":"6.1.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"Src/FluentAssertions/FluentAssertions.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:38.592Z","updated_at":"2022-08-08T20:15:38.592Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Src/FluentAssertions/FluentAssertions.csproj","dependencies":[{"id":693005723,"package_name":"JetBrains.Annotations","ecosystem":"nuget","requirements":"2022.1.0","direct":true,"kind":"runtime","optional":false},{"id":693005726,"package_name":"Microsoft.SourceLink.GitHub","ecosystem":"nuget","requirements":"1.1.1","direct":true,"kind":"development","optional":false},{"id":693005728,"package_name":"System.Threading.Tasks.Extensions","ecosystem":"nuget","requirements":"4.5.0","direct":true,"kind":"runtime","optional":false},{"id":693005730,"package_name":"System.Configuration.ConfigurationManager","ecosystem":"nuget","requirements":"4.4.0","direct":true,"kind":"runtime","optional":false},{"id":693005732,"package_name":"System.Net.Http","ecosystem":"nuget","requirements":"4.3.4","direct":true,"kind":"runtime","optional":false},{"id":693005734,"package_name":"Microsoft.CodeAnalysis.BannedApiAnalyzers","ecosystem":"nuget","requirements":"3.3.3","direct":true,"kind":"development","optional":false},{"id":693005736,"package_name":"Microsoft.CodeAnalysis.FxCopAnalyzers","ecosystem":"nuget","requirements":"3.3.1","direct":true,"kind":"development","optional":false},{"id":693005738,"package_name":"StyleCop.Analyzers","ecosystem":"nuget","requirements":"1.2.0-beta.406","direct":true,"kind":"development","optional":false},{"id":693005740,"package_name":"CSharpGuidelinesAnalyzer","ecosystem":"nuget","requirements":"3.6.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/Approval.Tests/Approval.Tests.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:38.779Z","updated_at":"2022-08-08T20:15:38.779Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/Approval.Tests/Approval.Tests.csproj","dependencies":[{"id":693008874,"package_name":"Microsoft.NET.Test.Sdk","ecosystem":"nuget","requirements":"17.2.0","direct":true,"kind":"runtime","optional":false},{"id":693008878,"package_name":"xunit","ecosystem":"nuget","requirements":"2.4.2-pre.12","direct":true,"kind":"runtime","optional":false},{"id":693008879,"package_name":"xunit.runner.visualstudio","ecosystem":"nuget","requirements":"2.4.5","direct":true,"kind":"development","optional":false},{"id":693008881,"package_name":"PublicApiGenerator","ecosystem":"nuget","requirements":"10.3.0","direct":true,"kind":"runtime","optional":false},{"id":693008882,"package_name":"Verify.DiffPlex","ecosystem":"nuget","requirements":"1.3.0","direct":true,"kind":"runtime","optional":false},{"id":693008884,"package_name":"Verify.Xunit","ecosystem":"nuget","requirements":"17.2.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/Benchmarks/Benchmarks.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:39.105Z","updated_at":"2022-08-08T20:15:39.105Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/Benchmarks/Benchmarks.csproj","dependencies":[{"id":693011835,"package_name":"BenchmarkDotNet","ecosystem":"nuget","requirements":"0.13.1","direct":true,"kind":"runtime","optional":false},{"id":693011836,"package_name":"Bogus","ecosystem":"nuget","requirements":"34.0.2","direct":true,"kind":"runtime","optional":false},{"id":693011837,"package_name":"System.Collections","ecosystem":"nuget","requirements":"4.3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:39.292Z","updated_at":"2022-08-08T20:15:39.292Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj","dependencies":[{"id":693014651,"package_name":"System.Collections.Immutable","ecosystem":"nuget","requirements":"[1.5.0]","direct":true,"kind":"runtime","optional":false},{"id":693014652,"package_name":"xunit.runner.visualstudio","ecosystem":"nuget","requirements":"2.4.5","direct":true,"kind":"development","optional":false},{"id":693014653,"package_name":"Microsoft.NET.Test.Sdk","ecosystem":"nuget","requirements":"17.2.0","direct":true,"kind":"runtime","optional":false},{"id":693014654,"package_name":"Chill","ecosystem":"nuget","requirements":"4.1.0","direct":true,"kind":"runtime","optional":false},{"id":693014655,"package_name":"Newtonsoft.Json","ecosystem":"nuget","requirements":"11.0.2","direct":true,"kind":"runtime","optional":false},{"id":693014656,"package_name":"xunit","ecosystem":"nuget","requirements":"2.4.2-pre.12","direct":true,"kind":"runtime","optional":false},{"id":693014657,"package_name":"Xunit.StaFact","ecosystem":"nuget","requirements":"1.1.11","direct":true,"kind":"runtime","optional":false},{"id":693014658,"package_name":"System.Data.DataSetExtensions","ecosystem":"nuget","requirements":"4.5.0","direct":true,"kind":"runtime","optional":false},{"id":693014659,"package_name":"coverlet.collector","ecosystem":"nuget","requirements":"3.1.2","direct":true,"kind":"runtime","optional":false},{"id":693014660,"package_name":"Microsoft.CodeAnalysis.FxCopAnalyzers","ecosystem":"nuget","requirements":"3.3.1","direct":true,"kind":"development","optional":false},{"id":693014662,"package_name":"StyleCop.Analyzers","ecosystem":"nuget","requirements":"1.2.0-beta.406","direct":true,"kind":"development","optional":false},{"id":693014663,"package_name":"CSharpGuidelinesAnalyzer","ecosystem":"nuget","requirements":"3.6.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:39.530Z","updated_at":"2022-08-08T20:15:39.530Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj","dependencies":[{"id":693017533,"package_name":"System.Collections.Immutable","ecosystem":"nuget","requirements":"[1.5.0]","direct":true,"kind":"runtime","optional":false},{"id":693017534,"package_name":"xunit.runner.visualstudio","ecosystem":"nuget","requirements":"2.4.5","direct":true,"kind":"development","optional":false},{"id":693017535,"package_name":"Microsoft.NET.Test.Sdk","ecosystem":"nuget","requirements":"17.2.0","direct":true,"kind":"runtime","optional":false},{"id":693017536,"package_name":"Chill","ecosystem":"nuget","requirements":"4.1.0","direct":true,"kind":"runtime","optional":false},{"id":693017537,"package_name":"Newtonsoft.Json","ecosystem":"nuget","requirements":"11.0.2","direct":true,"kind":"runtime","optional":false},{"id":693017538,"package_name":"xunit","ecosystem":"nuget","requirements":"2.4.2-pre.12","direct":true,"kind":"runtime","optional":false},{"id":693017539,"package_name":"Xunit.StaFact","ecosystem":"nuget","requirements":"1.1.11","direct":true,"kind":"runtime","optional":false},{"id":693017540,"package_name":"System.Data.DataSetExtensions","ecosystem":"nuget","requirements":"4.5.0","direct":true,"kind":"runtime","optional":false},{"id":693017541,"package_name":"coverlet.collector","ecosystem":"nuget","requirements":"3.1.2","direct":true,"kind":"runtime","optional":false},{"id":693017542,"package_name":"Microsoft.CodeAnalysis.FxCopAnalyzers","ecosystem":"nuget","requirements":"3.3.1","direct":true,"kind":"development","optional":false},{"id":693017543,"package_name":"StyleCop.Analyzers","ecosystem":"nuget","requirements":"1.2.0-beta.406","direct":true,"kind":"development","optional":false},{"id":693017544,"package_name":"CSharpGuidelinesAnalyzer","ecosystem":"nuget","requirements":"3.6.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:39.996Z","updated_at":"2022-08-08T20:15:39.996Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj","dependencies":[{"id":693025147,"package_name":"coverlet.collector","ecosystem":"nuget","requirements":"3.1.2","direct":true,"kind":"runtime","optional":false},{"id":693025148,"package_name":"Microsoft.NET.Test.Sdk","ecosystem":"nuget","requirements":"17.2.0","direct":true,"kind":"runtime","optional":false},{"id":693025149,"package_name":"MSTest.TestAdapter","ecosystem":"nuget","requirements":"2.2.10","direct":true,"kind":"runtime","optional":false},{"id":693025150,"package_name":"MSTest.TestFramework","ecosystem":"nuget","requirements":"2.2.10","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:40.302Z","updated_at":"2022-08-08T20:15:40.302Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj","dependencies":[{"id":693028708,"package_name":"coverlet.collector","ecosystem":"nuget","requirements":"3.1.2","direct":true,"kind":"runtime","optional":false},{"id":693028709,"package_name":"Microsoft.NET.Test.Sdk","ecosystem":"nuget","requirements":"17.2.0","direct":true,"kind":"runtime","optional":false},{"id":693028710,"package_name":"Machine.Specifications","ecosystem":"nuget","requirements":"1.0.0","direct":true,"kind":"runtime","optional":false},{"id":693028711,"package_name":"Machine.Specifications.Runner.VisualStudio","ecosystem":"nuget","requirements":"2.10.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/TestFrameworks/NSpec3.Net47.Specs/NSpec3.Net47.Specs.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:40.699Z","updated_at":"2022-08-08T20:15:40.699Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/TestFrameworks/NSpec3.Net47.Specs/NSpec3.Net47.Specs.csproj","dependencies":[{"id":693031374,"package_name":"NSpec","ecosystem":"nuget","requirements":"3.1.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:41.267Z","updated_at":"2022-08-08T20:15:41.267Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj","dependencies":[{"id":693039486,"package_name":"coverlet.collector","ecosystem":"nuget","requirements":"3.1.2","direct":true,"kind":"runtime","optional":false},{"id":693039487,"package_name":"Microsoft.NET.Test.Sdk","ecosystem":"nuget","requirements":"17.2.0","direct":true,"kind":"runtime","optional":false},{"id":693039488,"package_name":"NUnit","ecosystem":"nuget","requirements":"3.13.3","direct":true,"kind":"runtime","optional":false},{"id":693039489,"package_name":"NUnit3TestAdapter","ecosystem":"nuget","requirements":"4.2.1","direct":true,"kind":"development","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:41.417Z","updated_at":"2022-08-08T20:15:41.417Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj","dependencies":[{"id":693040269,"package_name":"Microsoft.NET.Test.Sdk","ecosystem":"nuget","requirements":"17.2.0","direct":true,"kind":"runtime","optional":false},{"id":693040270,"package_name":"xunit","ecosystem":"nuget","requirements":"2.4.2-pre.12","direct":true,"kind":"runtime","optional":false},{"id":693040271,"package_name":"xunit.runner.visualstudio","ecosystem":"nuget","requirements":"2.4.5","direct":true,"kind":"development","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/UWP.Specs/UWP.Specs.csproj","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:41.723Z","updated_at":"2022-08-08T20:15:41.723Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/UWP.Specs/UWP.Specs.csproj","dependencies":[{"id":693043057,"package_name":"Microsoft.NETCore.UniversalWindowsPlatform","ecosystem":"nuget","requirements":"6.2.14","direct":true,"kind":"runtime","optional":false},{"id":693043058,"package_name":"MSTest.TestAdapter","ecosystem":"nuget","requirements":"2.2.10","direct":true,"kind":"runtime","optional":false},{"id":693043059,"package_name":"MSTest.TestFramework","ecosystem":"nuget","requirements":"2.2.10","direct":true,"kind":"runtime","optional":false},{"id":693043060,"package_name":"System.Xml.XPath.XmlDocument","ecosystem":"nuget","requirements":"4.3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"rubygems","filepath":"docs/Gemfile","sha":null,"kind":"manifest","created_at":"2022-08-08T20:15:41.841Z","updated_at":"2022-08-08T20:15:41.841Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/docs/Gemfile","dependencies":[{"id":693044442,"package_name":"github-pages","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":693044443,"package_name":"webrick","ecosystem":"rubygems","requirements":"~\u003e 1.7","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"rubygems","filepath":"docs/Gemfile.lock","sha":null,"kind":"lockfile","created_at":"2022-08-08T20:15:42.116Z","updated_at":"2022-08-08T20:15:42.116Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/docs/Gemfile.lock","dependencies":[{"id":693048125,"package_name":"activesupport","ecosystem":"rubygems","requirements":"6.0.4.4","direct":false,"kind":"runtime","optional":false},{"id":693048131,"package_name":"addressable","ecosystem":"rubygems","requirements":"2.8.0","direct":false,"kind":"runtime","optional":false},{"id":693048134,"package_name":"coffee-script","ecosystem":"rubygems","requirements":"2.4.1","direct":false,"kind":"runtime","optional":false},{"id":693048136,"package_name":"coffee-script-source","ecosystem":"rubygems","requirements":"1.11.1","direct":false,"kind":"runtime","optional":false},{"id":693048138,"package_name":"colorator","ecosystem":"rubygems","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":693048140,"package_name":"commonmarker","ecosystem":"rubygems","requirements":"0.17.13","direct":false,"kind":"runtime","optional":false},{"id":693048142,"package_name":"concurrent-ruby","ecosystem":"rubygems","requirements":"1.1.9","direct":false,"kind":"runtime","optional":false},{"id":693048144,"package_name":"dnsruby","ecosystem":"rubygems","requirements":"1.61.9","direct":false,"kind":"runtime","optional":false},{"id":693048146,"package_name":"em-websocket","ecosystem":"rubygems","requirements":"0.5.3","direct":false,"kind":"runtime","optional":false},{"id":693048149,"package_name":"ethon","ecosystem":"rubygems","requirements":"0.15.0","direct":false,"kind":"runtime","optional":false},{"id":693048152,"package_name":"eventmachine","ecosystem":"rubygems","requirements":"1.2.7","direct":false,"kind":"runtime","optional":false},{"id":693048154,"package_name":"execjs","ecosystem":"rubygems","requirements":"2.8.1","direct":false,"kind":"runtime","optional":false},{"id":693048156,"package_name":"faraday","ecosystem":"rubygems","requirements":"1.9.3","direct":false,"kind":"runtime","optional":false},{"id":693048157,"package_name":"faraday-em_http","ecosystem":"rubygems","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":693048159,"package_name":"faraday-em_synchrony","ecosystem":"rubygems","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":693048161,"package_name":"faraday-excon","ecosystem":"rubygems","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":693048162,"package_name":"faraday-httpclient","ecosystem":"rubygems","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":693048164,"package_name":"faraday-multipart","ecosystem":"rubygems","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":693048166,"package_name":"faraday-net_http","ecosystem":"rubygems","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":693048168,"package_name":"faraday-net_http_persistent","ecosystem":"rubygems","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048170,"package_name":"faraday-patron","ecosystem":"rubygems","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":693048172,"package_name":"faraday-rack","ecosystem":"rubygems","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":693048174,"package_name":"faraday-retry","ecosystem":"rubygems","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":693048176,"package_name":"ffi","ecosystem":"rubygems","requirements":"1.15.5","direct":false,"kind":"runtime","optional":false},{"id":693048177,"package_name":"forwardable-extended","ecosystem":"rubygems","requirements":"2.6.0","direct":false,"kind":"runtime","optional":false},{"id":693048179,"package_name":"gemoji","ecosystem":"rubygems","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":693048181,"package_name":"github-pages","ecosystem":"rubygems","requirements":"223","direct":false,"kind":"runtime","optional":false},{"id":693048183,"package_name":"github-pages-health-check","ecosystem":"rubygems","requirements":"1.17.9","direct":false,"kind":"runtime","optional":false},{"id":693048185,"package_name":"html-pipeline","ecosystem":"rubygems","requirements":"2.14.0","direct":false,"kind":"runtime","optional":false},{"id":693048187,"package_name":"http_parser.rb","ecosystem":"rubygems","requirements":"0.8.0","direct":false,"kind":"runtime","optional":false},{"id":693048189,"package_name":"i18n","ecosystem":"rubygems","requirements":"0.9.5","direct":false,"kind":"runtime","optional":false},{"id":693048190,"package_name":"jekyll","ecosystem":"rubygems","requirements":"3.9.0","direct":false,"kind":"runtime","optional":false},{"id":693048192,"package_name":"jekyll-avatar","ecosystem":"rubygems","requirements":"0.7.0","direct":false,"kind":"runtime","optional":false},{"id":693048194,"package_name":"jekyll-coffeescript","ecosystem":"rubygems","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":693048195,"package_name":"jekyll-commonmark","ecosystem":"rubygems","requirements":"1.3.1","direct":false,"kind":"runtime","optional":false},{"id":693048196,"package_name":"jekyll-commonmark-ghpages","ecosystem":"rubygems","requirements":"0.1.6","direct":false,"kind":"runtime","optional":false},{"id":693048197,"package_name":"jekyll-default-layout","ecosystem":"rubygems","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":693048198,"package_name":"jekyll-feed","ecosystem":"rubygems","requirements":"0.15.1","direct":false,"kind":"runtime","optional":false},{"id":693048199,"package_name":"jekyll-gist","ecosystem":"rubygems","requirements":"1.5.0","direct":false,"kind":"runtime","optional":false},{"id":693048200,"package_name":"jekyll-github-metadata","ecosystem":"rubygems","requirements":"2.13.0","direct":false,"kind":"runtime","optional":false},{"id":693048201,"package_name":"jekyll-include-cache","ecosystem":"rubygems","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":693048202,"package_name":"jekyll-mentions","ecosystem":"rubygems","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":693048203,"package_name":"jekyll-optional-front-matter","ecosystem":"rubygems","requirements":"0.3.2","direct":false,"kind":"runtime","optional":false},{"id":693048204,"package_name":"jekyll-paginate","ecosystem":"rubygems","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":693048205,"package_name":"jekyll-readme-index","ecosystem":"rubygems","requirements":"0.3.0","direct":false,"kind":"runtime","optional":false},{"id":693048206,"package_name":"jekyll-redirect-from","ecosystem":"rubygems","requirements":"0.16.0","direct":false,"kind":"runtime","optional":false},{"id":693048207,"package_name":"jekyll-relative-links","ecosystem":"rubygems","requirements":"0.6.1","direct":false,"kind":"runtime","optional":false},{"id":693048208,"package_name":"jekyll-remote-theme","ecosystem":"rubygems","requirements":"0.4.3","direct":false,"kind":"runtime","optional":false},{"id":693048209,"package_name":"jekyll-sass-converter","ecosystem":"rubygems","requirements":"1.5.2","direct":false,"kind":"runtime","optional":false},{"id":693048210,"package_name":"jekyll-seo-tag","ecosystem":"rubygems","requirements":"2.7.1","direct":false,"kind":"runtime","optional":false},{"id":693048211,"package_name":"jekyll-sitemap","ecosystem":"rubygems","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":693048212,"package_name":"jekyll-swiss","ecosystem":"rubygems","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":693048213,"package_name":"jekyll-theme-architect","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048214,"package_name":"jekyll-theme-cayman","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048215,"package_name":"jekyll-theme-dinky","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048216,"package_name":"jekyll-theme-hacker","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048217,"package_name":"jekyll-theme-leap-day","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048218,"package_name":"jekyll-theme-merlot","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048219,"package_name":"jekyll-theme-midnight","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048705,"package_name":"jekyll-theme-minimal","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048707,"package_name":"jekyll-theme-modernist","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048709,"package_name":"jekyll-theme-primer","ecosystem":"rubygems","requirements":"0.6.0","direct":false,"kind":"runtime","optional":false},{"id":693048711,"package_name":"jekyll-theme-slate","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048713,"package_name":"jekyll-theme-tactile","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048715,"package_name":"jekyll-theme-time-machine","ecosystem":"rubygems","requirements":"0.2.0","direct":false,"kind":"runtime","optional":false},{"id":693048717,"package_name":"jekyll-titles-from-headings","ecosystem":"rubygems","requirements":"0.5.3","direct":false,"kind":"runtime","optional":false},{"id":693048719,"package_name":"jekyll-watch","ecosystem":"rubygems","requirements":"2.2.1","direct":false,"kind":"runtime","optional":false},{"id":693048721,"package_name":"jemoji","ecosystem":"rubygems","requirements":"0.12.0","direct":false,"kind":"runtime","optional":false},{"id":693048723,"package_name":"kramdown","ecosystem":"rubygems","requirements":"2.3.1","direct":false,"kind":"runtime","optional":false},{"id":693048724,"package_name":"kramdown-parser-gfm","ecosystem":"rubygems","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":693048726,"package_name":"liquid","ecosystem":"rubygems","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":693048728,"package_name":"listen","ecosystem":"rubygems","requirements":"3.7.1","direct":false,"kind":"runtime","optional":false},{"id":693048730,"package_name":"mercenary","ecosystem":"rubygems","requirements":"0.3.6","direct":false,"kind":"runtime","optional":false},{"id":693048732,"package_name":"minima","ecosystem":"rubygems","requirements":"2.5.1","direct":false,"kind":"runtime","optional":false},{"id":693048734,"package_name":"minitest","ecosystem":"rubygems","requirements":"5.15.0","direct":false,"kind":"runtime","optional":false},{"id":693048736,"package_name":"multipart-post","ecosystem":"rubygems","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":693048738,"package_name":"nokogiri","ecosystem":"rubygems","requirements":"1.13.1","direct":false,"kind":"runtime","optional":false},{"id":693048740,"package_name":"octokit","ecosystem":"rubygems","requirements":"4.22.0","direct":false,"kind":"runtime","optional":false},{"id":693048742,"package_name":"pathutil","ecosystem":"rubygems","requirements":"0.16.2","direct":false,"kind":"runtime","optional":false},{"id":693048744,"package_name":"public_suffix","ecosystem":"rubygems","requirements":"4.0.6","direct":false,"kind":"runtime","optional":false},{"id":693048746,"package_name":"racc","ecosystem":"rubygems","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":693048747,"package_name":"rb-fsevent","ecosystem":"rubygems","requirements":"0.11.1","direct":false,"kind":"runtime","optional":false},{"id":693048749,"package_name":"rb-inotify","ecosystem":"rubygems","requirements":"0.10.1","direct":false,"kind":"runtime","optional":false},{"id":693048751,"package_name":"rexml","ecosystem":"rubygems","requirements":"3.2.5","direct":false,"kind":"runtime","optional":false},{"id":693048753,"package_name":"rouge","ecosystem":"rubygems","requirements":"3.26.0","direct":false,"kind":"runtime","optional":false},{"id":693048755,"package_name":"ruby-enum","ecosystem":"rubygems","requirements":"0.9.0","direct":false,"kind":"runtime","optional":false},{"id":693048757,"package_name":"ruby2_keywords","ecosystem":"rubygems","requirements":"0.0.5","direct":false,"kind":"runtime","optional":false},{"id":693048759,"package_name":"rubyzip","ecosystem":"rubygems","requirements":"2.3.2","direct":false,"kind":"runtime","optional":false},{"id":693048761,"package_name":"safe_yaml","ecosystem":"rubygems","requirements":"1.0.5","direct":false,"kind":"runtime","optional":false},{"id":693048762,"package_name":"sass","ecosystem":"rubygems","requirements":"3.7.4","direct":false,"kind":"runtime","optional":false},{"id":693048764,"package_name":"sass-listen","ecosystem":"rubygems","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":693048766,"package_name":"sawyer","ecosystem":"rubygems","requirements":"0.8.2","direct":false,"kind":"runtime","optional":false},{"id":693048768,"package_name":"simpleidn","ecosystem":"rubygems","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":693048770,"package_name":"terminal-table","ecosystem":"rubygems","requirements":"1.8.0","direct":false,"kind":"runtime","optional":false},{"id":693048772,"package_name":"thread_safe","ecosystem":"rubygems","requirements":"0.3.6","direct":false,"kind":"runtime","optional":false},{"id":693048774,"package_name":"typhoeus","ecosystem":"rubygems","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":693048776,"package_name":"tzinfo","ecosystem":"rubygems","requirements":"1.2.9","direct":false,"kind":"runtime","optional":false},{"id":693048778,"package_name":"unf","ecosystem":"rubygems","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":693048779,"package_name":"unf_ext","ecosystem":"rubygems","requirements":"0.0.8","direct":false,"kind":"runtime","optional":false},{"id":693048781,"package_name":"unicode-display_width","ecosystem":"rubygems","requirements":"1.8.0","direct":false,"kind":"runtime","optional":false},{"id":693048783,"package_name":"webrick","ecosystem":"rubygems","requirements":"1.7.0","direct":false,"kind":"runtime","optional":false},{"id":693048785,"package_name":"zeitwerk","ecosystem":"rubygems","requirements":"2.5.4","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/build.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T13:17:51.774Z","updated_at":"2023-09-22T13:17:51.774Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/.github/workflows/build.yml","dependencies":[{"id":13874831961,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":13874831962,"package_name":"actions/setup-dotnet","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":13874831963,"package_name":"andstor/file-existence-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13874831964,"package_name":"coverallsapp/github-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13874831965,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/code_quality.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T13:17:52.016Z","updated_at":"2023-09-22T13:17:52.016Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/.github/workflows/code_quality.yml","dependencies":[{"id":13874831967,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":13874831968,"package_name":"JetBrains/qodana-action","ecosystem":"actions","requirements":"v2023.2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2023-09-22T13:17:52.734Z","updated_at":"2023-09-22T13:17:52.734Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/package.json","dependencies":[{"id":13874831977,"package_name":"cspell","ecosystem":"npm","requirements":"^7.0.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"yarn.lock","sha":null,"kind":"lockfile","created_at":"2023-09-22T13:17:53.017Z","updated_at":"2023-09-22T13:17:53.017Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/yarn.lock","dependencies":[{"id":13874831979,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.18.6","direct":false,"kind":"runtime","optional":false},{"id":13874831980,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.19.1","direct":false,"kind":"runtime","optional":false},{"id":13874831981,"package_name":"@babel/highlight","ecosystem":"npm","requirements":"7.18.6","direct":false,"kind":"runtime","optional":false},{"id":13874831982,"package_name":"@cspell/cspell-bundled-dicts","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874831983,"package_name":"@cspell/cspell-json-reporter","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874831984,"package_name":"@cspell/cspell-pipe","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874831985,"package_name":"@cspell/cspell-service-bus","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874831986,"package_name":"@cspell/cspell-types","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874831987,"package_name":"@cspell/dict-ada","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874831988,"package_name":"@cspell/dict-aws","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874831989,"package_name":"@cspell/dict-bash","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":13874831990,"package_name":"@cspell/dict-companies","ecosystem":"npm","requirements":"3.0.19","direct":false,"kind":"runtime","optional":false},{"id":13874831991,"package_name":"@cspell/dict-cpp","ecosystem":"npm","requirements":"5.0.4","direct":false,"kind":"runtime","optional":false},{"id":13874831992,"package_name":"@cspell/dict-cryptocurrencies","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874831993,"package_name":"@cspell/dict-csharp","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874831994,"package_name":"@cspell/dict-css","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"runtime","optional":false},{"id":13874831995,"package_name":"@cspell/dict-dart","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874831996,"package_name":"@cspell/dict-data-science","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"runtime","optional":false},{"id":13874831997,"package_name":"@cspell/dict-django","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874831998,"package_name":"@cspell/dict-docker","ecosystem":"npm","requirements":"1.1.7","direct":false,"kind":"runtime","optional":false},{"id":13874831999,"package_name":"@cspell/dict-dotnet","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832000,"package_name":"@cspell/dict-elixir","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832001,"package_name":"@cspell/dict-en-common-misspellings","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832002,"package_name":"@cspell/dict-en-gb","ecosystem":"npm","requirements":"1.1.33","direct":false,"kind":"runtime","optional":false},{"id":13874832003,"package_name":"@cspell/dict-en_us","ecosystem":"npm","requirements":"4.3.6","direct":false,"kind":"runtime","optional":false},{"id":13874832004,"package_name":"@cspell/dict-filetypes","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832005,"package_name":"@cspell/dict-fonts","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832006,"package_name":"@cspell/dict-fsharp","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832007,"package_name":"@cspell/dict-fullstack","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"runtime","optional":false},{"id":13874832008,"package_name":"@cspell/dict-gaming-terms","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":13874832009,"package_name":"@cspell/dict-git","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832010,"package_name":"@cspell/dict-golang","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832011,"package_name":"@cspell/dict-haskell","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832012,"package_name":"@cspell/dict-html-symbol-entities","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832013,"package_name":"@cspell/dict-html","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832014,"package_name":"@cspell/dict-java","ecosystem":"npm","requirements":"5.0.5","direct":false,"kind":"runtime","optional":false},{"id":13874832015,"package_name":"@cspell/dict-k8s","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832016,"package_name":"@cspell/dict-latex","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832017,"package_name":"@cspell/dict-lorem-ipsum","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832018,"package_name":"@cspell/dict-lua","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832019,"package_name":"@cspell/dict-node","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832020,"package_name":"@cspell/dict-npm","ecosystem":"npm","requirements":"5.0.8","direct":false,"kind":"runtime","optional":false},{"id":13874832021,"package_name":"@cspell/dict-php","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832022,"package_name":"@cspell/dict-powershell","ecosystem":"npm","requirements":"5.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832023,"package_name":"@cspell/dict-public-licenses","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832024,"package_name":"@cspell/dict-python","ecosystem":"npm","requirements":"4.1.5","direct":false,"kind":"runtime","optional":false},{"id":13874832025,"package_name":"@cspell/dict-r","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832026,"package_name":"@cspell/dict-ruby","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832027,"package_name":"@cspell/dict-rust","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832028,"package_name":"@cspell/dict-scala","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832029,"package_name":"@cspell/dict-software-terms","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"runtime","optional":false},{"id":13874832030,"package_name":"@cspell/dict-sql","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":13874832031,"package_name":"@cspell/dict-svelte","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832032,"package_name":"@cspell/dict-swift","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832033,"package_name":"@cspell/dict-typescript","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"runtime","optional":false},{"id":13874832034,"package_name":"@cspell/dict-vue","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832035,"package_name":"@cspell/dynamic-import","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832036,"package_name":"@cspell/strong-weak-map","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832037,"package_name":"@nodelib/fs.scandir","ecosystem":"npm","requirements":"2.1.5","direct":false,"kind":"runtime","optional":false},{"id":13874832038,"package_name":"@nodelib/fs.stat","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":13874832039,"package_name":"@nodelib/fs.walk","ecosystem":"npm","requirements":"1.2.8","direct":false,"kind":"runtime","optional":false},{"id":13874832040,"package_name":"ansi-regex","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832041,"package_name":"ansi-styles","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"runtime","optional":false},{"id":13874832042,"package_name":"argparse","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832043,"package_name":"array-timsort","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832044,"package_name":"balanced-match","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832045,"package_name":"brace-expansion","ecosystem":"npm","requirements":"1.1.11","direct":false,"kind":"runtime","optional":false},{"id":13874832046,"package_name":"braces","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832047,"package_name":"callsites","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874832048,"package_name":"chalk-template","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874832049,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"runtime","optional":false},{"id":13874832050,"package_name":"chalk","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"runtime","optional":false},{"id":13874832051,"package_name":"clear-module","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"runtime","optional":false},{"id":13874832052,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.3","direct":false,"kind":"runtime","optional":false},{"id":13874832053,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"runtime","optional":false},{"id":13874832054,"package_name":"commander","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832055,"package_name":"comment-json","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"runtime","optional":false},{"id":13874832056,"package_name":"concat-map","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832057,"package_name":"configstore","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832058,"package_name":"core-util-is","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832059,"package_name":"cosmiconfig","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832060,"package_name":"crypto-random-string","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832061,"package_name":"cspell-dictionary","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832062,"package_name":"cspell-gitignore","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832063,"package_name":"cspell-glob","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832064,"package_name":"cspell-grammar","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832065,"package_name":"cspell-io","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832066,"package_name":"cspell-lib","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832067,"package_name":"cspell-trie-lib","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832068,"package_name":"cspell","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832069,"package_name":"dot-prop","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832070,"package_name":"error-ex","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"runtime","optional":false},{"id":13874832071,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"runtime","optional":false},{"id":13874832072,"package_name":"esprima","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832073,"package_name":"fast-equals","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832074,"package_name":"fast-equals","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832075,"package_name":"fast-glob","ecosystem":"npm","requirements":"3.3.1","direct":false,"kind":"runtime","optional":false},{"id":13874832076,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874832077,"package_name":"fastq","ecosystem":"npm","requirements":"1.15.0","direct":false,"kind":"runtime","optional":false},{"id":13874832078,"package_name":"file-entry-cache","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832079,"package_name":"fill-range","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832080,"package_name":"find-up","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832081,"package_name":"find-up","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"runtime","optional":false},{"id":13874832082,"package_name":"flat-cache","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"runtime","optional":false},{"id":13874832083,"package_name":"flatted","ecosystem":"npm","requirements":"3.2.7","direct":false,"kind":"runtime","optional":false},{"id":13874832084,"package_name":"fs.realpath","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832085,"package_name":"gensequence","ecosystem":"npm","requirements":"5.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832086,"package_name":"get-stdin","ecosystem":"npm","requirements":"9.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832087,"package_name":"glob-parent","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"runtime","optional":false},{"id":13874832088,"package_name":"glob","ecosystem":"npm","requirements":"7.2.3","direct":false,"kind":"runtime","optional":false},{"id":13874832089,"package_name":"global-dirs","ecosystem":"npm","requirements":"0.1.1","direct":false,"kind":"runtime","optional":false},{"id":13874832090,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.11","direct":false,"kind":"runtime","optional":false},{"id":13874832091,"package_name":"has-flag","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832092,"package_name":"has-own-prop","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832093,"package_name":"import-fresh","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"runtime","optional":false},{"id":13874832094,"package_name":"import-meta-resolve","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832095,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":13874832096,"package_name":"inflight","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"runtime","optional":false},{"id":13874832097,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"runtime","optional":false},{"id":13874832098,"package_name":"ini","ecosystem":"npm","requirements":"1.3.8","direct":false,"kind":"runtime","optional":false},{"id":13874832099,"package_name":"is-arrayish","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":13874832100,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":13874832101,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832102,"package_name":"is-number","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832103,"package_name":"is-obj","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832104,"package_name":"is-typedarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832105,"package_name":"js-tokens","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832106,"package_name":"js-yaml","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874832107,"package_name":"json-parse-even-better-errors","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"runtime","optional":false},{"id":13874832108,"package_name":"lines-and-columns","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"runtime","optional":false},{"id":13874832109,"package_name":"locate-path","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832110,"package_name":"locate-path","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"runtime","optional":false},{"id":13874832111,"package_name":"lru-cache","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832112,"package_name":"merge2","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"runtime","optional":false},{"id":13874832113,"package_name":"micromatch","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"runtime","optional":false},{"id":13874832114,"package_name":"minimatch","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"runtime","optional":false},{"id":13874832115,"package_name":"node-fetch","ecosystem":"npm","requirements":"2.6.12","direct":false,"kind":"runtime","optional":false},{"id":13874832116,"package_name":"once","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":13874832117,"package_name":"p-limit","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874832118,"package_name":"p-limit","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832119,"package_name":"p-locate","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832120,"package_name":"p-locate","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832121,"package_name":"parent-module","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832122,"package_name":"parent-module","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832123,"package_name":"parse-json","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"runtime","optional":false},{"id":13874832124,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832125,"package_name":"path-exists","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832126,"package_name":"path-is-absolute","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832127,"package_name":"path-type","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832128,"package_name":"picomatch","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"runtime","optional":false},{"id":13874832129,"package_name":"queue-microtask","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":13874832130,"package_name":"repeat-string","ecosystem":"npm","requirements":"1.6.1","direct":false,"kind":"runtime","optional":false},{"id":13874832131,"package_name":"resolve-from","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832132,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832133,"package_name":"resolve-global","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832134,"package_name":"reusify","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":13874832135,"package_name":"rimraf","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832136,"package_name":"run-parallel","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":13874832137,"package_name":"semver","ecosystem":"npm","requirements":"7.5.4","direct":false,"kind":"runtime","optional":false},{"id":13874832138,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"runtime","optional":false},{"id":13874832139,"package_name":"strip-ansi","ecosystem":"npm","requirements":"7.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874832140,"package_name":"supports-color","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"runtime","optional":false},{"id":13874832141,"package_name":"to-regex-range","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832142,"package_name":"tr46","ecosystem":"npm","requirements":"0.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832143,"package_name":"type-fest","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":13874832144,"package_name":"typedarray-to-buffer","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"runtime","optional":false},{"id":13874832145,"package_name":"unique-string","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832146,"package_name":"vscode-languageserver-textdocument","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"runtime","optional":false},{"id":13874832147,"package_name":"vscode-uri","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"runtime","optional":false},{"id":13874832148,"package_name":"webidl-conversions","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":13874832149,"package_name":"whatwg-url","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832150,"package_name":"wrappy","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":13874832151,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"runtime","optional":false},{"id":13874832152,"package_name":"xdg-basedir","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874832153,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":13874832154,"package_name":"yocto-queue","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"runtime","optional":false},{"id":13874832155,"package_name":"yocto-queue","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"Tests/AssemblyA/AssemblyA.csproj","sha":null,"kind":"manifest","created_at":"2023-09-22T13:17:53.580Z","updated_at":"2023-09-22T13:17:53.580Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/AssemblyA/AssemblyA.csproj","dependencies":[]},{"ecosystem":"nuget","filepath":"Tests/AssemblyB/AssemblyB.csproj","sha":null,"kind":"manifest","created_at":"2023-09-22T13:17:53.785Z","updated_at":"2023-09-22T13:17:53.785Z","repository_link":"https://github.com/fluentassertions/fluentassertions/blob/main/Tests/AssemblyB/AssemblyB.csproj","dependencies":[]}],"score":34.123923450140914,"created_at":"2025-10-10T10:34:58.475Z","updated_at":"2026-06-19T14:02:02.691Z","avatar_url":"https://github.com/fluentassertions.png","language":"C#","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/368262","html_url":"https://summary.ecosyste.ms/projects/368262"}