Then I get:
[15:12:53] Regionerate: Information: Starting to Regionerate a document.
[15:12:53] Regionerate: Information: Preparing for a type starting with " public interface IDataEntityMapper<T> where T : class, new()".
[15:12:53] Regionerate: Information: Constructing a interface starting with " public interface IDataEntityMapper<T> where T : class, new()".
[15:12:53] Regionerate: NonCritical warning: The following unrecognized piece of code was detected: "{
}", layout will not be applied on this code.
[15:12:53] Regionerate: Critical warning: Failed to Regionerate a interface starting with " public interface IDataEntityMapper<T> where T : class, new()". Exception information: System.InvalidCastException: Unable to cast object of type 'Rauchy.Regionerate.Domain.Entities.UnrecognizedCode' to type 'Rauchy.Regionerate.Domain.Entities.ContainerTypeCode'.
at Rauchy.Regionerate.ServiceLayer.Components.Services.DocumentService.ProcessType(String originalTypeText, Shaper shaper, String typeKind, HolyWarPreventionMode holyWarPreventionMode).
[15:12:53] Regionerate: Information: Completed Regionerating a document.
after changing the namespace in my config-xml.
There are two pairs of {} in that entire document: for the namespace and for the interface.
I wanted to attach the file, but .cs and .txt are not allowed as attachment.