From 3cd12cfabbfcffbcfc113d906267588b6282b2b2 Mon Sep 17 00:00:00 2001
From: Marco Fogliatto <2962955+mfogliatto@users.noreply.github.com>
Date: Sat, 31 Jan 2026 11:58:20 +0100
Subject: [PATCH 1/3] Enable experimental detectors for dev
---
src/Directory.Packages.props | 2 +-
src/ReferenceCop.config | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 9c450d8..8795255 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -22,6 +22,6 @@
-
+
\ No newline at end of file
diff --git a/src/ReferenceCop.config b/src/ReferenceCop.config
index a5dc51d..4b0d28e 100644
--- a/src/ReferenceCop.config
+++ b/src/ReferenceCop.config
@@ -1,5 +1,6 @@
+ true
ToolsShouldNotReferenceTools
From e02fb12b423b40fe550e30976304f8d80de6be6d Mon Sep 17 00:00:00 2001
From: Marco Fogliatto <2962955+mfogliatto@users.noreply.github.com>
Date: Sat, 31 Jan 2026 12:06:44 +0100
Subject: [PATCH 2/3] Set the only build task configured as default
---
.vscode/tasks.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index eb29bfb..8e8a4a6 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -15,7 +15,10 @@
"/consoleloggerparameters:NoSummary",
"${fileDirname}"
],
- "group": "build",
+ "group": {
+ "kind": "build",
+ "isDefault": true
+ },
"presentation": {
"reveal": "silent"
},
@@ -32,7 +35,6 @@
"Debug",
"/property:GenerateFullPaths=true"
],
- "group": "build",
"presentation": {
"reveal": "silent"
},
From 5e5eb633307a5e74139e7179f7f1b37577d08ce7 Mon Sep 17 00:00:00 2001
From: Marco Fogliatto <2962955+mfogliatto@users.noreply.github.com>
Date: Sat, 31 Jan 2026 12:22:29 +0100
Subject: [PATCH 3/3] Add CLAUDE.md with reference to copilot instructions
Co-Authored-By: Claude Sonnet 4.5
---
CLAUDE.md | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 CLAUDE.md
diff --git a/CLAUDE.md b/CLAUDE.md
new file mode 100644
index 0000000..fb2e5b6
--- /dev/null
+++ b/CLAUDE.md
@@ -0,0 +1,7 @@
+# CLAUDE.md
+
+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
+
+## Instructions
+
+For detailed guidance on working with this codebase, refer to [`.github/copilot-instructions.md`](.github/copilot-instructions.md).