Examples of errors detected by the V3130 diagnostic
V3130. Priority of the '&&' operator is higher than that of the '||' operator. Possible missing parentheses.
Media Portal 2
V3130 Priority of the '&&' operator is higher than that of the '||' operator. Possible missing parentheses. BinaryCacheProvider.cs 495
return config.EpisodesLoaded || !checkEpisodesLoaded &&
config.BannersLoaded || !checkBannersLoaded &&
config.ActorsLoaded || !checkActorsLoaded;