Mike Edwards

Results 45 comments of Mike Edwards

Hi Can you use the diagnostic tools in Glass to identify which models are slow: http://www.glass.lu/Mapper/Sc/Documentation/Diagnostics This may help you track down which models /properties are causing the problem. Mike

@swissworx Sorry for not responding quicker. This is indeed annoying, my only worry is that the item just hangs around in memory and cause a memory leak if delete isn't...

I have pushed a beta release with this fix, it also contains a flag in the config for backward compatibility. By default it will no longer delete the item, but...

Thanks, we will investigate. I am sure we had this request before and done something.

Hi This is odd because the exception is being raised by the RenderField pipeline in Sitecore. What makes this very odd is that we get an item from SC earlier...

I have added more logging to the renderfield call so that we can identify the field and item that threw the error. Maybe this will help. https://github.com/mikeedwards83/Glass.Mapper/commit/a3d8bcfd819cd54ac7469d2736026df75cfbe34b

Hi The render field pipeline is only called for Rich Text fields by Glass. To determine if the field should go via the render field pipeline Glass uses this logic:...

Hi We are going to link this one with Issue 111: https://github.com/mikeedwards83/Glass.Mapper/issues/111 This will need to be a feature we look at and develop. Mike

Hi Sorry for the slow reply. Are you still experiencing this problem? Typically you wouldn't be using the IRenderingModel interface with a Glass model when working with a GlassView and...