Sveinung

Results 9 issues of Sveinung

Hi, maybe this is worth mentioning. Basically, the `FileOptions.Asynchronous` flag should be passed when creating a `FileStream` (e.g. with `File.Create`), otherwise the actual I/O operations are performed synchronously. [More info](https://docs.microsoft.com/en-us/dotnet/api/system.io.filestream?redirectedfrom=MSDN&view=netframework-4.7.2#remarks).

**Is your feature request related to a problem? Please describe.** It would be nice if Refit would support streaming deserialization of an API response. This could be useful for endpoints...

enhancement

### Feature request type Enhance component ### Component name MudTable ### Is your feature request related to a problem? The pagination options for a table includes a button to go...

enhancement
triage

### Bug type Component ### Component name MudTable ### What happened? NavigateTo(0) can in some cases cause the table to show page index -1. ### Expected behavior NavigateTo(0) should always...

triage

### Description When registering the standard resilience handler using `builder.Services.ConfigureHttpClientDefaults(x => x.AddStandardResilienceHandler)`, all `HttpClient`s seem to be using a shared circuit breaker. When one client is causing the circuit to...

work in progress :construction:
area-resilience
bug

### Background and motivation Fixed column widths are now set on `WorksheetOptions` when creating a worksheet. There is a desire to be able to set these with attributes instead when...

### Background and motivation Right now there is no way to use any styling with the source generator. Enabling styling by only using attributes (for example as suggested in #31...

enhancement

Add option to limit the length of a cell values when using the source generator. For example by using an attribute: ```cs public class MyObject { [StringLength(30)] public string Property...

From #62.

enhancement