{"id":13709672,"url":"https://github.com/yariker/MvvmMicro","last_synced_at":"2025-05-06T16:32:12.874Z","repository":{"id":54337564,"uuid":"221125082","full_name":"yariker/MvvmMicro","owner":"yariker","description":"A clean and lightweight MVVM framework for WPF, UWP and .NET Standard 2.0 inspired by MVVM Light Toolkit.","archived":false,"fork":false,"pushed_at":"2023-09-12T18:45:00.000Z","size":236,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T00:38:30.548Z","etag":null,"topics":["csharp","mvvm","uwp","wpf","xamarin-forms","xaml"],"latest_commit_sha":null,"homepage":"","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/yariker.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,"publiccode":null,"codemeta":null}},"created_at":"2019-11-12T03:50:08.000Z","updated_at":"2024-09-28T03:43:21.000Z","dependencies_parsed_at":"2024-11-13T19:34:01.066Z","dependency_job_id":"37d93da0-eb4c-4d3d-b953-a5624605da95","html_url":"https://github.com/yariker/MvvmMicro","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yariker%2FMvvmMicro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yariker%2FMvvmMicro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yariker%2FMvvmMicro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yariker%2FMvvmMicro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yariker","download_url":"https://codeload.github.com/yariker/MvvmMicro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252721083,"owners_count":21793748,"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":["csharp","mvvm","uwp","wpf","xamarin-forms","xaml"],"created_at":"2024-08-02T23:00:43.624Z","updated_at":"2025-05-06T16:32:12.867Z","avatar_url":"https://github.com/yariker.png","language":"C#","funding_links":[],"categories":["MVVM"],"sub_categories":[],"readme":"# \u003cimg src=\"src/MvvmMicro/icon.png\" alt=\"logo\" width=\"32\" height=\"32\" /\u003e MvvmMicro\n\u003ca href=\"https://www.nuget.org/packages/MvvmMicro\" target=\"_blank\"\u003e\u003cimg alt=\"Nuget\" src=\"https://img.shields.io/nuget/v/MvvmMicro\" /\u003e\u003c/a\u003e\n\nA lightweight MVVM framework for .NET inspired by [MVVM Light Toolkit](https://github.com/lbugnion/mvvmlight).\n\n## Goals\n\n- No third party dependencies, such as `CommonServiceLocator` or `System.Windows.Interactivity`.\n- No feature kreep – only core MVVM types and services are included, such as `RelayCommand`, `AsyncRelayCommand`,\n`ObservableObject`, and a simple `IMessenger`.\n\n## Supported platforms\n\n- .NET Framework 4.7.2 \u0026 .NET 8.0 (WPF)\n- .NET Standard 2.0 (Xamarin.Forms, Avalonia, MAUI, etc.)\n- Universal Windows Platform (UWP)\n\n## Installation\n\nThe primary way to use MvvmMicro is by adding the [nuget](https://www.nuget.org/packages/MvvmMicro) package to your project:\n```\nInstall-Package MvvmMicro\n```\n\n## Overview\n\n| Type | Description |\n| ----- | ----------- |\n| `ObservableObject` | The base class for objects that support property change notification. |\n| `ViewModelBase` | The base class for view models with the `Messenger` and `IsInDesignMode` properties. |\n| `Messenger` | A service for sending and receiving messages, typically between view models and views. |\n| `RelayCommand`,\u003cbr/\u003e`RelayCommand\u003cT\u003e` | An `ICommand` implementation based on a synchronous delegate for `Execute` and `CanExecute`. |\n| `AsyncRelayCommand`,\u003cbr/\u003e`AsyncRelayCommand\u003cT\u003e` | An `ICommand` implementation based on an asynchronous delegate for `Execute` with cancellation support. |\n\nAlso check out the [class diagram](src/MvvmMicro/Diagrams/ClassDiagram.png) and\nthe [sample project](samples/MvvmMicro.Sample.Wpf).\n\n## License\n\nCode licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyariker%2FMvvmMicro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyariker%2FMvvmMicro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyariker%2FMvvmMicro/lists"}