jellyfin/MediaBrowser.MediaEncoding/Subtitles
Bond_009 754bda8f73 IAsyncDisposable is one big pitfall
https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-disposeasync#unacceptable-pattern

Regex used:
```
await using \(.+\)
\W+await using
```
2022-06-04 14:34:59 +02:00
..
AssParser.cs Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles 2021-05-20 22:10:19 +02:00
ISubtitleParser.cs Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding 2020-08-04 16:20:52 +02:00
ISubtitleWriter.cs Make probesize and analyzeduration configurable and simplify circular 2019-11-25 12:07:59 +01:00
JsonWriter.cs Fix JSON subtitle writer 2020-01-02 14:38:13 +01:00
SrtParser.cs Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles 2021-05-20 22:10:19 +02:00
SrtWriter.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
SsaParser.cs Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles 2021-05-20 22:10:19 +02:00
SubtitleEditParser.cs Address comments 2021-09-25 18:15:46 +02:00
SubtitleEncoder.cs IAsyncDisposable is one big pitfall 2022-06-04 14:34:59 +02:00
TtmlWriter.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
VttWriter.cs Fix WebVTT region to spec 2021-11-04 15:44:15 +01:00