You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade the solution, tooling, and dev container to .NET 10, improve development database configuration, and move the development server away from macOS AirPlay's port 5000 conflict.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 279b2234-e59e-4a47-8f00-af458d7e565b
Remove obsolete SQL tooling setup, retry migrations while SQL starts, and bind VS Code debugging to port 5080.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 279b2234-e59e-4a47-8f00-af458d7e565b
Keep the mounted and configured workspace paths aligned
.devcontainer/docker-compose.yml:17
This mount target only matches workspaceFolder while the checkout directory is literally named Beam. If a contributor clones the repository under another directory name, workspaceFolder and ${containerWorkspaceFolder} resolve to /workspaces/<actual-basename>, but the source is mounted at /workspaces/Beam; VS Code then opens an unmounted path and the on-create script cannot restore the repository. Use the same fixed path in both files, or make both paths derive from one shared value.
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
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
Validation
dotnet restore Beam.Server/Beam.Server.csprojdotnet build Beam.Server/Beam.Server.csproj --no-restorehttp://localhost:5080/returns200 OKand serves the Blazor pageCloses #N/A