![]() |
VOOZH | about |
dotnet add package MVVM-Sidekick --version 2.1.316
NuGet\Install-Package MVVM-Sidekick -Version 2.1.316
<PackageReference Include="MVVM-Sidekick" Version="2.1.316" />
<PackageVersion Include="MVVM-Sidekick" Version="2.1.316" />Directory.Packages.props
<PackageReference Include="MVVM-Sidekick" />Project file
paket add MVVM-Sidekick --version 2.1.316
#r "nuget: MVVM-Sidekick, 2.1.316"
#:package MVVM-Sidekick@2.1.316
#addin nuget:?package=MVVM-Sidekick&version=2.1.316Install as a Cake Addin
#tool nuget:?package=MVVM-Sidekick&version=2.1.316Install as a Cake Tool
MVVM-Sidekick https://github.com/waynebaby/MVVM-Sidekick/
=============
MVVM密友 https://github.com/waynebaby/MVVM-Sidekick
===================
A Modern light-weight MVVM framework based on RX and TPL await
轻量级MVVM框架,基于RX与 await等新技术
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net46 net46 is compatible. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 is compatible. |
Showing the top 1 NuGet packages that depend on MVVM-Sidekick:
| Package | Downloads |
|---|---|
|
MVVM-Sidekick.Behaviors
MVVM-Sidekick https://github.com/waynebaby/MVVM-Sidekick/ ============= MVVM密友 https://github.com/waynebaby/MVVM-Sidekick/ =================== A Modern light-weight MVVM framework based on RX and TPL await 轻量级MVVM框架,基于RX与 await等新技术 [微博] [twitter] [Mail] [微博]: http://www.weibo.com/waynebabywang "WaynebabyWang" [twitter]: http://twitter.com/waynebaby "Waynebaby" [Mail]: mailto:blackshaman_wayne@hotmail.com "MSN Skype" |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.316 | 3,953 | 1/24/2022 |
| 2.1.311 | 3,452 | 1/24/2022 |
| 2.1.282 | 3,443 | 1/24/2022 |
| 2.1.278 | 3,402 | 9/9/2021 |
| 2.1.252 | 3,639 | 9/4/2020 |
| 2.1.249 | 3,696 | 9/3/2020 |
| 2.1.247 | 3,695 | 9/1/2020 |
| 2.1.214 | 3,623 | 8/12/2020 |
| 2.1.33-prerelease | 1,888 | 7/6/2020 |
| 2.1.30-prerelease | 1,890 | 7/6/2020 |
| 2.1.29-prerelease | 1,871 | 7/6/2020 |
| 2.1.28-prerelease | 1,919 | 4/3/2020 |
| 2.1.23-prerelease | 1,947 | 3/24/2020 |
| 2.1.22-prerelease | 2,020 | 3/23/2020 |
| 2.0.67 | 3,996 | 11/2/2018 |
| 2.0.60 | 4,121 | 8/15/2018 |
| 2.0.54 | 4,154 | 8/15/2018 |
| 2.0.52 | 4,135 | 8/14/2018 |
| 2.0.51 | 4,241 | 8/14/2018 |
2.1.316
- For Blazor, now we support mapping property with [Parameter],[CascadingParameter] or [ModelMapping] attribute to same named properties in VM automaticly.
- You can also use [ModelMapping(Ignore = true)]/[ModelMapping(MapToProperty = nameof(ParameterDemo_Model.DifferentNamedProperty))] upon a page propery to disable / redirect value mapping.
2.1.142
- Breaking Change: Removed MVVMWindows,MVVMPage,MVVMControl. Move on to Disguise.
- Breaking Change: Moved Common lib to .Net Standard 2.0 Class.
- Renamed Events in DisposeGroup: DisposingEntry -> DisposeEntryDisposing, DisposedEntry -> DisposeEntryDisposed
- This package only works with VS 2017/2019 Template 2.1.0 +.
2.0.72
- Changed Behavior: IStage.Show<TViewModel>() now accept new parameter: (autoDisposeWhenUnload: true/false) to indicate viewmodel will be disposed when View is unloaded. default value is true
- Changed Behavior: WaitForClose will bound to View's Unload but not VM's Dispose
2.0.61
- Changed Behavior: IStage.Show<TViewModel>() now accept new parameter: (isWaitingForDispose: true/false) to indicate caller is waiting for viewmodel's dispose. default value is false
2.0.55
- Fixed BinableBase Class Value will not take effect in the thread instantly (Also Imported by PropertyChanging async cancellation check)
2.0.51
- Fixed Command failed to enable bug (Imported by PropertyChanging async cancellation check).
2.0.50
- Fixed x86 Dll Missing
- Changed more features and code snippets.
- Added PropertyChanging support. You can also cancel a change.
- Added Command Executing support. you can cancel a command before anything been done.