Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge .NET 8 Web Apps #6

Closed
wants to merge 2 commits into from
Closed

Merge .NET 8 Web Apps #6

wants to merge 2 commits into from

Conversation

kkamegawa
Copy link
Owner

This pull request includes the initial setup and configuration for a new ASP.NET Core MVC project targeting .NET 8.0. The most important changes include adding Razor Pages for error handling, home, and privacy, setting up the project structure and dependencies, and configuring the application pipeline.

Razor Pages Setup:

  • Added Error.cshtml and its corresponding model Error.cshtml.cs to handle application errors. [1] [2]
  • Added Index.cshtml and its corresponding model Index.cshtml.cs for the home page. [1] [2]
  • Added Privacy.cshtml and its corresponding model Privacy.cshtml.cs for the privacy policy page. [1] [2]

Project Configuration:

  • Created _Layout.cshtml for the shared layout and _ViewImports.cshtml for common directives. [1] [2]
  • Configured Program.cs to set up the application pipeline and services.
  • Added launchSettings.json for development environment configuration.

Static Assets and Styling:

  • Added initial CSS and JavaScript files in the wwwroot directory for styling and client-side functionality. [1] [2]
  • Included licenses for third-party libraries like Bootstrap and jQuery validation. [1] [2]

@kkamegawa kkamegawa linked an issue Aug 9, 2024 that may be closed by this pull request
@kkamegawa kkamegawa closed this Aug 9, 2024
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.

add .NET 8 Project and Azure Pipelines CI setting
1 participant