AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
266 stars 54 forks source link

Update to 11.0.0-rc1.1 #183

Closed wieslawsoltes closed 1 year ago

maxkatz6 commented 1 year ago

I guess SingleSubscriberObservableBase should be copypasted to this repo as internal

wieslawsoltes commented 1 year ago

I guess SingleSubscriberObservableBase should be copypasted to this repo as internal

done

schnerring commented 1 year ago

I'm currently trying to upgrade Avalonia from preview6 to rc1.1 but get this exception:

System.MissingMethodException: Method not found: 'Void Avalonia.Styling.StyleBase.Add(Avalonia.Styling.ISetter)'.
   at CompiledAvaloniaXaml.!AvaloniaResources.Populate:/Themes/Fluent.axaml(IServiceProvider, Styles)
   at CompiledAvaloniaXaml.!AvaloniaResources.Build:/Themes/Fluent.axaml(IServiceProvider) in /home/vsts/work/1/s/src/Avalonia.Controls.TreeDataGrid/Themes/Fluent.axaml:line 1

My guess is that this PR fixes the above exception and that I'll have to wait for the next TreeDataGrid NuGet release. But I can't really say because the changes of this PR go a bit over my head.

Or is this another issue?

Numpsy commented 1 year ago

I'm currently trying to upgrade Avalonia from preview6 to rc1.1 but get this exception:

Hi,

I was just going to ask if there will be an RC1 TreeDataGrid nuget package published, as the most recent one I see on nuget.org is the 11.0.0-preview8 release.