Use Result objects to have less exceptions in converters #1557
Annotations
10 errors
⚒️ Run build:
Converters/Revit/Speckle.Converters.RevitShared/RevitRootToHostConverter.cs#L13
'RevitRootToHostConverter' does not implement interface member 'IRootToHostConverter.Convert(Base)'. 'RevitRootToHostConverter.Convert(Base)' cannot implement 'IRootToHostConverter.Convert(Base)' because it does not have the matching return type of 'HostResult'.
|
⚒️ Run build:
Converters/Revit/Speckle.Converters.RevitShared/ToSpeckle/TopLevel/PointcloudTopLevelConverterToSpeckle.cs#L9
'PointcloudTopLevelConverterToSpeckle' does not implement interface member 'IToSpeckleTopLevelConverter.Convert(object)'. 'PointcloudTopLevelConverterToSpeckle.Convert(object)' cannot implement 'IToSpeckleTopLevelConverter.Convert(object)' because it does not have the matching return type of 'BaseResult'.
|
⚒️ Run build:
Converters/Revit/Speckle.Converters.RevitShared/ToSpeckle/TopLevel/RevitElementTopLevelConverterToSpeckle.cs#L14
'ElementTopLevelConverterToSpeckle' does not implement interface member 'IToSpeckleTopLevelConverter.Convert(object)'. 'ElementTopLevelConverterToSpeckle.Convert(object)' cannot implement 'IToSpeckleTopLevelConverter.Convert(object)' because it does not have the matching return type of 'BaseResult'.
|
⚒️ Run build:
Converters/Revit/Speckle.Converters.RevitShared/ToSpeckle/TopLevel/ModelCurveToSpeckleTopLevelConverter.cs#L10
'ModelCurveToSpeckleTopLevelConverter' does not implement interface member 'IToSpeckleTopLevelConverter.Convert(object)'. 'ModelCurveToSpeckleTopLevelConverter.Convert(object)' cannot implement 'IToSpeckleTopLevelConverter.Convert(object)' because it does not have the matching return type of 'BaseResult'.
|
⚒️ Run build:
Converters/Revit/Speckle.Converters.RevitShared/RevitRootToSpeckleConverter.cs#L11
'RevitRootToSpeckleConverter' does not implement interface member 'IRootToSpeckleConverter.Convert(object)'. 'RevitRootToSpeckleConverter.Convert(object)' cannot implement 'IRootToSpeckleConverter.Convert(object)' because it does not have the matching return type of 'BaseResult'.
|
⚒️ Run build:
Converters/Autocad/Speckle.Converters.AutocadShared/AutocadRootToSpeckleConverter.cs#L10
'AutocadRootToSpeckleConverter' does not implement interface member 'IRootToSpeckleConverter.Convert(object)'. 'AutocadRootToSpeckleConverter.Convert(object)' cannot implement 'IRootToSpeckleConverter.Convert(object)' because it does not have the matching return type of 'BaseResult'.
|
⚒️ Run build:
Converters/Autocad/Speckle.Converters.AutocadShared/ToHost/Geometry/AutocadPolycurveToHostConverter.cs#L9
'AutocadPolycurveToHostConverter' does not implement interface member 'IToHostTopLevelConverter.Convert(Base)'. 'AutocadPolycurveToHostConverter.Convert(Base)' cannot implement 'IToHostTopLevelConverter.Convert(Base)' because it does not have the matching return type of 'HostResult'.
|
⚒️ Run build:
Converters/Autocad/Speckle.Converters.AutocadShared/ToHost/Geometry/SpeckleFallbackToHostConversion.cs#L10
'SpeckleFallbackToAutocadTopLevelConverter' does not implement interface member 'IToHostTopLevelConverter.Convert(Base)'. 'SpeckleFallbackToAutocadTopLevelConverter.Convert(Base)' cannot implement 'IToHostTopLevelConverter.Convert(Base)' because it does not have the matching return type of 'HostResult'.
|
⚒️ Run build:
Converters/Autocad/Speckle.Converters.AutocadShared/ToHost/Geometry/CurveToHostConverter.cs#L8
'CurveToHostConverter' does not implement interface member 'IToHostTopLevelConverter.Convert(Base)'. 'CurveToHostConverter.Convert(Base)' cannot implement 'IToHostTopLevelConverter.Convert(Base)' because it does not have the matching return type of 'HostResult'.
|
⚒️ Run build:
Converters/Autocad/Speckle.Converters.AutocadShared/ToHost/Geometry/PolycurveToHostConverter.cs#L13
'PolycurveToHostConverter' does not implement interface member 'IToHostTopLevelConverter.Convert(Base)'. 'PolycurveToHostConverter.Convert(Base)' cannot implement 'IToHostTopLevelConverter.Convert(Base)' because it does not have the matching return type of 'HostResult'.
|
Loading