equadrat.Framework.5.Mvvm.Interfaces
5.2.3
Prefix Reserved
equadrat.Framework.Mvvm.Interfaces
Additional DetailsProject has been renamed.
dotnet add package equadrat.Framework.5.Mvvm.Interfaces --version 5.2.3
NuGet\Install-Package equadrat.Framework.5.Mvvm.Interfaces -Version 5.2.3
<PackageReference Include="equadrat.Framework.5.Mvvm.Interfaces" Version="5.2.3" />
paket add equadrat.Framework.5.Mvvm.Interfaces --version 5.2.3
#r "nuget: equadrat.Framework.5.Mvvm.Interfaces, 5.2.3"
// Install equadrat.Framework.5.Mvvm.Interfaces as a Cake Addin #addin nuget:?package=equadrat.Framework.5.Mvvm.Interfaces&version=5.2.3 // Install equadrat.Framework.5.Mvvm.Interfaces as a Cake Tool #tool nuget:?package=equadrat.Framework.5.Mvvm.Interfaces&version=5.2.3
The framework mvvm part.
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 is compatible. |
.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
- equadrat.Framework.5.Core.Interfaces (>= 5.6.4)
- JetBrains.Annotations (>= 2022.3.1)
-
.NETStandard 2.1
- equadrat.Framework.5.Core.Interfaces (>= 5.6.4)
- JetBrains.Annotations (>= 2022.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
====
v5.2.3
====
- Added CancellationToken support for IMvvmShellService.ShowModalAsync to force closing the view model when the cancellation token is cancelled.
- Fixed visual bug in MvvmSinglePageShell (WPF) when the content overlay effect didn't affect parts of the content container template.
- Fixed tab sequence for MvvmSinglePageShell (WPF).
====
v5.2.2
====
- Refactored code to use ICoreEventFactory instead of ICoreWeakEventFactory.
====
v5.2.1
====
- Added extension methods for ICoreBootstrapperModuleRegistry to register well-known bootstrapper modules.
====
v5.2
====
- Refactored the Single-Page-View into separate projects.
- Cleaned NuGet package tags.
====
v5.1
====
- Compatibility release.
====
v5.0.3
====
- Added .net 7 support.
====
v5.0.2
====
- Added MvvmFlyoutContainerBehavior to build UIs supporting flyouts (i.e. tool frames).
====
v5.0.1
====
- Compatibility release.
====
v5.0.0
====
- Initial Release