{"id":18931077,"url":"https://github.com/kuiperzone/avalonia.dialogs","last_synced_at":"2025-09-05T04:31:43.791Z","repository":{"id":65428295,"uuid":"588165610","full_name":"kuiperzone/Avalonia.Dialogs","owner":"kuiperzone","description":"Another Avalonia MessageBox, but may add other features in future.","archived":false,"fork":false,"pushed_at":"2023-01-23T07:46:32.000Z","size":16,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T03:43:49.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kuiperzone.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}},"created_at":"2023-01-12T13:37:42.000Z","updated_at":"2023-09-29T10:16:56.000Z","dependencies_parsed_at":"2023-02-12T20:45:46.458Z","dependency_job_id":null,"html_url":"https://github.com/kuiperzone/Avalonia.Dialogs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kuiperzone/Avalonia.Dialogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuiperzone%2FAvalonia.Dialogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuiperzone%2FAvalonia.Dialogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuiperzone%2FAvalonia.Dialogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuiperzone%2FAvalonia.Dialogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuiperzone","download_url":"https://codeload.github.com/kuiperzone/Avalonia.Dialogs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuiperzone%2FAvalonia.Dialogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273713259,"owners_count":25154606,"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-09-05T02:00:09.113Z","response_time":402,"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"}},"keywords":[],"created_at":"2024-11-08T11:40:23.015Z","updated_at":"2025-09-05T04:31:38.770Z","avatar_url":"https://github.com/kuiperzone.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MessageBox for Avalonia #\n\nThis is another **MessageBox** for Avalonia. It's mainly for my own use, however it does provide a great but simple\nMessageBox with a means to internationalise language strings.\n\nIt's simple to use:\n\n    private async void ClickHandler(object? sender, RoutedEventArgs e)\n    {\n        var rslt = await MessageBox.ShowDialog(this, \"OK message\", MessageBoxButtons.OK | MessageBoxButtons.Cancel);\n\n        if (rslt == MessageBoxButtons.OK)\n        {\n            // OK Clicked\n        }\n    }\n\nThe package is called \"KuiperZone.Avalonia.Dialogs\" as I may add further dialogs and other extensions in the future.\n\nLicensed under MIT. Copyright (C) 2023 Andy Thomas\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuiperzone%2Favalonia.dialogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuiperzone%2Favalonia.dialogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuiperzone%2Favalonia.dialogs/lists"}