Kamishibai 3.0.1
dotnet add package Kamishibai --version 3.0.1
NuGet\Install-Package Kamishibai -Version 3.0.1
<PackageReference Include="Kamishibai" Version="3.0.1" />
paket add Kamishibai --version 3.0.1
#r "nuget: Kamishibai, 3.0.1"
// Install Kamishibai as a Cake Addin #addin nuget:?package=Kamishibai&version=3.0.1 // Install Kamishibai as a Cake Tool #tool nuget:?package=Kamishibai&version=3.0.1
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 | Versions 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. |
-
.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 |
---|---|---|
3.0.1 | 224 | 9/20/2024 |
3.0.0 | 387 | 6/6/2024 |
2.6.0 | 292 | 2/23/2024 |
2.5.0 | 162 | 1/18/2024 |
2.4.0 | 268 | 11/18/2023 |
2.3.0 | 137 | 11/18/2023 |
2.2.0 | 132 | 11/18/2023 |
2.1.0 | 163 | 10/29/2023 |
2.0.1 | 174 | 9/21/2023 |
2.0.0 | 259 | 4/22/2023 |
1.1.0 | 647 | 5/13/2022 |
1.0.0 | 538 | 5/5/2022 |
0.0.13-pre | 187 | 5/5/2022 |
0.0.12-pre | 145 | 5/5/2022 |
0.0.11-pre | 172 | 5/5/2022 |
0.0.10-pre | 173 | 5/1/2022 |
0.0.9-pre | 180 | 4/30/2022 |
0.0.8-pre | 162 | 4/30/2022 |
0.0.7-pre | 174 | 4/29/2022 |
0.0.6-pre | 171 | 4/26/2022 |
0.0.5-pre | 179 | 4/26/2022 |
0.0.4-pre | 166 | 4/26/2022 |
0.0.3-pre | 178 | 4/26/2022 |
0.0.2-pre | 172 | 4/26/2022 |
0.0.1-pre | 173 | 4/25/2022 |