Conversation
…r-asp.net-core-cx2kk0
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
Directory.Build.*) and pin the SDK viaglobal.jsonfor deterministic builds.Description
Code311.slnand a GitHub Actions workflow/.github/workflows/ci.ymlthat runsdotnet restore,dotnet buildanddotnet testfor the solution.Directory.Build.props,Directory.Build.targetsto enableNullable,ImplicitUsings, XML docs and fail builds on missing docs/nullable, andDirectory.Packages.propsfor central package versioning; addedglobal.jsonto pin .NET SDK preview.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,Code311.Licensing, andCode311.Hostdemo application with controllers, pages and views.TablerSemanticClassMapper,TablerThemeMapper), tag helpers and view components for components/layout/feedback/forms/media/navigation, widget slot contracts and initialization serialization, EF CoreCode311PreferenceDbContext+EfCoreUserUiPreferenceStoreand model mapping, licensing subsystem (ILicenseSource,DefaultLicenseValidator,StartupLicenseValidator,ILicenseFeatureGate) with in‑memory and environment sources, and MVC/Razor adapter glue that wires request scoped stores, filters and helpers.README.md,docs/adr/*and an architecture proposal describing the intent and layering of packages.Testing
dotnet test Code311.slnas part of theciworkflow which checks out the code, sets up the .NET SDK (viaactions/setup-dotnet@v4) and runsdotnet restore,dotnet buildanddotnet test.dotnet test Code311.slnlocally/CI to validate the tests in your environment.Codex Task