Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
…r-asp.net-core-vj74wp
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
nullable, XML docs and analyzers) and centralized package versions for consistent builds.Description
Code311.sln,global.json,Directory.Build.props,Directory.Build.targets, andDirectory.Packages.propsto pin SDK, enable nullable/implicit usings/XML docs, treat warnings as errors, and centralize package versions.src/includingCode311.Ui.Abstractions,Code311.Ui.Core,Code311.Tabler.Core,Code311.Tabler.Components,Code311.Tabler.Dashboard, widget packages (DataTables,Calendar,Charts),Code311.Persistence.EFCore,Code311.Licensing, and a demo hostCode311.Hostwith controllers, pages and views.tests/covering unit and integration tests for abstractions, core, Tabler components, dashboard, widgets, licensing and persistence, and added a GitHub Actions workflowci.ymlto rundotnet restore,dotnet build, anddotnet testforCode311.sln.Testing
dotnet restore Code311.sln,dotnet build Code311.sln --configuration Release --no-restore, anddotnet test Code311.sln --configuration Release --no-build --verbosity normalon push and pull requests.tests/that exercise licensing validation, EF Core preference store round‑trips, Tabler core mappings, component rendering TagHelpers/ViewComponents, MVC and Razor adapter filters, and widget slot/asset behaviors.dotnet test Code311.slnto validate the baseline before CI runs.Codex Task