Skip to content

SqlProj Tasks Bug Bash - Duplicate errors under Problems tab #26312

Open
@zijchen

Description

@zijchen

Steps to Reproduce:

  1. Create a database project, configure build as default configuration to create tasks.json
  2. Add a table, but with a syntax error like this
    CREATE TABLE [dbo].[Table1] ( [Id] INT NOT NULL PRIMARY KY ) 
  3. Build the project, in Terminal it says there is only 1 error
  4. But under Problems tab it shows 2
    Image
  5. If I fix the syntax error, manually or using Copilot, only 1 error disappears unless I build the project again

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions