Skip to content

Commit 76e5d36

Browse files
committed
Updates dependencies and coding standards
Refreshes package dependencies to pick up latest security patches and features. Updates the copyright to dynamically generate the current year. Removes the copilot instructions files and adds AGENTS.md to consolidate agent guidelines. Adds a workflow to setup .NET versions for copilot.
1 parent 623dea9 commit 76e5d36

File tree

8 files changed

+341
-145
lines changed

8 files changed

+341
-145
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/instructions/general.instructions.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

.github/instructions/testing.instructions.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: "Copilot Setup"
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
paths:
7+
- .github/workflows/copilot-setup-steps.yml
8+
pull_request:
9+
paths:
10+
- .github/workflows/copilot-setup-steps.yml
11+
12+
jobs:
13+
copilot-setup-steps:
14+
runs-on: ubuntu-latest
15+
16+
permissions:
17+
contents: read
18+
19+
steps:
20+
- name: Checkout code
21+
uses: actions/checkout@v6
22+
23+
- name: Setup .NET Core
24+
uses: actions/setup-dotnet@v5
25+
with:
26+
dotnet-version: |
27+
8.0.x
28+
9.0.x
29+
10.0.x

.idea/.idea.Foundatio.AWS/.idea/copilot.data.migration.agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)