AngelVasilev
AngelVasilev
I get the same error. When I debug, the debugger goes to my Startup.cs, not the TestStartup.cs and it takes the settings from there and they are null.
Here is a link to the entire project - https://github.com/AchoVasilev/Oversteer-Web-Project . I did end up using xUnit in the end due to the project deadline, but would still like to...
I recently migrated a Java project to Kotlin and I had the same problem. Note that I am using Gradle. I added to the plugins { id("com.google.devtools.ksp") version "1.9.21-1.0.15" }...