XOS.MVC.Framework 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XOS.MVC.Framework --version 3.1.0
NuGet\Install-Package XOS.MVC.Framework -Version 3.1.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="XOS.MVC.Framework" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XOS.MVC.Framework --version 3.1.0
#r "nuget: XOS.MVC.Framework, 3.1.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 XOS.MVC.Framework as a Cake Addin
#addin nuget:?package=XOS.MVC.Framework&version=3.1.0

// Install XOS.MVC.Framework as a Cake Tool
#tool nuget:?package=XOS.MVC.Framework&version=3.1.0

ASP.NET MVC Application Framework contains helper classes, extensions, and scripts that assist with building web applications.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
3.1.1 1,063 1/7/2018
3.1.0 961 12/18/2017
3.0.1 964 12/15/2017
3.0.0 1,240 12/15/2017
2.0.1 1,370 5/21/2014
2.0.0 1,118 5/14/2014

v3.1.0


### New
- Added ReleaseNotes.txt to track version changes.
- Added xos-js-exceptions.js implementing custom javascript exceptions.
- Added xos-js-extensions.js implementing custom javascript extensions.
- Added MVC components to host project to complete a demo page.
- Added example usage of some of the code.

### Fixed
- Added missing dependency to EntityFramework in NuGet package.
- Fixed bug related to error:
  Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Compilation.BuildResultCompiledGlobalAsaxType'

### Changed
- Removed jquery.cookie plugin. Plugin maintenance is outside the scope of this project.
- Removed jquery.mask plugin. Plugin maintenance is outside the scope of this project.
- Removed ux-tools. Most methods are deprecated. DOM manipulation is outsite the scope of this project.
- Updated FrameworkBundleConfig to reflect changes to script files.
- Removed jquery.ui.timepicker plugin. Plugin maintenance is outside the scope of this project.

### Developer
- Added Controller and View to host project in source code to demonstrate features.
- Added _Layout.cshtml to demonstrate pulling in framework bundles.
- Implemented bootstrap and jquery ui as optionals in the FrameworkBundlesConfig.cs in the event that the packages are not loaded.

### Unresolved