| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I think some people need to change their IDE configuration ;)
|
|
|
|
|
|
Signed-off-by: standstaff <zhengxingru@yeah.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix CA1819 in LiveTvManager
* Call ConfigureAwait in ChannelManager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
|
|
|
|
|
|
|
|
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
|
|
|
|
|
|
|
|
|
|
|
|
|
|
method body.
|
|
|
|
|
|
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
|
|
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
|
|
|
|
|
|