dotnet-script (12)
Apps, games & projects
Jekyll YAML front matter validator
A dotnet script that validates Jekyll YAML front matter so a blog builds correctly, checking categories, layout, title, description, date, image and tags.
dotnet-script Docker image
Run C# scripts with nothing but Docker installed. This image makes running dotnet-script easier than ever.
Cloudflare Cache Purger
A dotnet script that purges the relevant pages from Cloudflare's cache when a new post is added to a Jekyll repository.
Comics Downloader
A dotnet script that downloads comics from comics.io, from a chosen strip until the end, and can combine them into a .cbz archive.
2020
Wishing you all a very Bekk Christmas
Bekk is sharing 10 articles and a podcast episode every day until Christmas Eve!
2019
Jekyll YAML front matter validator
A simple script that validates Jekyll YAML front matter according to specific rules verifying that a Jekyll blog will build correctly.
2018
Why You Shouldn't Commit launch.json to Git - A Guide
Running dotnet script init in a folder already containing main.csx missing launch.json creates a launch.json file fitted to your local install of dotnet script
Converting a HTML table to Markdown using dotnet script
Parsing HTML can be a pain, but HtmlAgilityPack together with dotnet script make it a breeze!
The application to execute does not exist
When debugging a dotnet-script from Visual Studio Code, make sure launch.json contains the path to actually installed version of dotnet-script.
Purge Cloudflare cache on new Jekyll posts
A simple script written in dotnet script which purges changed pages from the Cloudflare cache when adding a new post to Jekyll.
2017
Comics Downloader - simple script for downloading comics
Comics Downloader is a dotnet script that will download comics from comics.io.
2016
Scriptcs IntelliSense in Visual Studio Code
Scriptcs IntelliSense in Visual Studio Code