Is there a way to ignore a namespace difference in c# code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodsan
    New User
    • Apr 2018
    • 1

    Is there a way to ignore a namespace difference in c# code

    Is there a way to ignore namespace difference in c# code?


    For example,

    Code:
    namespace AbcCompany.WebSite
    
    namespace AbcCompany.WebSite.Mvc
    I'm thinking it might be under Tools > File Format > Grammar?
  • Aaron
    Team Scooter
    • Oct 2007
    • 15997

    #2
    Hello,

    Yes, you can define a grammar and mark it as Unimportant by following this guide and video:
    http://www.scootersoftware.com/suppo..._unimportantv3
    Aaron P Scooter Software

    Comment

    Working...