Gareth Down
Gareth Down
Hi @llSourcell, do you have any idea what might cause this? Mac OSX 10.11.16 Googled but can't find anything, other than someone from the Bazel team saying to file an...
look at fluent nhibernate's convention model: http://www.jagregory.com/writings/fluent-nhibernate-auto-mapping-type-conventions/
What steps will reproduce the problem? 1. Create an object with an indexer: ``` public string this[string propertyName] { get { return result.GetErrorMessage(propertyName); } } ``` 2. Set up a...