-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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 workingSomething isn't working