Valentin Grünbacher
Valentin Grünbacher
When trying to model certain graphs it can be difficult to avoid cycles in the relationships. I know performing a `LIMIT` query with an unreasonably high count can alleviate infinite...
Unlike its `WhenAnyValue` counterpart, `WhenAnyObservable` complains about nullability mismatches when `TSender` may be null at the time of the call. It feels like both should have the same nullability expectations/restrictions....
_**Note:**_ I know this is going to be a very unsatisfying bug report, but the only mention I can find of this error is #3936, which did not lead to...
This changes the flow of `ipFromRequest` to run all `remoteIP` candidates through `net.SplitPortHost` (if applicable) regardless of source, instead of treating `http.Request.RemoteAddr` as the lone special case. The motivation behind...
**Describe the bug** Empty values for `@search` arguments are a valid search use case. Search engines like Meilisearch will return a (more or less useful) set of results even for...
Using this package causes `Microsoft.CodeAnalysis.CSharp.Workspaces` to be a transitive runtime dependency, dumping multiple large (several MB) DLLs into the output directory. It feels like this should not be necessary.
**Do you want to request a *feature* or report a *bug*?** - [x] Bug - [ ] Feature - [ ] Question **Did you test against the latest CI build?**...
### Describe the bug 🐞 The new `BindWithValidation` for WPF (introduced in #3874) is not able to bind to `ComboBox.SelectedValue`. Instead, an Exception is thrown: `System.ArgumentException: 'Dependency property not found...