Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"/consoleloggerparameters:NoSummary",
"${fileDirname}"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "silent"
},
Expand All @@ -32,7 +35,6 @@
"Debug",
"/property:GenerateFullPaths=true"
],
"group": "build",
"presentation": {
"reveal": "silent"
},
Expand Down
7 changes: 7 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<PackageVersion Include="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="ReferenceCop" Version="0.0.6-alpha" />
<GlobalPackageReference Include="ReferenceCop" Version="0.0.8-alpha" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions src/ReferenceCop.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ReferenceCopConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/mfogliatto/ReferenceCop/main/ReferenceCopConfig.xsd">
<UseExperimentalDetectors>true</UseExperimentalDetectors>
<Rules>
<ProjectTag>
<Name>ToolsShouldNotReferenceTools</Name>
Expand Down
Loading