Logo
Explore Help
Register Sign In
starred/jellyfin-jellyfin-1
1
0
Fork 0
You've already forked jellyfin-jellyfin-1
mirror of https://github.com/jellyfin/jellyfin.git synced 2025-12-06 09:03:03 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
jellyfin-jellyfin-1/BannedSymbols.txt

5 lines
179 B
Plaintext
Raw Permalink Normal View History

Ban the usage of Task.Result 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
2022-01-22 16:48:31 +01:00
P:System.Threading.Tasks.Task`1.Result
Optimize Guid comparisons * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-21 14:15:09 +01:00
M:System.Guid.op_Equality(System.Guid,System.Guid)
M:System.Guid.op_Inequality(System.Guid,System.Guid)
M:System.Guid.Equals(System.Object)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 126ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API