Allowing Kiro-CLI to debug C#
Let's configure Kiro-CLI to debug C# code.
I'm a Cloud Solution Architect, Speaker, Teacher, Learner, Engineer, Craftsman, Whovian with his head in the Cloud.
Let's configure Kiro-CLI to debug C# code.
Kiro CLI doens't support C#/Roslyn LSP out of the box, but we can add ourselves.
Rule of Simplicity: Design for simplicity; add complexity only where you must.
Communication between services can be costly in more ways than one. Let's compare Rest/JSON and gRPC/Protobuf.
The Rule of Clarity: Clarity Is Better Than Cleverness
Containers are a handy way to package your application. Let's take a look at using them for monoliths.
Let's take a look at using MongoDB in AspNet Core applications.
I was getting a `NullReferenceException` when trying to use TestContainers inside a devcontainer.
Rule of Modularity: Write simple parts connected by clean interfaces.