Skip to content

Commit f5c654b

Browse files
authored
Merge pull request github#16579 from tamasvajk/fix/integration-test-2
C#: Fix integration test expected file
2 parents 6f67f9e + 5928ede commit f5c654b

File tree

1 file changed

+2
-2
lines changed
  • csharp/ql/integration-tests/posix-only/standalone_dependencies_nuget_config_fallback

1 file changed

+2
-2
lines changed

csharp/ql/integration-tests/posix-only/standalone_dependencies_nuget_config_fallback/diagnostics.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
}
1414
}
1515
{
16-
"markdownMessage": "C# with build-mode set to 'none'. This means that all C# source in the working directory will be scanned, with build tools, such as Nuget and Dotnet CLIs, only contributing information about external dependencies.",
16+
"markdownMessage": "C# was extracted with build-mode set to 'none'. This means that all C# source in the working directory will be scanned, with build tools, such as Nuget and Dotnet CLIs, only contributing information about external dependencies.",
1717
"severity": "note",
1818
"source": {
1919
"extractorName": "csharp",
2020
"id": "csharp/autobuilder/buildless/mode-active",
21-
"name": "C# with build-mode set to 'none'"
21+
"name": "C# was extracted with build-mode set to 'none'"
2222
},
2323
"visibility": {
2424
"cliSummaryTable": true,

0 commit comments

Comments
 (0)