For about a week or so, every attempt to build from the latest 3.0 branch checkout has failed. At first I thought it was just a broken build from a particular update. But since it's been consistent for this long, I figure maybe I'm overlooking something, or svn://sharpdevelop.net/sharpdevelop/branches/3.0/SharpDevelop isn't the correct repository location, or something. Since the build server seems to be working ok against that branch, I must be missing something...?
The failed parts of the build log (shown in red) I've pasted below for reference:
PropertyGrid\PropertyGrid.cs(19,17): error CS1502: The best overloaded method match for 'System.Collections.ObjectModel
.ObservableCollection<ICSharpCode.WpfDesign.PropertyGrid.Category>.ObservableCollection(System.Collections.Generic.List
<ICSharpCode.WpfDesign.PropertyGrid.Category>)' has some invalid arguments
PropertyGrid\PropertyGrid.cs(19,52): error CS1503: Argument '1': cannot convert from 'ICSharpCode.WpfDesign.PropertyGri
d.Category[' to 'System.Collections.Generic.List<ICSharpCode.WpfDesign.PropertyGrid.Category>'
PropertyGrid\PropertyGrid.cs(81,5): error CS1502: The best overloaded method match for 'System.Windows.Threading.Dispat
cher.BeginInvoke(System.Windows.Threading.DispatcherPriority, System.Delegate)' has some invalid arguments
PropertyGrid\PropertyGrid.cs(81,46): error CS1503: Argument '1': cannot convert from 'System.Action' to 'System.Windows
.Threading.DispatcherPriority'
PropertyGrid\PropertyGrid.cs(85,9): error CS1503: Argument '2': cannot convert from 'System.Windows.Threading.Dispatche
rPriority' to 'System.Delegate'
Done Building Project "C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Projec
t\etc5ulov.tmp_proj" (_CompileTemporaryAssembly target(s)) -- FAILED.
C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\Controls\ControlStyle
s.xaml(36,12): error MC3050: Cannot find the type 'Controls:ZoomControl'. Note that type names are case sensitive. Line
36 Position 12.
C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\DesignSurface.xaml(9,
10): error MC3074: The tag 'ZoomControl' does not exist in XML namespace 'clr-namespace:ICSharpCode.WpfDesign.Designer.
Controls'. Line 9 Position 10.
C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\PropertyGrid\Editors\
NumberEditor.xaml(8,25): error MC3050: Cannot find the type 'DummyConverter'. Note that type names are case sensitive.
Done Building Project "C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Projec
t\WpfDesign.Designer.csproj" (default targets) -- FAILED.
"C:\Program Files\SharpDevelop\3.0\src\SharpDevelop.sln" (default target) (1) ->
"C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\WpfDesign.Designer.c
sproj" (default target) (19) ->
"C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\etc5ulov.tmp_proj" (
_CompileTemporaryAssembly target) (20) ->
(CoreCompile target) ->
PropertyGrid\PropertyGrid.cs(19,17): error CS1502: The best overloaded method match for 'System.Collections.ObjectMod
el.ObservableCollection<ICSharpCode.WpfDesign.PropertyGrid.Category>.ObservableCollection(System.Collections.Generic.Li
st<ICSharpCode.WpfDesign.PropertyGrid.Category>)' has some invalid arguments
PropertyGrid\PropertyGrid.cs(19,52): error CS1503: Argument '1': cannot convert from 'ICSharpCode.WpfDesign.PropertyG
rid.Category[' to 'System.Collections.Generic.List<ICSharpCode.WpfDesign.PropertyGrid.Category>'
PropertyGrid\PropertyGrid.cs(81,5): error CS1502: The best overloaded method match for 'System.Windows.Threading.Disp
atcher.BeginInvoke(System.Windows.Threading.DispatcherPriority, System.Delegate)' has some invalid arguments
PropertyGrid\PropertyGrid.cs(81,46): error CS1503: Argument '1': cannot convert from 'System.Action' to 'System.Windo
ws.Threading.DispatcherPriority'
PropertyGrid\PropertyGrid.cs(85,9): error CS1503: Argument '2': cannot convert from 'System.Windows.Threading.Dispatc
herPriority' to 'System.Delegate'
"C:\Program Files\SharpDevelop\3.0\src\SharpDevelop.sln" (default target) (1) ->
"C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\WpfDesign.Designer.c
sproj" (default target) (19) ->
(MarkupCompilePass2 target) ->
C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\Controls\ControlSty
les.xaml(36,12): error MC3050: Cannot find the type 'Controls:ZoomControl'. Note that type names are case sensitive. Li
ne 36 Position 12.
C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\DesignSurface.xaml(
9,10): error MC3074: The tag 'ZoomControl' does not exist in XML namespace 'clr-namespace:ICSharpCode.WpfDesign.Designe
r.Controls'. Line 9 Position 10.
C:\Program Files\SharpDevelop\3.0\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\PropertyGrid\Editor
s\NumberEditor.xaml(8,25): error MC3050: Cannot find the type 'DummyConverter'. Note that type names are case sensitive
.