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

vNext (v2.0.0) #25

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open

vNext (v2.0.0) #25

wants to merge 17 commits into from

Conversation

Cryptoc1
Copy link
Contributor

@Cryptoc1 Cryptoc1 commented Dec 21, 2021

The following PR contains various modifications to the solution.

Key Changes

  • Reduce N-Layer complexity with "Mvc Feature Libraries" architecture
  • Target latest Xperience Hotfix
  • Target net6.0
    • Latest LangVersion and Analyzers
    • file-blocked namespaces
    • implicit usings
    • nullables
  • Improved SEO features
    • Metadata/OpenGraph Components
    • Sitemap/Robots
    • JSON-LD/Schema.org, via Schema.NET
  • Improved Error handling
  • Global ResponseCaching
    • NOTE: requires usage of explicit action parameter binding source attributes (FromQueryAttribute, FromBodyAttribute, FromFormAttribute, etc)
    • Includes StaticFiles caching
  • Global OutputMinification
    • via WebMarkupMin
    • includes inline style and script elements

Future Goals (v2.*)

  • Improve client-ui build+publish/dev ux for Mvc Feature Libraries
  • Unit+Integration Tests
  • ApplicationInsights+ASP.NET Core HealthChecks

Copy link

@mwebb387 mwebb387 left a comment

Choose a reason for hiding this comment

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

A lot of great work and documentation here. I like the update/simplification to the folder structure as well.

@tstaufferbzs
Copy link

CMSApp.sln is pointing to the wrong proj file. Not sure where in the code that is.

@benbuurstra benbuurstra removed their request for review May 18, 2022 15:23
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.

None yet

4 participants