Code Review Videos >

How To: Create a docker-compose File In A JetBrains Rider Project

This is one of those problems that is … well, 🤦‍♂️ face palming-ly easy 🤦‍♀️ when you see how it’s done. But I confess to spending ages trying to figure this out. And Google wasn’t much help, either. OK, so the problem is this: You want to create a new docker-compose.yaml file in your C# … Read more

How I Fixed: Feature ‘raw string literals’ is not available. Please use language version 11.0 or greater.

Until now I’ve been getting by right enough running .net version 6.0 on Ubuntu. However, today I wanted to use raw string literals, aka “”” quoted multi line strings: This involved installing .net 7.0 on Ubuntu, which was pretty easy honestly: And then: With that done: I then restarted Rider, and saw that it had … Read more