-
Avalonia comes with ReactiveUI and ReactiveUI comes with Splat. I'm trying to use those default tools.
What bugs me off is that Splat by default needs to manually create each object. Splat.DI.Sourc…
-
### Describe the bug 🐞
When clicking a button bound to a command, the focus changes to the next control. This looks bad and disrupts keyboard navigation.
### Step to reproduce
- Create a form with …
-
**Describe the bug**
Some of our api endpoints can accept a lot of parameters so we use an search object to describe your search parameter.
Some of our parameter can be a list of multiple values.
…
-
**Describe the bug**
Upgrading from `5.0.23` to `5.1.54` causes a build error due to some `using` directives not being added to the generated stubs. I have multiple libraries using `refit` …
-
I got these errors while testing #8765:
- The 1st error is the same as #9781 (displaying the address on the Trezor T and doing nothing with it)
- The 2nd one: `System.InvalidOperationException: Ca…
-
Might be related to #263, however the error and use case are different.
I have the base address (i.e. RoutePrefix) for my API controllers defined in a constants file. I was trying to consume the Re…
-
How to I handle can't connect to the API exception.
Currently my app crashes due to the following exception not been handled.
```
{System.Net.WebException: Error: ConnectFailure (Connection refused)…
-
**Describe the bug**
Returning accept from ApiGateway. Before I had method similar to this
`Task CreateMobileUserAccount(CreateUserRequest createUserRequest);`
upgrade to latest refit a…
-
This is a tracking issue
While Avalonia is ready for use, we can't really claim that it's 1.0 when we know that certain areas **have** to be changed in incompatible ways to work properly on various…
-
**Is your feature request related to a problem? Please describe.**
As part of investigating https://github.com/coverlet-coverage/coverlet/issues/1084 and the impact it is having on various projects…