New Post: Honouring Implemented Interfaces
Hi there,I was wondering whether or not you had made any further progress with #27 yet, even if it were in terms of design considerations. I've recently started trying to use Jolt's code generation...
View ArticleNew Post: Honouring Implemented Interfaces
Hello angolon!Thank you for posting your question with your feedback.Coincidentally, I was thinking about this very problem a few weeks ago while implementing the circular collections that were...
View ArticleNew Post: Honouring Implemented Interfaces
To answer your question about community involvement, I am open to accepting contributions.The most straightforward way to contribute fixes and enhancements is to submit a patch using the facility on...
View ArticleNew Post: ReadOnlyDictionary
A couple of improvements to help when debugging:Add Attribute: [System.Diagnostics.DebuggerDisplay("Count = {Count}")]Add Attribute:...
View ArticleNew Post: ReadOnlyDictionary
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: ReadOnlyDictionary
Thank you for the suggestions, dump247. I initially considered implementing the debug view types for ReadOnlyDictionary, but had to work on some other things and didn't want to spend too much time on...
View ArticleNew Post: Convert.ToXmlDocCommentMember
Not a full patch, but maybe you want to add this to the Convert class: /// <summary> /// Creates the XML doc comment member reference string /// for a given <see...
View Article