mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-26 23:30:23 +00:00
f5cdd0c3e7
Use async Xunit tests Apply xunit analyzer suggestions, such as "Assert.False()" instead of "Assert.Equal(false, ..) Introduce errors for missing await calls Remove all .Result properties Remvoe all .Sync() calls
5 lines
168 B
INI
5 lines
168 B
INI
[*.cs]
|
|
|
|
# CS4014: Because this call is not awaited, execution of the current method continues before the call is completed
|
|
dotnet_diagnostic.CS4014.severity = error
|