Refractored.MvvmHelpers 1.1.1.1-beta

Suggested Alternatives

CommunityToolkit.Mvvm 8.3.2

This is a prerelease version of Refractored.MvvmHelpers.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package Refractored.MvvmHelpers --version 1.1.1.1-beta                
NuGet\Install-Package Refractored.MvvmHelpers -Version 1.1.1.1-beta                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Refractored.MvvmHelpers" Version="1.1.1.1-beta" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Refractored.MvvmHelpers --version 1.1.1.1-beta                
#r "nuget: Refractored.MvvmHelpers, 1.1.1.1-beta"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Refractored.MvvmHelpers as a Cake Addin
#addin nuget:?package=Refractored.MvvmHelpers&version=1.1.1.1-beta&prerelease

// Install Refractored.MvvmHelpers as a Cake Tool
#tool nuget:?package=Refractored.MvvmHelpers&version=1.1.1.1-beta&prerelease                

Collection of Mvvm Helpers such as ObservableRangeCollection, BaseViewModel, Grouping, and others.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on Refractored.MvvmHelpers:

Package Downloads
SheshaMobile.Core

Common application functionality and features to be shared across the framework

SheshaMobile.Modules.Facilities

The facilities module contains common functionality for browsing and viewing facilities

SheshaMobile.Modules.Contacts

The contacts module contains common functionality for managing a contact book

SheshaMobile.Core.iOS

Common application functionality and features to be shared across the framework for iOS

SheshaMobile.Modules.Leave

The contacts module contains common functionality for managing a contact book

GitHub repositories (29)

Showing the top 5 popular GitHub repositories that depend on Refractored.MvvmHelpers:

Repository Stars
microsoft/dotnet-podcasts
.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
beeradmoore/dlss-swapper
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
kwsch/PKHeX.Mobile
Pokémon save editor for Android and iOS!
xamarinhq/app-conference
Pre-build conference application built with Xamarin

[1.0.1]
   -Allow Grouping to take in IEnumberable to work better with LINQ grouping
   [1.0.0]
   -Initial release!