Kamishibai 2.6.0

dotnet add package Kamishibai --version 2.6.0
NuGet\Install-Package Kamishibai -Version 2.6.0
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="Kamishibai" Version="2.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kamishibai --version 2.6.0
#r "nuget: Kamishibai, 2.6.0"
#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 Kamishibai as a Cake Addin
#addin nuget:?package=Kamishibai&version=2.6.0

// Install Kamishibai as a Cake Tool
#tool nuget:?package=Kamishibai&version=2.6.0

for Japanese

for Xamarin

KAMISHIBAI

KAMISHIBAI

KAMISHIBAI is a navigation library for WPF that supports MVVM pattern on Generic Host.

By declaring arguments in the ViewModel constructor, a dedicated navigation method is automatically generated.

To pass a string during a navigation, define a ViewModel as follows

[Navigate]
public class FirstViewModel
{
    public FirstViewModel(string message)
    {
        Message = message;
    }

    public string Message { get; }
}

A dedicated navigation method is then automatically generated and can be called as follows

await _presentationService.NavigateToFirstAsync("Hello, KAMISHIBAI!");

And you can use DI together.

public FirstViewModel(
    string message, 
    [Inject] ILogger<FirstViewModel> logger)

Declare an InjectAttribute for the argument you wish to inject a dependency on.

The logger is injected from the DI container. Exactly the same as in the navigation example above, only the message can be passed to the navigation.

KAMISHIBAI guarantees type safety during navigation, allowing for safe implementations that take full advantage of nullable.

KAMISHIBAI does not restrict any of the WPF functions and provides the following

  • Generic Host support
  • ViewModel-driven navigation using the MVVM pattern
  • Type-safe navigation parameters
  • Consistent event notifications for navigation
  • Support for maximizing the use of nullable

Generic Host support enables WPF to take advantage of most of the latest .NET technologies.

KAMISHIBAI provides the following features

  • Navigation
  • Display of new screens and user dialogs
  • Display of message dialogs, file selection and save dialogs

With KAMISHIBAI, the MVVM pattern can be most easily realized in WPF.

And it can be used with any existing MVVM framework or library. There is one restriction, however.

Please use KAMISHIBAI for navigation.

Documents

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Kamishibai:

Package Downloads
Kamishibai.View

MVVM navigation library for Generic Host.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.0 171 2/23/2024
2.5.0 136 1/18/2024
2.4.0 239 11/18/2023
2.3.0 107 11/18/2023
2.2.0 107 11/18/2023
2.1.0 133 10/29/2023
2.0.1 148 9/21/2023
2.0.0 227 4/22/2023
1.1.0 591 5/13/2022
1.0.0 488 5/5/2022
0.0.13-pre 165 5/5/2022
0.0.12-pre 123 5/5/2022
0.0.11-pre 152 5/5/2022
0.0.10-pre 148 5/1/2022
0.0.9-pre 159 4/30/2022
0.0.8-pre 143 4/30/2022
0.0.7-pre 154 4/29/2022
0.0.6-pre 149 4/26/2022
0.0.5-pre 158 4/26/2022
0.0.4-pre 158 4/26/2022
0.0.3-pre 153 4/26/2022
0.0.2-pre 149 4/26/2022
0.0.1-pre 153 4/25/2022