Kytie

Results 3 issues of Kytie

Hi, Let's say my viewmodel don't have some kind of IsEpanded property, but I want to ask the DataTreeGrid to expand / collapse all nodes. How would I do that...

### Describe the bug Using this code: ``` new ToastContentBuilder() .AddText("My Title") .Show(); ``` Show a notification with text as expected: "My Title" If I try to use an asset...

bug :bug:
notifications :bell:

Cannot get top level annotation from IEdmModel using ODataMessageReader.ReadMetadataDocument method. ### Assemblies affected Microsoft.OData.Core lib 7.x*, 8.x* Microsoft.OData.Edm lib 7.x*, 8.x* ### Reproduce steps Consider this OData metadata content: ```...

feature
P3