Skip to content

Add ASP.NET Core Updates - #3

Open
arman-boyakhchyan wants to merge 6 commits into
26.1.3+from
aspnetcore-updates
Open

Add ASP.NET Core Updates#3
arman-boyakhchyan wants to merge 6 commits into
26.1.3+from
aspnetcore-updates

Conversation

@arman-boyakhchyan

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an ASP.NET Core DevExtreme Form example and aligns existing clients with Fluent styling.

Changes:

  • Adds a .NET 8 MVC/Razor implementation.
  • Switches clients to the Fluent Blue Light theme.
  • Standardizes form styling and tab height.

Reviewed changes

Copilot reviewed 26 out of 30 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
.gitignore Preserves the ASP.NET Core CSS placeholder.
Angular/angular.json Enables the Fluent theme.
Angular/src/app/app.component.html Adjusts tab height.
Angular/src/app/app.component.scss Updates form borders.
React/src/App.css Updates form borders.
React/src/App.tsx Enables Fluent and adjusts tab height.
Vue/src/App.vue Enables the Fluent theme.
Vue/src/components/FormContent.vue Updates tab height and borders.
jQuery/package.json Adds Vite.
jQuery/package-lock.json Locks Vite dependencies.
jQuery/src/index.css Updates form borders.
jQuery/src/index.html Enables the Fluent theme.
jQuery/src/index.js Adjusts tab height.
ASP.NET Core/.editorconfig Defines project formatting rules.
ASP.NET Core/ASP.NET Core.csproj Configures dependencies and asset copying.
ASP.NET Core/ASP.NET Core.sln Adds the solution.
ASP.NET Core/Controllers/HomeController.cs Serves form and error views.
ASP.NET Core/Models/FormData.cs Supplies example employee data.
ASP.NET Core/Program.cs Configures the MVC application.
ASP.NET Core/Readme.md Documents building and running.
ASP.NET Core/Views/Home/Index.cshtml Implements the Razor form.
ASP.NET Core/Views/Shared/Error.cshtml Adds the production error page.
ASP.NET Core/Views/Shared/_Layout.cshtml Loads client assets and layout.
ASP.NET Core/Views/_ViewImports.cshtml Imports Razor helpers.
ASP.NET Core/Views/_ViewStart.cshtml Selects the shared layout.
ASP.NET Core/appsettings.Development.json Configures development logging.
ASP.NET Core/appsettings.json Configures logging and hosts.
ASP.NET Core/package-lock.json Locks frontend dependencies.
ASP.NET Core/package.json Declares frontend dependencies.
ASP.NET Core/wwwroot/css/Site.css Adds a tracked CSS placeholder.
Files not reviewed (2)
  • ASP.NET Core/package-lock.json: Generated file
  • jQuery/package-lock.json: Generated file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread ASP.NET Core/ASP.NET Core.csproj Outdated
Comment thread ASP.NET Core/Models/FormData.cs Outdated
Comment thread ASP.NET Core/Readme.md Outdated

## Build and Run

Prerequisites: .NET 8 SDK, Node.js (for npm/gulp resource bundling).
Comment thread ASP.NET Core/Readme.md Outdated
dotnet build
```

Run (HTTPS on 5001, HTTP on 5000 by default):
Comment thread ASP.NET Core/ASP.NET Core.csproj Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants