Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Motivation
Description
Code311.sln, SDK pinning viaglobal.json, centralized package versions inDirectory.Packages.props, and repo-wide build/analyzer rules inDirectory.Build.props/Directory.Build.targetsto enforce nullable, XML docs, and analyzers.Code311.Ui.Abstractions,Code311.Ui.Core,Code311.Tabler.Core,Code311.Tabler.Components,Code311.Tabler.Dashboard,Code311.Tabler.Mvc,Code311.Tabler.Razor, widget packages (DataTables,Calendar,Charts),Code311.Persistence.EFCore, andCode311.Licensingwith DI helpers and runtime validation.Code311.Hostwith controllers, Razor Pages, services (preferences, demo user context), startup wiring, and views/pages that showcase components, dashboard, widgets, preferences, and licensing diagnostics.AddCode311PersistenceEfCore, plus in-memory licensing sources, validators, feature gate, diagnostics reporter, and DI extension helpers forCode311.Licensing.README.md, ADRs indocs/adr, and an architecture proposal indocs/architecture-proposal.md./.github/workflows/ci.ymlthat restores, builds and runs tests onmainand PRs.Testing
dotnet restore Code311.sln,dotnet build Code311.sln --configuration Release --no-restore, anddotnet test Code311.sln --configuration Release --no-build --verbosity normalas configured in/.github/workflows/ci.ymland executed against the new test suites.tests/Code311.Tests.Licensing,tests/Code311.Tests.Persistence.EFCore,tests/Code311.Tests.Tabler.Core,tests/Code311.Tests.Tabler.Components,tests/Code311.Tests.Tabler.Dashboard, integration suites for MVC/Razor, and host-level tests usingtests/Code311.Tests.Host.Codex Task