{"id":13457964,"url":"https://github.com/wieslawsoltes/Dock","last_synced_at":"2025-03-24T14:33:00.092Z","repository":{"id":41057272,"uuid":"134182879","full_name":"wieslawsoltes/Dock","owner":"wieslawsoltes","description":"A docking layout system.","archived":false,"fork":false,"pushed_at":"2024-10-19T19:23:21.000Z","size":317423,"stargazers_count":933,"open_issues_count":14,"forks_count":96,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-10-29T15:18:08.027Z","etag":null,"topics":["avalonia","avaloniaui","control","dock","docking","docking-application","docking-framework","docking-layout","docking-library","gui","layout","multi-platform","reactiveui","system","xaml"],"latest_commit_sha":null,"homepage":"https://wieslawsoltes.github.io/Dock/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wieslawsoltes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.TXT","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},"funding":{"github":["wieslawsoltes"]}},"created_at":"2018-05-20T20:08:39.000Z","updated_at":"2024-10-27T11:44:09.000Z","dependencies_parsed_at":"2023-02-02T08:46:40.463Z","dependency_job_id":"620528f4-0043-4f71-b24d-715c681e9376","html_url":"https://github.com/wieslawsoltes/Dock","commit_stats":{"total_commits":2361,"total_committers":13,"mean_commits":181.6153846153846,"dds":"0.24142312579415504","last_synced_commit":"5e08ea68d83771de9f92f68c02a7d6fba6827464"},"previous_names":[],"tags_count":98,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FDock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FDock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FDock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FDock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieslawsoltes","download_url":"https://codeload.github.com/wieslawsoltes/Dock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937802,"owners_count":20535125,"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":["avalonia","avaloniaui","control","dock","docking","docking-application","docking-framework","docking-layout","docking-library","gui","layout","multi-platform","reactiveui","system","xaml"],"created_at":"2024-07-31T09:00:40.846Z","updated_at":"2025-03-24T14:32:59.654Z","avatar_url":"https://github.com/wieslawsoltes.png","language":"C#","funding_links":["https://github.com/sponsors/wieslawsoltes"],"categories":["C\\#","Libraries \u0026 Extensions"],"sub_categories":["Controls"],"readme":"# Dock\n\n[![Gitter](https://badges.gitter.im/wieslawsoltes/Dock.svg)](https://gitter.im/wieslawsoltes/Dock?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n[![Build Status](https://dev.azure.com/wieslawsoltes/GitHub/_apis/build/status/wieslawsoltes.Dock?branchName=master)](https://dev.azure.com/wieslawsoltes/GitHub/_build/latest?definitionId=89\u0026branchName=master)\n[![CI](https://github.com/wieslawsoltes/Dock/actions/workflows/build.yml/badge.svg)](https://github.com/wieslawsoltes/Dock/actions/workflows/build.yml)\n\n[![NuGet](https://img.shields.io/nuget/v/Dock.Model.svg)](https://www.nuget.org/packages/Dock.Avalonia)\n[![NuGet](https://img.shields.io/nuget/dt/Dock.Model.svg)](https://www.nuget.org/packages/Dock.Avalonia)\n[![MyGet](https://img.shields.io/myget/dock-nightly/vpre/Dock.Model.svg?label=myget)](https://www.myget.org/gallery/dock-nightly) \n\nA docking layout system.\n\n## About\n\n**Dock** is a docking layout system for [Avalonia](https://github.com/AvaloniaUI/Avalonia) applications. Use of Dock is governed by the MIT License.\n\n[![Dock](images/Dock.png)](images/Dock.png)\n\n## Building Dock\n\nFirst, clone the repository or download the latest zip.\n```\ngit clone https://github.com/wieslawsoltes/Dock.git\n```\n\n### Build using .NET Core\n\nOpen up a terminal prompt and execute the commands.\n\nTarget framework `netstandard2.0`:\n```bash\ndotnet build src/Dock.Avalonia/Dock.Avalonia.csproj -c Release -f netstandard2.0\n```\n\n## NuGet\n\nDock is delivered as a NuGet package.\n\nYou can find the packages here [NuGet](https://www.nuget.org/packages/Dock.Avalonia/) and install the package like this:\n\n```powershell\nInstall-Package Dock.Avalonia\nInstall-Package Dock.Model.Mvvm\n```\n\nor by using nightly build feed:\n* Add `https://www.myget.org/F/dock-nightly/api/v2` to your package sources\n* Alternative nightly build feed `https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json`\n* Update your package using `Dock` feed\n\nand install the package like this:\n\n```powershell\nInstall-Package Dock.Avalonia -Pre\nInstall-Package Dock.Model.Mvvm -Pre\n```\n\n## Resources\n\n* [GitHub source code repository.](https://github.com/wieslawsoltes/Dock)\n\n## License\n\nDock is licensed under the [MIT license](LICENSE.TXT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2FDock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieslawsoltes%2FDock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2FDock/lists"}