Lists the warning messages related to the Visual Studio Quick Action feature.
COBQA0001: Name can be simplified Information message only. An IDE quick action is available if you want to replace the highlighted fully-qualified namespace
with its simplified equivalent.
COBQA0002 - Use portable COBOL syntax instead Information message only. An IDE quick action is available if you want to convert the highlighted .NET type to a COBOL predefined
type.
COBQA0008 - Order ILUSING Statements Information message only. An IDE quick action is available if you want to order the $set ilusing statements in the .NET COBOL program.
COBQA0010 - Remove Dead Code Block Information message only. An IDE quick action is available if you want to remove an unused block of code which was identified
through a dead code analysis of your program.