Skip to content

Binding type-errors listed during startup and runtime (only seen in debugger/console) #1338

@goran-w

Description

@goran-w

There seems to be some runtime binding type-errors appearing (in debugger console) after recent changes regarding count-displays and tooltips.

The below errors appear on startup, and also during runtime (when switching repo-tabs and when scrolling in the TAGS list) :

[Binding]An error occurred binding 'Text' to 'Remotes': 'Could not convert '(0)' (System.String) to 'System.Collections.Generic.List`1[SourceGit.Models.Remote]' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.Collections.IList,System.String]': The method or operation is not implemented.' (Run #19797588)
[Binding]An error occurred binding 'Text' to 'Tags': 'Could not convert '(0)' (System.String) to 'System.Collections.Generic.List`1[SourceGit.Models.Tag]' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.Collections.IList,System.String]': The method or operation is not implemented.' (Run #56925253)
[Binding]An error occurred binding 'Text' to 'Submodules': 'Could not convert '(0)' (System.String) to 'System.Collections.Generic.List`1[SourceGit.Models.Submodule]' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.Collections.IList,System.String]': The method or operation is not implemented.' (Run #55939488)
[Binding]An error occurred binding 'Text' to 'Worktrees': 'Could not convert '(0)' (System.String) to 'System.Collections.Generic.List`1[SourceGit.Models.Worktree]' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.Collections.IList,System.String]': The method or operation is not implemented.' (Run #51609257)
[Binding]An error occurred binding 'Text' to 'Tags': 'Could not convert '(128)' (System.String) to 'System.Collections.Generic.List`1[SourceGit.Models.Tag]' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.Collections.IList,System.String]': The method or operation is not implemented.' (Run #56925253)
[Binding]An error occurred binding 'Text' to 'Remotes': 'Could not convert '(2)' (System.String) to 'System.Collections.Generic.List`1[SourceGit.Models.Remote]' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.Collections.IList,System.String]': The method or operation is not implemented.' (Run #19797588)
[Binding]An error occurred binding 'Text' to 'FullPath': 'Could not convert 'v2025.18' (System.String) to 'System.String' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.String,System.String]': The method or operation is not implemented.' (Run #33750194)
[Binding]An error occurred binding 'Text' to 'FullPath': 'Could not convert 'v2025.17' (System.String) to 'System.String' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.String,System.String]': The method or operation is not implemented.' (Run #9782209)
[Binding]An error occurred binding 'Text' to 'FullPath': 'Could not convert 'v2025.16' (System.String) to 'System.String' using 'Avalonia.Data.Converters.FuncValueConverter`2[System.String,System.String]': The method or operation is not implemented.' (Run #29449080)
...

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions