VoidPointer
VoidPointer
CC#
Created by VoidPointer on 1/22/2025 in #help
Appsettings not mapping to Options class
Sorry guys, the use of options in this project was royally screwed up be whoever tried it, so they reverted to manually reading env vars for cassandra, and mine weren't getting read. I'll close this now as a bad joke.
17 replies
CC#
Created by VoidPointer on 1/9/2025 in #help
Postman Scripts to Compare Responses
It is quite painful, hehe. Luckily our new principle engineer, like me, prefers .NET based integration tests, but he started the same day as me, still early days.
5 replies
CC#
Created by VoidPointer on 1/9/2025 in #help
Postman Scripts to Compare Responses
Thanks. I would much rather do tests from a C# integration test project, but it's a current team convention to use Postman, and I need to get a few basic tests running there before doing stuff my way. I am already running multiple services on separate ports, but we have two of each service, one for v4 and one for v5, and the pain point I mentioned is that each of these two has the same launchSettings.json, so my first idea is to have one start-up config for v4 projects, and run the collection using that start-up, then run it again using the start-up for v5 projects and compare the saved responses.
5 replies
CC#
Created by ægteemil on 7/13/2024 in #help
✅ Apply multiple attributes from custom attribute
I second @Anton 's base controller approach. Always worked great for me when I was still working with controllers.
12 replies