Glass.Mapper icon indicating copy to clipboard operation
Glass.Mapper copied to clipboard

Version 5 of the Glass mapping framework, the best ORM for Sitecore.

Results 82 Glass.Mapper issues
Sort by recently updated
recently updated
newest added

I experience this exception only on Azure, locally there are no problems System.NullReferenceException: at Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateInterface.InterfacePropertyInterceptor.LoadAllValues (Glass.Mapper, Version=5.8.181.0, Culture=neutral, PublicKeyToken=null: D:\a\Glass.Mapper\Glass.Mapper\Source\Glass.Mapper\Pipelines\ObjectConstruction\Tasks\CreateInterface\InterfacePropertyInterceptor.cs:130) at Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateInterface.InterfacePropertyInterceptor.GetObjectData (Glass.Mapper, Version=5.8.181.0, Culture=neutral, PublicKeyToken=null: D:\a\Glass.Mapper\Glass.Mapper\Source\Glass.Mapper\Pipelines\ObjectConstruction\Tasks\CreateInterface\InterfacePropertyInterceptor.cs:139) at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize (mscorlib,...

Ex: -- Auto-generated interface ` public partial interface IProductSelection : IGlassBase { /// Represents the Product field (7887e669-df79-4ba0-b7bb-2c43d6da77c7). //[SitecoreField(FieldName = IProductSelectionConstants.ProductFieldName)] [SitecoreField(IProductSelectionConstants.ProductFieldName)] Guid Product { get; } }` -- Manually...

Hello, We have a shared partial view that does @Html.Glass().Editable(x => x.Title). The Title property on the view's vm gets set from different fields for different Sitecore data templates. For...

Bumps [UmbracoCms.Core](https://github.com/umbraco/umbraco-cms) from 7.0.0 to 8.5.4. Release notes Sourced from UmbracoCms.Core's releases. CodeGarden '18 Snapshot Version 8 as of CodeGarden '18 Commits 6a6978d Merge pull request #7627 from umbraco/v8/bugfix/AB4828-resetpassword-mail 9c428b7...

dependencies

Bumps [UmbracoCms.Core](https://github.com/umbraco/umbraco-cms) from 7.0.0 to 8.5.4. Release notes Sourced from UmbracoCms.Core's releases. CodeGarden '18 Snapshot Version 8 as of CodeGarden '18 Commits 6a6978d Merge pull request #7627 from umbraco/v8/bugfix/AB4828-resetpassword-mail 9c428b7...

dependencies

Hello everyone :slightly_smiling_face: we started getting above mentioned exception which is basically identical to already opened but not resolved ticket: https://github.com/mikeedwards83/Glass.Mapper/issues/299 It seems that issue happens when we're trying to...

In process of upgrading Sitecore 8.2 to Sitecore 10.2, I had to upgrade Glassmapper from 4.x to 5.x. I have done most of the syntax changes and as mentioned for...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

We have upgraded our Sitecore application from 8.1 to 10.0 and with that upgrade, we also upgraded Glass mapper from Glass.Mapper.Sc.81 to Glass.Mapper.Sc.100 but when we run the website some...