Feature/rename to appfoundation#5
Closed
andregoepel wants to merge 9 commits into
Closed
Conversation
Renames all project folders, .csproj files, namespaces, solution file, Docker/Aspire config, and connection string keys from MembersArea to AppFoundation. AndreGoepel.Marten.Identity is unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Moves SetupRedirectMiddleware and CookieLoginMiddleware into Marten.Identity/Http/ and adds AddMartenIdentity() / UseMartenIdentityMiddleware() extension methods, consolidating all Identity service registration. Program.cs is trimmed down to use the new extensions.
Updates all file contents from MembersArea to AppFoundation namespace (namespace declarations, project references, Docker config, connection strings). Also moves SetupRedirectMiddleware and CookieLoginMiddleware into Marten.Identity/Http/ and adds AddMartenIdentity() / UseMartenIdentityMiddleware() extension methods to Initialization.cs. Program.cs is trimmed to use the new extensions.
…lazor RCL Move all Account/Administration/Layout/Shared Blazor components and endpoint wiring out of the startup project into a new Razor Class Library. Expose AddMartenIdentityBlazor() and MapAdditionalIdentityEndpoints() as the public API. Update startup and test projects to reference the RCL.
Remove dead Services/** excludes from csproj, fix duplicate AddInteractiveServerComponents() call, remove redundant @using from Routes.razor, and add missing Sections namespace to RCL _Imports.razor to clear RZ10012 warnings.
Add Directory.Build.props with shared Authors, Copyright, RepositoryUrl, and MIT license. Add PackageId, Version, Description, and tags to both AndreGoepel.Marten.Identity and AndreGoepel.Marten.Identity.Blazor.
Add README.md to AndreGoepel.Marten.Identity and AndreGoepel.Marten.Identity.Blazor with usage instructions, API overview, and requirements. Wire up PackageReadmeFile in each csproj so NuGet.org displays them.
Add ci.yml that runs restore/build/test on every push and PR against main. On version tags (v*), a second job packs both NuGet packages with the tag version and pushes them to NuGet.org via NUGET_API_KEY secret. Also fix stale path in docker-image.yml (MembersArea → AppFoundation).
Account pages (/Account/Login etc.) returned 404 because the Router component and MapRazorComponents only scanned the startup assembly. Added AdditionalAssemblies to Routes.razor and AddAdditionalAssemblies to MapRazorComponents so the identity pages in Marten.Identity.Blazor are discoverable.
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.