{"id":24160413,"url":"https://github.com/michalkuracina/icommand","last_synced_at":"2026-04-15T20:05:42.073Z","repository":{"id":144135768,"uuid":"435547161","full_name":"MichalKuracina/ICommand","owner":"MichalKuracina","description":"Interface example","archived":false,"fork":false,"pushed_at":"2021-12-06T15:26:58.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T03:41:23.333Z","etag":null,"topics":["csharp","icommand","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichalKuracina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-12-06T15:24:11.000Z","updated_at":"2021-12-07T11:19:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"6538fe87-26f2-4394-a1e7-7b23064dc7f2","html_url":"https://github.com/MichalKuracina/ICommand","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MichalKuracina/ICommand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichalKuracina%2FICommand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichalKuracina%2FICommand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichalKuracina%2FICommand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichalKuracina%2FICommand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichalKuracina","download_url":"https://codeload.github.com/MichalKuracina/ICommand/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichalKuracina%2FICommand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","icommand","wpf"],"created_at":"2025-01-12T16:14:06.632Z","updated_at":"2026-04-15T20:05:42.057Z","avatar_url":"https://github.com/MichalKuracina.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICommand\n\nSolution demonstrates how ICommand interface works in WPF. \n\n```cs\nusing System;\nusing System.Windows.Input;\n\nnamespace wpf_icommand.ViewModels.Commands\n{\n    public class MessageCommand : ICommand\n    {\n        public event EventHandler CanExecuteChanged;\n        private Action _execute;\n\n        public MessageCommand(Action execute)\n        {\n            _execute = execute;\n        }\n\n        public bool CanExecute(object parameter)\n        {\n            return true;\n        }\n\n        public void Execute(object parameter)\n        {\n            _execute.Invoke();\n        }\n    }\n}\n ```\n\nLink to documentation -\u003e [docs.microsoft.com](https://docs.microsoft.com/en-us/dotnet/api/system.windows.input.icommand?view=net-6.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalkuracina%2Ficommand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichalkuracina%2Ficommand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalkuracina%2Ficommand/lists"}