Skip to content

Commit f918faa

Browse files
committed
Copilot agent-mode fixes for PR 31
1 parent f63ad68 commit f918faa

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.github/instructions/csharp.instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
applyTo: "src/**/*.cs"
3+
description: "C# coding patterns, architecture conventions, and project-specific guidance for CodeQL Development Toolkit"
4+
---
15
# C# Code Instructions for CodeQL Development Toolkit
26

37
## Code Style and Conventions

.github/instructions/liquid.instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
applyTo: "src/**/Templates/**/*.liquid"
3+
description: "Liquid template structure and conventions for CodeQL file generation"
4+
---
15
# Liquid Template Instructions for CodeQL Development Toolkit
26

37
## Template Purpose and Structure

.github/instructions/repository.instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
applyTo: "**/*"
3+
description: "High-level project context, repository structure, and development workflow guidance"
4+
---
15
# CodeQL Development Toolkit Repository Instructions
26

37
## Project Overview

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET 6.0.x
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 6.0.x
22+
dotnet-version: 6.0.0
2323

2424
- name: Verify .NET installation
2525
run: |

0 commit comments

Comments
 (0)