OrchardCore | Orchard Core is an open-source modular | Content Management System library

 by   OrchardCMS C# Version: v1.6.0 License: BSD-3-Clause

kandi X-RAY | OrchardCore Summary

kandi X-RAY | OrchardCore Summary

OrchardCore is a C# library typically used in Web Site, Content Management System, Framework applications. OrchardCore has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              OrchardCore has a medium active ecosystem.
              It has 6603 star(s) with 2161 fork(s). There are 343 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1227 open issues and 4849 have been closed. On average issues are closed in 99 days. There are 174 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of OrchardCore is v1.6.0

            kandi-Quality Quality

              OrchardCore has 0 bugs and 0 code smells.

            kandi-Security Security

              OrchardCore has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              OrchardCore code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              OrchardCore is licensed under the BSD-3-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              OrchardCore releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.
              OrchardCore saves you 129605 person hours of effort in developing the same functionality from scratch.
              It has 207134 lines of code, 0 functions and 5407 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of OrchardCore
            Get all kandi verified functions for this library.

            OrchardCore Key Features

            No Key Features are available at this moment for OrchardCore.

            OrchardCore Examples and Code Snippets

            No Code Snippets are available at this moment for OrchardCore.

            Community Discussions

            QUESTION

            Orchard Core - failed to load resources
            Asked 2022-Mar-29 at 22:06

            I am trying to create my own theme for Orchard Core based on bootstrap but it fails to load all of the resources, whether it's javascript or styles.

            This is my layout.liquid view

            ...

            ANSWER

            Answered 2022-Mar-29 at 22:06

            Remove wwwroot from your url. Instead of following

            Source https://stackoverflow.com/questions/71397679

            QUESTION

            My docker image is not seeing the enviornemnt variables when using the `--env` yet it sees with using docker-compose
            Asked 2022-Jan-16 at 22:38

            I created a docker image of my OrchardCore project. I tried to run it using the following command

            ...

            ANSWER

            Answered 2022-Jan-16 at 22:38

            Docker options need to go before the image name. Anything after the image name becomes a command for the image. So you need to do

            Source https://stackoverflow.com/questions/70734577

            QUESTION

            Http Post in Orchard Core asp net core Web App returns bad request
            Asked 2021-May-09 at 11:39

            I'm using Orchard core in asp net core web app project. I have a controller with two simple get and post Apis. As I'm using OrchardCore the Startup.cs file has different config and I dont use services.AddControllers() in configureServices. Every thing is fine untill I'm using HttpGet. But when I want to have an Api with HttpPost postMan says badRequest. So I Added services.AddControllers() in Startup.cs and the post Api was fine in post Man but the orchard project says I have multipe Endpoints. I used services.AddMvc().AddNewtonsoftJson(), and every thing was fine but the admin page didn't load and had error as below:

            InvalidOperationException: The view 'Index' was not found. The following locations were searched: /Areas/OrchardCore.AdminDashboard/Views/Dashboard/Index.cshtml /Areas/OrchardCore.AdminDashboard/Views/Shared/Index.cshtml /Views/Shared/Index.cshtml /Pages/Shared/Index.cshtml

            I wold appreciate it if you can help me how to call Post Api. here is my code:

            ...

            ANSWER

            Answered 2021-May-09 at 11:39

            You are probably missing an IgnoreAntiForgeryToken attribute on your controller.

            AntiForgery is enabled by default by OrchardCore

            For an ApiController in OrchardCore I would expect to see the controller decorated as follows.

            Source https://stackoverflow.com/questions/67457135

            QUESTION

            Orchard Disqus Feature
            Asked 2021-Apr-29 at 07:48

            I'm new to orchard core and I'm trying to create a blog. About a month ago creating comment in orchard was available by just enabling disqus feature but now it is not possible for me. I enabled the feature and added the part to the content and it just create a check box which says: Hide Comments and nothing more happen. can any one help me? thanks

            ps: I'm using asp net core 5 and orchardcore.application.cms.targets\1.0.0-rc2-16145\ and disqus.orchardcore\1.0.0-rc2-10019\

            ...

            ANSWER

            Answered 2021-Apr-29 at 07:48

            As mentionned in the Readme, you need to edit the settings of the Disqus Part and enter the name of the site that you created on https://disqus.com/.

            Source https://stackoverflow.com/questions/67294299

            QUESTION

            I'm trying to publish an ASP.NET Core, OrchardCore WebApp to Azure from GitHub but I'm getting errors
            Asked 2020-Dec-21 at 03:57

            Basically I'm trying to pblish that OrchardCore Project. https://www.youtube.com/watch?v=b6cn4trJpFk&t=71s It works well on local machine if I run it in visual studio. I could even configure the CMS to suit my needs.

            I could publish it to my Github.

            When I try to deploy it to azure I m not successful.

            I m using App service build service.

            The Deployment script ends with the following lines

            ...

            ANSWER

            Answered 2020-Dec-21 at 03:57

            Try follow the step which works on my side:

            1. Fork the sample project to your GitHub.

            2. Create a .net core web app on Azure portal.

            3. Navigate to your web app -> click Deploy center -> choose GitHub. 4. Waiting for the deployment. (It tooks 9 minutes on my side) 5. Browse to the endpoint to check if it works.

            Source https://stackoverflow.com/questions/65181503

            QUESTION

            Can I get a service from container before adding a DbContent to the services?
            Asked 2020-Jun-26 at 15:05

            I have an ASP.NET Core 3.1 based application. I would typically register my db content using something like this

            ...

            ANSWER

            Answered 2020-Jun-26 at 15:04

            AddDbContext comes with an overload for a callback that takes both IServiceProvider and DbContextOptionsBuilder.

            Here's an example that shows how to use it:

            Source https://stackoverflow.com/questions/62597305

            QUESTION

            How to set a custom coverage result file path when running dotnet test --collect "Code coverage"?
            Asked 2020-Apr-07 at 23:27

            I followed the instructions on http://tdc1tfsapp01:8080/tfs/DefaultCollection/SharpTop/_packaging?_a=package&feed=dayforce&package=OrchardCore.Cms.Web&version=1.0.20098.7+1bcd36b1f8efd5484af49f8ec39c21060a64391e&protocolType=NuGet and it does produce a binary coverage result file and surfaces a link to it on the build.

            But, I want to convert it to Cobertura in order to publish on the build itself. It is a rather convoluted process, where one needs to:

            1. Download the https://www.nuget.org/packages/Microsoft.CodeCoverage/ package and locate CodeCoverage.exe inside.
            2. Run CodeCoverage.exe to convert the binary coverage result to the respective XML.
            3. Install the reportgenerator dotnet tool
            4. Run the reportgenerator tool to convert that XML to Cobertura
            5. Finally we can publish to the build

            My problem is that I do not know where the binary result is placed during the build. So, my question is - can we customize its location?

            ...

            ANSWER

            Answered 2020-Apr-07 at 23:27

            Found it. Three things need to be done:

            1. Turn off automatic publishing the test results from the DotNetCoreCLI@2 test command. This prevents it from injecting its own result directory.
            2. Pass your own directory in the -r parameter.
            3. Add an explicit task to publish the test results.

            Here is how I run the tests:

            Source https://stackoverflow.com/questions/61089491

            QUESTION

            How do you create a taxonomy in Orchard Core?
            Asked 2020-Mar-03 at 06:46

            I'm trying to create a Taxonomy in Orchard Core.

            Ive read these docs, but David Hayden's blog post is missing exactly where you create a new Taxonomy. There must be a button do to this somewhere? (OR how to create a Taxonomy Content Type.)

            https://www.davidhayden.me/blog/taxonomies-in-orchard-core-cms https://docs.orchardcore.net/en/dev/docs/reference/modules/Taxonomies/

            The Taxonomy 'feature' is enabled and I've created a 'Content Type' for the items, but no idea how to create a Taxonomy to assign these to.

            I'm using the version on the DEV channel. (Currently rc1-12174)

            ...

            ANSWER

            Answered 2020-Mar-03 at 06:46

            Taxonomies are content items. Go under Content / Content Items, then expand the "New" drop-down on the top-right and select "Taxonomy".

            Source https://stackoverflow.com/questions/60454941

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install OrchardCore

            Clone the repository using the command git clone https://github.com/OrchardCMS/OrchardCore.git and checkout the main branch.

            Support

            The documentation can be accessed here: https://docs.orchardcore.net/.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/OrchardCMS/OrchardCore.git

          • CLI

            gh repo clone OrchardCMS/OrchardCore

          • sshUrl

            git@github.com:OrchardCMS/OrchardCore.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Content Management System Libraries

            Try Top Libraries by OrchardCMS

            Orchard

            by OrchardCMSC#

            OrchardCore.Samples

            by OrchardCMSHTML

            OrchardCore.Commerce

            by OrchardCMSC#

            OrchardDoc

            by OrchardCMSHTML

            TheBootstrapMachine

            by OrchardCMSCSS