feat: added a couple of features in one go - #204
Merged
Conversation
Replace the React/TanStack docs SPA with an Astro Starlight site: MDX content, built-in Pagefind search, dark/light themes, and redirects for the old /documentation/* URLs. Themed to the app palette (indigo accent, navy surfaces, Chakra Petch). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
.NET Test Results1 460 tests 1 460 ✅ 16s ⏱️ Results for commit dd9b06b. ♻️ This comment has been updated with latest results. |
The master merge resolved docs/package.json and docs/pnpm-lock.yaml back to the old React versions, leaving the Astro source paired with a React package.json so the docs build failed. Restore both to the Astro/Starlight versions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
nuget.config declared a local-bgg-fix source pointing at the gitignored local-packages/ folder, which does not exist on CI, so dotnet restore failed with NU1301 on every backend job (error surfaced in the dependency scan). All projects reference the published BoardGamer.BoardGameGeek 0.10.0 from nuget.org and the local source was unused, so drop it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
nuget.config declared a local-bgg-fix source pointing at the gitignored local-packages/ folder, which does not exist on CI, so dotnet restore failed with NU1301 on every backend job (surfaced in the dependency scan). All projects reference the published BoardGamer.BoardGameGeek 0.10.0 from nuget.org and the local source was unused, so drop it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Resolves the vulnerable-package advisory the backend dependency scan flags once the restore issue is fixed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
SummarySummary
CoverageBoardGameTracker.Api - 74%
BoardGameTracker.Common - 73.2%
BoardGameTracker.Core - 59.2%
Default - 24%
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




No description provided.