The type or namespace name 'ItemCodeDescriptionAttribute' could not be found (are you missing a using directive or an assembly reference?) [Assembly-CSharp-Editor]csharp(CS0246) code example
Example: dot net core 3.1 The type or namespace name 'TestClassAttribute' could not be found (are you missing a using directive or an assembly reference?)
1. Close Visual Studio
2. Delete .vs folder
3. Reopen Visual Studio and it should work.