Jounce 2.0.1
See the version list below for details.
dotnet add package Jounce --version 2.0.1
NuGet\Install-Package Jounce -Version 2.0.1
<PackageReference Include="Jounce" Version="2.0.1" />
paket add Jounce --version 2.0.1
#r "nuget: Jounce, 2.0.1"
// Install Jounce as a Cake Addin #addin nuget:?package=Jounce&version=2.0.1 // Install Jounce as a Cake Tool #tool nuget:?package=Jounce&version=2.0.1
Jounce is a reference framework for Silverlight intended to provide guidance for building modular line of business applications that follow the MVVM pattern and utilize the Managed Extensibility Framework (MEF).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Silverlight | sl5 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Addressed defect #14188 - compiled for support for Silverlight 5 RC
Added extensive documentation for Sandcastle generation
Extended several view and view model features to support strongly-typed versions for creating routes
Added custom markup extension for wiring view models to views with support for non-shared:
<Grid DataContext="{jounce:MapToViewModel ViewModel=MyViewModelTag, CreateNew=true}"/>
Removed duplicate source code
Addressed defect #14158 - duplicate source code
Addressed defect #14216 - added flag to set debug severity using ApplicationService (LogSeverityLevel)
Addressed defect #14096 - issue with build due to auto-NuGet packaging
Addressed defect #13621 - incorrectly handled exceptions. Added flag to suppress Jounce from taking over the unexpected exceptions (IgnoreUnhandledExceptions)
Addressed defect #13281 - removed stack frame based property change notification
Addressed defect #12591 - added a hook to monitor the progress of a xap file download
Addressed defect #13976 - process the xap URL differently to allow for query strings
Addressed defect #13274 - avoid cast to BaseViewModel in view model router to allow developers to derive from their own base classes
Added option to view meta data to automatically call deactivate on the view model when a view is unloaded
Exposed additional detail via the view model router including metadata and available routes
Added custom type