Add a file (E.g. an XML document) to the solution then invoke the pipeline builder.
It fails before the pipeline builder dialog is shown.
I suspect that when it tries to enumerate the projects in t...
Id #6397 | Release:
None
| Updated: Feb 14 at 8:01 PM by rjperes | Created: Nov 26, 2009 at 3:06 PM by rbamford
UPDATE: This happens only when your Contract Assemblies namespace looks like the following:
namespace Contracts { } //PipelineBuilder generates bad code, view have namespace that adapters can't ...
Id #6265 | Release:
None
| Updated: Feb 14 at 8:01 PM by matthewdeanmartin | Created: Nov 14, 2009 at 6:59 PM by matthewdeanmartin
I built my solution in Release mode and deployed it, but it fails on my test machine. It can't find the PipelineHints assembly. According to the wiki documentation:
The attributes in this assemb...
Id #4163 | Release:
None
| Updated: Feb 14 at 8:01 PM by dthrasher | Created: Apr 1, 2009 at 1:27 PM by dthrasher
For each Struct defined in Contracts assembly the Pipeline builder generates two adapters: StructAdapter and StructArrayAdapter. The latter do not check its argument for null value (which may well ...
Id #3512 | Release:
None
| Updated: Feb 14 at 8:01 PM by vassilyl | Created: Dec 22, 2008 at 6:44 PM by vassilyl
It seems that the issue is related to the fact that Pipeline Builder is not able to properly re-map generic collections of IContract elements (i.e. IEnumerable<T> : where T is IContract) or contrac...
Id #3473 | Release:
None
| Updated: Feb 14 at 8:01 PM by BladeWise | Created: Dec 12, 2008 at 1:30 PM by BladeWise
Hi All,
Pipeline builder doesn't work (throws exception) when one of my method in Contract assembly has generics :(.
T GetValue<T>(string Expression);
Id #3306 | Release:
None
| Updated: Feb 14 at 8:01 PM by BladeSoftware | Created: Nov 17, 2008 at 1:25 PM by Bhupesh
When invoking System.Object's methods through the view, the own methods of ContractToViewAdapter are invoked.
It will be great if ContractToViewAdapter called it contracts methods (such as RemoteEq...
Id #3017 | Release:
None
| Updated: Feb 14 at 8:01 PM by alekz | Created: Oct 31, 2008 at 9:13 AM by alekz
The pipeline builder should pick up the XMLdoc comments from the contracts and replicate these to the views without the use of attributes.
Id #2841 | Release:
None
| Updated: Feb 14 at 8:01 PM by FroggieFrog | Created: Oct 20, 2008 at 9:39 AM by MikeGH
Any insight to this would be very helpful. I've just made a very simple project as outlined by the tutorials here, but for some reason I can't find out why I'm getting this error. The folder stru...
Id #2807 | Release:
None
| Updated: Feb 14 at 8:01 PM by dmcgraw | Created: Oct 13, 2008 at 2:59 AM by dmcgraw
Currently the PipelineHints.Comment attribute only allows conventional single line comments
\ like this
It would be nice to have the ability to create Document Comments, such as:
\\ <summary> ...
Id #2701 | Release:
None
| Updated: Feb 14 at 8:01 PM by rikrak | Created: Oct 3, 2008 at 1:40 PM by rikrak