Skip to content

mikeedwards83/Glass.Mapper

Repository files navigation

Dev CI NuGet

Glass.Mapper

alt text

Glass.Mapper has been the redevelopment of the very popular Glass.Sitecore.Mapper project. This project aims to create a more robust and more flexible solution that not only works with many different CMS's.

A key feature of the implementation is the introduction of pipelines for most of the tasks carried out by Glass.Mapper allowing you to swap in your preferred solution, for example if you don't like the standard way to create a concrete object then you can implement you own and swap it in.

Setup Instructions

Glass can be installed as a NuGet package. Simply install the package that is relevant to your platform version e.g. Glass.Mapper.Sc.100.

If you are using PackageReference format, following installation you will need to include the files from the 'App_Start' and 'App_Config' folders found at '\obj\{Build-Configuration}\NuGet\{Guid}\Glass.Mapper.Sc.xx\{Version}' in your solution if they are not already present. You will also be required to copy the Glass.Mapper.Sc.config file to your solution.

You can install the 'core' package if you do not wish to overwrite the App_Config and App_Start folders. e.g. Glass.Mapper.Sc.100.Core