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")) retur...

Id #8161 | Release: None | Updated: Apr 21 2011 at 1:46 PM by miasbeck | Created: Apr 21 2011 at 1:44 PM by miasbeck

Migrate to VS2010 Solution/Project File Types

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

Id #7710 | Release: Jolt.NET 0.5 | Updated: Dec 19 2010 at 7:50 PM by SteveGuidi | Created: Dec 19 2010 at 7:50 PM by SteveGuidi

Decorate types with CLSCompliantAttribute

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

Id #7414 | Release: None | Updated: Oct 23 2010 at 5:15 PM by SteveGuidi | Created: Oct 23 2010 at 5:15 PM by SteveGuidi

Add Debug-View attributes for ReadOnlyDictionary

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

Id #7242 | Release: None | Updated: Sep 14 2010 at 5:12 PM by SteveGuidi | Created: Sep 14 2010 at 5:12 PM by SteveGuidi

Support non-generic equality interfaces with equality axiom assertions.

Add assertion, assertion wrapper, and constraint support for the following interfaces. System.IEquatable System.IComparable System.Collections.IEqualityComparer

Id #7203 | Release: None | Updated: Sep 2 2010 at 12:13 AM by SteveGuidi | Created: Sep 2 2010 at 12:13 AM by SteveGuidi

Add missing feature documentation in wiki

General Linq/Enumerable extension methods. ExceptionUtility.cs Jolt.Reflection namespace

Id #6021 | Release: Jolt.NET 0.5 | Updated: Oct 27 2010 at 4:46 AM by SteveGuidi | Created: Feb 12 2010 at 9:02 PM by SteveGuidi

Simplify and Remove Duplicated Unit Tests

For public methods that create a trivial wrapper around another public method, use RhinoMocks.GenerateStub<> to facilitate "self-mocking".

Id #5616 | Release: Jolt.NET 0.5 | Updated: Dec 17 2009 at 5:14 PM by SteveGuidi | Created: Dec 17 2009 at 5:14 PM by SteveGuidi

Deserializing GraphML-based FSM Fails

The deserialization routine validates the source XML, however a bug in the QuickGraph supplied schema-management code prevents the method from executing; an XmlSchemaException is raised. In order ...

Id #4898 | Release: None | Updated: Sep 11 2009 at 3:23 PM by SteveGuidi | Created: Sep 11 2009 at 5:09 AM by SteveGuidi

Refactor Xml Assertions to Xml Comparison Library

The equality and equivalency features of the core XML Assertions functionality may be used as a general-purpose XML-comparison library. - Optimize read performance and memory usage by using XmlRea...

Id #4132 | Release: None | Updated: Jun 10 2009 at 5:01 PM by SteveGuidi | Created: Jun 10 2009 at 5:01 PM by SteveGuidi

GraphML serialization for FSM Transition events

Determine if it is possible to implement GraphML serialization for the OnTransition event of the Transition class. - Follow an approach using relfection, similar to the existing approach for the T...

Id #3956 | Release: None | Updated: Mar 27 2009 at 2:08 AM by SteveGuidi | Created: Mar 27 2009 at 2:08 AM by SteveGuidi