I just installed Visual Studio 2017. When I open an existing website, I get all sorts of warning messages such as this one:
IDE1006 Naming rule violat
If you want to suppress it only in some files or areas you can use the following:
#pragma warning disable IDE1006 // the code with the warning #pragma warning restore IDE1006