Luke Bordonaro
Luke Bordonaro
Should we decide to go down this route to solve the larger problem of these more complex aggregations, here are some implementation notes: 1. Composed columns would have be first...
More abstractly, we want to support a way to _spoof_ and _merge_ processor data streams into new streams through a new cooker/processor/parser.
Hi, The "custom table discovery" documentation is for a more advanced scenario where you need to specify how the SDK should look for tables associated with your plugin. For most...
My pipelines are also failing due to the same `System.FormatException` mentioned above.
> I just unlisted 17.7.0 from Nuget, please someone let me know if it helped. Unlisting has fixed my pipeline. It now pulls 17.6.3 ``` 2023-08-04T19:30:53.7891386Z Starting VsTest platform tools...
> Looks like the same issue from June? > > #4544 This is not likely the same issue. The linked issue was caused by the prelease suffix at the end...
> The callstack looks very similar of not the same, at least to my tired eyes. 😅 Same callstack, but the input is malformed in different ways. For the prelease...
Update: I don't know what changed, but the `VisualBrush` workaround I shared stopped working, and the bug repros with that now. @Kuldeep-MS and @dipeshmsft can I get an update on...
I did a quick search in the PresentationFramework library to see if anyone else calls these methods, and found a special case for MenuItems. With the changes from #1977, my...
> @mslukebo Thanks for adding a fix to resolve the issue. The current solution will work for the sample mentioned in the issue, where the `ListItem` are directly added. >...