Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8903635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:55:06+00:00 2026-06-15T01:55:06+00:00

I have set up a new MVC 4 web application. I am currently running

  • 0

I have set up a new MVC 4 web application. I am currently running source code anaylsis against the project and getting the following error:

CA1707  Identifiers should not contain underscores

The reason for this is because of the namespace “App_Start” due to the App_Start folder name. Are there any issues with renaming the folder to “AppStart”? This will mean all my rules are passed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T01:55:07+00:00Added an answer on June 15, 2026 at 1:55 am

    I would suppress that rule for that particular namespace rather than rename it. Create a GlobalSuppressions.cs file in your web project root, and add this:

    using System.Diagnostics.CodeAnalysis;
    
    [assembly: SuppressMessage("Microsoft.Naming",
                               "CA1707:IdentifiersShouldNotContainUnderscores",
                               Scope = "namespace",
                               Target = "<namespace>.App_Start",
                               Justification = "This is an infrastructure namespace")]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I create a New Project of type ASP.Net MVC Web Application, I expect
I'm writing my SPring MVC web application. I have set my session time out
we have a J2EE web application usig Spring MVC. We have a new requirement
If i have an ASP.NET MVC 2 Web Application with the following Views: Main.aspx
I have a piece of code like this: HashSet<Object> Set = new HashSet<Object>(); //add
I have an ASP.NET MVC 3 Web Application using Linq-to-SQL for my data access
I have a web application that uses .NET Framework 4, MVC 4, Ninject 3.
Azure web role (MVC 3 project) wont' start with Twilio controller class I have
I have a MVC web application. Lets call it Parent website. In order to
Using Visual Studio 2012, I created a new ASP.NET MVC 4 web project, using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.