Skip to content
Merged
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
4 changes: 4 additions & 0 deletions context7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://context7.com/codebeltnet/xunit",
"public_key": "pk_ZYmd0ipMJCtW5NudkKPxA"
Comment on lines +2 to +3
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON key naming is inconsistent with the rest of the repo (which uses camelCase like unitTestTool, wslDistribution, TargetFramework). Consider renaming public_key to publicKey (and updating any consumer accordingly) to match established conventions.

Copilot uses AI. Check for mistakes.
Comment on lines +2 to +3
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds a hard-coded key-like value (pk_...) to the repository. If this value is anything other than a non-sensitive publishable identifier, it should be moved to a secret store / CI variable and not committed; if it is intentionally public, consider adding a brief note in the file name/README to clarify that it is safe to commit and how it is used/rotated.

Copilot uses AI. Check for mistakes.
}
Loading