| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-11 | Properly handle file access issues in some cases (#14272) | Tim Eisele | |
| 2024-10-31 | Always await instead of directly returning Task | Bond_009 | |
| https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task The performance impact is negligible (and it's me saying that!) | |||
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-01-11 | Fix all warnings in MediaBrowser.Providers | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2021-10-26 | Enable nullable for MediaBrowser.Providers | Bond_009 | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-09-25 | Remove sync FileStream hack | Bond_009 | |
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-07-22 | Fix remaining MediaBrowser.Providers warnings | Rich Lander | |
| 2021-07-22 | Fix analysis issues | Rich Lander | |
