Practical .NET, clean architecture, and notes from production. Things I’ve actually shipped, not theory I read about somewhere else. If a post is useful, the mailing list catches the next one when it goes out.
You no longer need a Dockerfile
The .Net 7 release is bringing a lot of changes, and one of the most significant is the removal of the need for a Dockerfile. Container images are now a …