Quantcast
Channel: Jolt.NET : Productivity Libraries for the .NET Framework
Browsing all 20 articles
Browse latest View live

New Post: ReadOnlyDictionary

A couple of improvements to help when debugging:Add Attribute: [System.Diagnostics.DebuggerDisplay("Count = {Count}")]Add Attribute:...

View Article



Created Issue: Add Debug-View attributes for ReadOnlyDictionary [7242]

A couple of improvements to help when debugging:Add Attribute: [System.Diagnostics.DebuggerDisplay("Count = {Count}")]Add Attribute:...

View Article

New Post: ReadOnlyDictionary

This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

View Article

New 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 Article

New Comment on "Jolt.XmlDocComments"

Brilliant. I think I just found what I had been looking for. Thanks, will report success later

View Article


Created Task: Decorate types with CLSCompliantAttribute [7414]

Assume that Jolt.NET assemblies are CLS compliant and mark the areas of Jolt.NET that are not.

View Article

Updated Wiki: Jolt.Testing

Overview The Jolt.Testing library provides classes supporting the development of strong unit tests and injectable components.FeaturesCode generation supporting dependency injectionTest framework...

View Article

Source code checked in, #51233

Created Jolt.Reflection namespace to classify types and algorithms that simplify common reflection operations. - Introduced CompoundBindingFlags type for common BindingFlags combinations. - Replaced...

View Article


Commented Feature: ProxyTypeBuilder does not honour implemented interfaces [27]

The ProxyTypeBuilder class will not honour any existing interface implementations on a subject type. For example, if type SubjectType implements ICollection<int>, the generated interface...

View Article


Created Task: Migrate to VS2010 Solution/Project File Types [7710]

Migrate solution and project files, but continue to target .NET 3.5.

View Article

Created Issue: Missing generic type info on ToXmlDocCommentMember(MethodInfo)...

Having this class:public class Foo<T> { public void Bar<S>(S s){} }Member "Bar" in XMl-Doc file is M:miasbeck.Foo`1.Bar``1(``0)Convert.ToXmlDocCommentMember(typeof(Foo).GetMethod("Bar"))...

View Article

Commented Feature: ProxyTypeBuilder does not honour implemented interfaces [27]

The ProxyTypeBuilder class will not honour any existing interface implementations on a subject type. For example, if type SubjectType implements ICollection<int>, the generated interface...

View Article

Source code checked in, #69630

Checked in by server upgrade

View Article


Source code checked in, #69631

Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563

View Article

New 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


Commented Issue: Missing generic type info on...

<p>Having this class:</p><p>public class Foo&lt;T&gt; { public void Bar&lt;S&gt;(S s){} }</p><p>&nbsp;</p><p>Member &quot;Bar&quot;...

View Article

Created Issue: Missing constructor overload: (Assembly assembly,...

```XmlDocCommentReader reader = new XmlDocCommentReader(GetType().Assembly, settings);```This example in the documentation doesn't work because that constructor simply doesn't exist. I could use this...

View Article


Commented Issue: Missing generic type info on...

Having this class:public class Foo<T> { public void Bar<S>(S s){} } Member "Bar" in XMl-Doc file is M:miasbeck.Foo`1.Bar``1(``0)Convert.ToXmlDocCommentMember(typeof(Foo).GetMethod("Bar"))...

View Article

Patch Uploaded: #14162

ChrisLambrou has uploaded a patch.Description:Patch for issue 8161. This modifies the ToXmlDocCommentMember<TMember>(...) method to add the missing count of generic arguments to the string...

View Article

Commented Issue: Missing generic type info on...

Having this class:public class Foo<T> { public void Bar<S>(S s){} } Member "Bar" in XMl-Doc file is M:miasbeck.Foo`1.Bar``1(``0)Convert.ToXmlDocCommentMember(typeof(Foo).GetMethod("Bar"))...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images