VijayAnand.MauiToolkit.Core 2.1.0-preview.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of VijayAnand.MauiToolkit.Core.
This package has a SemVer 2.0.0 package version: 2.1.0-preview.5+sha.06e14f9.
There is a newer version of this package available.
See the version list below for details.
dotnet add package VijayAnand.MauiToolkit.Core --version 2.1.0-preview.5
NuGet\Install-Package VijayAnand.MauiToolkit.Core -Version 2.1.0-preview.5
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="VijayAnand.MauiToolkit.Core" Version="2.1.0-preview.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VijayAnand.MauiToolkit.Core --version 2.1.0-preview.5
#r "nuget: VijayAnand.MauiToolkit.Core, 2.1.0-preview.5"
#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 VijayAnand.MauiToolkit.Core as a Cake Addin
#addin nuget:?package=VijayAnand.MauiToolkit.Core&version=2.1.0-preview.5&prerelease

// Install VijayAnand.MauiToolkit.Core as a Cake Tool
#tool nuget:?package=VijayAnand.MauiToolkit.Core&version=2.1.0-preview.5&prerelease

VijayAnand.MauiToolkit.Core

This is a toolkit with a set of abstractions to simplify working with .NET MAUI and Blazor.

It's built on top of .NET 6 and published as a NuGet package - VijayAnand.MauiToolkit.Core.

The objective is to ease the development of the Razor Class Library (RCL) so that it can be shared with all Blazor targets (.NET MAUI, Server, WebAssembly, Windows Forms, and WPF).

And .NET MAUI targets Android, iOS, macOS (via Mac Catalyst), Tizen, and Windows (via WinUI 3).

To start with defines the following abstractions:

  • Dialogs - IDialogService
  • Navigation - INavigationService
  • Share - IShareService
  • Theme - IThemeService

A Model class for UserToken and frequently used Constants for OAuth / OIDC authentication.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on VijayAnand.MauiToolkit.Core:

Package Downloads
VijayAnand.MauiToolkit The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

VijayAnand.MauiToolkit is a toolkit with a set of helper methods and classes to simplify working with .NET MAUI and Blazor.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 158 11/27/2023
3.0.0 71 11/14/2023
3.0.0-rc.2.2 38 11/7/2023
3.0.0-rc.2.1 59 10/31/2023
3.0.0-rc.2 58 10/13/2023
3.0.0-rc.1 65 9/18/2023
3.0.0-preview.7 54 9/12/2023
3.0.0-preview.1 80 4/24/2023
2.1.3 56 11/7/2023
2.1.2 65 10/31/2023
2.1.1 76 10/13/2023
2.1.0 118 9/19/2023
2.1.0-preview.7 51 9/12/2023
2.1.0-preview.6 56 4/24/2023
2.1.0-preview.5 89 1/3/2023
2.1.0-preview.4 84 1/2/2023
2.1.0-preview.3 64 12/30/2022
2.1.0-preview.2 65 12/28/2022
2.1.0-preview.1 62 12/27/2022
2.0.1 1,331 12/14/2022
2.0.0 640 11/11/2022
1.1.0 64 9/19/2023
1.1.0-preview.7 52 9/12/2023
1.1.0-preview.6 57 4/24/2023
1.1.0-preview.5 64 1/3/2023
1.1.0-preview.4 59 1/2/2023
1.1.0-preview.3 63 12/30/2022
1.1.0-preview.2 61 12/28/2022
1.1.0-preview.1 69 12/27/2022
1.0.3 579 12/14/2022
1.0.2 520 11/11/2022
1.0.2-pre3 299 8/4/2022
1.0.2-pre2 486 7/15/2022
1.0.2-pre1 278 7/4/2022
1.0.1 5,778 6/18/2022
1.0.1-pre1 250 6/9/2022
1.0.0 1,580 5/23/2022
1.0.0-pre9 209 4/29/2022
1.0.0-pre8 372 4/27/2022
1.0.0-pre7 340 4/12/2022
1.0.0-pre6 142 4/12/2022
1.0.0-pre5 148 4/4/2022
1.0.0-pre4 218 3/31/2022
1.0.0-pre3 146 3/31/2022
1.0.0-pre2 176 3/18/2022
1.0.0-pre12 133 5/13/2022
1.0.0-pre11 334 5/11/2022
1.0.0-pre10 137 5/5/2022
1.0.0-pre1 156 3/7/2022

What's new in ver. 2.1.0-preview.5:
-----------------------------------
The toolkit updated to a newer revision.

v2.1.0-preview.4:

Additional parameter introduced in the custom Prompt dialog to validate the user entered value before dismissing the dialog.

v2.1.0-preview.1:

1. ServiceRegistrations enum type is now moved to Core package.

2. Defined the IViewModel interface and BaseViewModel class to make working with MVVM a delight.

3. Defined the IDataStore generic interface to define CRUD services.

v2.0.1:

This version of package is released on top of .NET SDK 7.0.101 (7.0.1) version.

v2.0.0:

Package target .NET 7 and is build on top of .NET SDK 7.0.100 (7.0.0).

DisplayActionSheetAsync method in IDialogService interface now takes message and defaultButton as additional parameters.

Route parameters in the Navigation service methods can also be passed as Tuple (string key, object value).

Now GoBackAsync method also takes parameters.

The objective is to ease the development of the Razor Class Library (RCL) so that it can be shared with all Blazor targets (.NET MAUI, Blazor Server and WebAssembly, Windows Forms, and WPF).

And .NET MAUI targets Android, iOS, macOS (via Mac Catalyst), Tizen, and Windows (via WinUI 3).

To start with defines the following abstractions:

1. Dialogs - IDialogService
2. Navigation - INavigationService
3. Share - IShareService
4. Theme - IThemeService

A Model class for UserToken and frequently used Constants for OAuth / OIDC authentication.

Join me on Developer Thoughts, https://egvijayanand.in/, an exclusive blog for .NET MAUI and Blazor.