Move all sample applications to GeoBlazor-Samples repository#516
Open
Move all sample applications to GeoBlazor-Samples repository#516
Conversation
Samples have been split into the dedicated GeoBlazor-Samples repository to reduce repository size and enable faster iteration through NuGet package dependencies. Resolves #515. https://claude.ai/code/session_01NFFoyjxLmBzNDMzoGxtJTt
|
Claude finished @TimPurdum's task —— View job PR ReviewIssues Found1. Stale references in .gitignore
2. Broken documentation link 3. Stale InternalsVisibleTo reference <InternalsVisibleTo Include="dymaptic.GeoBlazor.Core.Sample.Shared" />Todo List
These references should be removed to complete the cleanup. |
All sample projects were removed from this repo and moved to GeoBlazor-Samples: - dymaptic.GeoBlazor.Core.Sample.Shared - dymaptic.GeoBlazor.Core.Sample.Wasm - dymaptic.GeoBlazor.Core.Sample.WebApp (Server + Client) - dymaptic.GeoBlazor.Core.Sample.Maui - dymaptic.GeoBlazor.Core.Sample.OAuth (Server + Client) - dymaptic.GeoBlazor.Core.Sample.TokenRefresh (Server + Client) Resolves #515 https://claude.ai/code/session_01NFFoyjxLmBzNDMzoGxtJTt
- Remove 6 dead sample-specific .gitignore rules - Update DeveloperGuide.md to point to GeoBlazor-Samples repo - Fix stale "Samples application" reference in Tests.md https://claude.ai/code/session_01NFFoyjxLmBzNDMzoGxtJTt
- ReadMe.md: Add Sample Source Code link to Quick Links - src/dymaptic.GeoBlazor.Core/ReadMe.md: Add Sample Source Code link https://claude.ai/code/session_01NFFoyjxLmBzNDMzoGxtJTt
- Rewrite CLAUDE.md to be self-contained (no parent CodeGen dependency) - Use URL-based related repos table instead of filesystem paths - Add project structure diagram - Update .gitignore to allow .claude/agents/ directory - Add .claude/agents/geoblazor-dev.md development agent https://claude.ai/code/session_01NFFoyjxLmBzNDMzoGxtJTt
Reference GeoBlazor-Agents repo for agent configurations instead of bundling a local agent. Revert .gitignore .claude/agents/ exception. https://claude.ai/code/session_01NFFoyjxLmBzNDMzoGxtJTt
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.
Summary
Moves all Core sample applications from this repository to the dedicated GeoBlazor-Samples repository for better separation of concerns and maintainability.
Sample Projects Removed
dymaptic.GeoBlazor.Core.Sample.Shared- Shared Razor components and pagesdymaptic.GeoBlazor.Core.Sample.Wasm- Blazor WebAssembly sampledymaptic.GeoBlazor.Core.Sample.WebApp- Blazor Web App sample (Server + Client)dymaptic.GeoBlazor.Core.Sample.Maui- MAUI Hybrid sampledymaptic.GeoBlazor.Core.Sample.OAuth- OAuth authentication sample (Server + Client)dymaptic.GeoBlazor.Core.Sample.TokenRefresh- Token refresh sample (Server + Client)Other Changes
dymaptic.GeoBlazor.Core.slnxto remove references to all sample projectsCLAUDE.mdto reflect removal of sample projectsDirectory.Build.propsResolves #515
Related PRs