Dear Tristan, first of all, I would like to thank you greatly for your reactivity to my previous posts. Today, I have a 2-in-1 issue for you. See the code below: When using the [A] lines, the compiler ...
I am using configuration classes in my ASP.NET Core application, that are then injected for dependency injection via the IOptions interface. The configuration classes I want to be read-only. Since I ...