We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 054fc88 + ae01d87 commit 8fb137aCopy full SHA for 8fb137a
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"powershell": {
6
- "version": "7.4.2",
+ "version": "7.4.3",
7
"commands": [
8
"pwsh"
9
]
@@ -21,4 +21,4 @@
21
22
}
23
24
-}
+}
.gitignore
@@ -352,3 +352,6 @@ MigrationBackup/
352
353
# mac-created file to track user view preferences for a directory
354
.DS_Store
355
+
356
+# Analysis results
357
+*.sarif
0 commit comments