jphorv-bdo

Results 4 comments of jphorv-bdo

My workaround is a set of extension methods on `DataServiceQuery` that look like normal LINQ/`IQueryable` methods, but these cast the result back to `DataServiceQuery` so you can still call things...

Why deprecate the attribute approach at all? It is already a compile error to add `[ObservableProperty]` in a type that isn't `ObservableObject`/`[ObservableObject]`/`[INotifyPropertyChanged]`. If access level can be specified via attribute,...

@tamaw to be clear, there is no error in YamlDotNet. That project changed an interface and bumped their major version number appropriately. Semantic Kernel must respond by either: - updating...

> [@markwallace-microsoft](https://github.com/markwallace-microsoft) Although [#12641](https://github.com/microsoft/semantic-kernel/pull/12641) has been merged, I imagine this issue will re-occur when YamlDotNet v17 is released. Can we set the YamlDotNet version to be >= 16.3.0 and <...