{"id":13650135,"url":"https://github.com/richardszalay/sitecore-assembly-lists","last_synced_at":"2025-03-23T13:21:54.140Z","repository":{"id":137211394,"uuid":"115156629","full_name":"richardszalay/sitecore-assembly-lists","owner":"richardszalay","description":"Tools for generating and validating Sitecore assembly lists","archived":false,"fork":false,"pushed_at":"2018-03-20T04:13:14.000Z","size":231,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T19:28:19.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardszalay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2017-12-22T23:15:26.000Z","updated_at":"2020-01-28T17:27:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ff642a8-b356-42f3-b9bc-1d77dcd3d2e2","html_url":"https://github.com/richardszalay/sitecore-assembly-lists","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardszalay%2Fsitecore-assembly-lists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardszalay%2Fsitecore-assembly-lists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardszalay%2Fsitecore-assembly-lists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardszalay%2Fsitecore-assembly-lists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardszalay","download_url":"https://codeload.github.com/richardszalay/sitecore-assembly-lists/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245105653,"owners_count":20561565,"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","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"}},"keywords":[],"created_at":"2024-08-02T02:00:34.088Z","updated_at":"2025-03-23T13:21:54.107Z","avatar_url":"https://github.com/richardszalay.png","language":"PowerShell","funding_links":[],"categories":["Audit and performance"],"sub_categories":[],"readme":"Sitecore started providing assembly list information for Sitecore releases starting at 8.2 Update 5. This project provides tools for validating Sitecore assembly lists, both against an installation and during the development process.\n\n# PowerShell Module\n\n## Installation\n\n```\nPS\u003e Install-Module SitecoreAssemblyList\n```\n\n## Usage\n\n```\nTest-SitecoreAssemblyList `\n    -AssemblyList \".\\Sitecore.Platform.Assemblies 9.0.0 rev. 171002.txt\" `\n    -AssemblyFolder c:\\inetpub\\wwwroot\\Sitecore\\bin\n```\n\nReturns `$true` if all assemblies in the list were found in the directory and had the correct assembly and file version.\n\nIf the `-PassThru` switch is supplied, returns an object with properties containing the `Total` and `Failed` number of assemblies.\n\nIn both cases, missing assemblies and version mismatches emitted as warnings.\n\n```\nNew-SitecoreAssemblyList `\n    -AssemblyFolder c:\\inetpub\\wwwroot\\Sitecore\\bin `\n    -FilePath \".\\Sitecore.Platform.Assemblies 7.2.0 rev. 1501021.txt\"\n```\n\nGenerates a new Sitecore assembly list for all assemblies in a folder. Useful when working with versions of Sitecore before 8.2u5, when Sitecore began making the lists available for download.\n\n# MSBuild Targets\n\nComing soon","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardszalay%2Fsitecore-assembly-lists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardszalay%2Fsitecore-assembly-lists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardszalay%2Fsitecore-assembly-lists/lists"}