Latest post
Adding Hangfire to Episerver/Optimizely CMS 12
Episerver/Optimizely contains build ScheduledJobs support which does its job for internal EPI jobs and simple custom cases, however, when the app grows and we need more and more jobs it fails behind dedicated solutions.
Read more ...Add SonarCloud/SonarQube to Episerver/Optimizely 12 project using Github actions
In my previous post Add Github pipelines/workflows to Episerver 12 project I have briefly explained how to add simple pipeline/workflow to Episerver/Optimizely 12 project. Having project build for each PR and on main branch push is nice improvement, but we can make it even better. For this example I will add SonarCloud integration to my existing workflow from my previous post. You can see it on my Foundation fork - it will be using Github actions on each pull request and on main branch.
Read more ...Add Github pipelines/workflows to Episerver 12 project
With Episerver 12 moving to .NET 5/6 civilization come to devops handling of Episerver projects and we can easily integrate modern CI approaches using pipelines. For this example I will add simple building of my Foundation fork using Github version of pipelines called “workflows” on each pull request and on main branch.
Read more ...Episerver Foundation on Apple Silicon (M1)!
With introduction of .NET 6 Episerver/Optimizely packages developing it on M1 machine is now possible, however there are still some problems with initial configuration, but lets not go ahead of ourself.
Read more ...Recent posts
- July 28, 2022: Episerver Foundation on Apple Silicon (M1)!