ASP.Net Core (9)
Apps, games & projects
ASP.NET Core workshop
A workshop where participants build an ASP.NET Core web app and API, then orchestrate it with Docker Compose. A branch per step keeps everyone on track.
2019
Build and test ASP.Net Core app in Docker via GitHub Actions
Building and testing an ASP.Net Core application in Docker using GitHub Actions is possible, but I would still use the regular method for a couple of reasons.
Build and test ASP.Net Core 3.0 app via GitHub Actions
GitHub Actions is a modern and easy way to keep your entire product lifecycle wihtin GitHub. Still early days though.
2018
Build an ASP.Net Core App with React and Docker Hosting
This post shows how to create an ASP.Net Core app with a React frontend and Docker hosting.
Error RZ3007, Targeted tag name cannot be null or whitespace
Updating ASP.Net Core 2.1 I had to remove
.dockerignore is your friend - remember to use it
In a .dockerignore, you can specify ignore rules and exceptions from these rules for files and folder. These won’t be included in the build context.
Run an ASP.Net app in Docker using a Multi-Stage Dockerfile
Using a multi-stage Dockerfile, building and testing also happen in a container. Thus only the Docker tools are needed to build and test the project.
Missing Assembly in App Dependencies Manifest
The nuget packages now targeted different versions of the runtime and the container did not contain them all.
ASP.NET Core web app running in containers orchestrated by Docker Compose
University lecture.