Stream custom live channels using your own media
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

5 lines
212 B

[*.cs]
# disable CA1707: Identifiers should not contain underscores
dotnet_diagnostic.ca1707.severity = none
# disable CA1711: Identifiers should not have incorrect suffix
dotnet_diagnostic.ca1711.severity = none