Skip to content

Commit 5928ede

Browse files
committed
C#: Fix integration test expected file
1 parent c0d623c commit 5928ede

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)