Posts tagged as csharp
Dot Net 6 Kestrel Linux Configuration
To change the Kestrel configurations on dotnet 6 you need to do this on the program.cs
Exclude C# Integration Tests on GitHub Actions
If you have a test project and you want to exclude it from GitHub actions what you will do? You need to run the test with filter and put the…
API Endpoints Concept
Controllers are very old fashion and are not good on unit test so better to replace it with Endpoints Concept. Big thanks to my friend…
Nesting files on Visual Studio
Nesting files is very cool feature visual studio made so you can orgnize your files without use folder you can see it on Ardalis Endpoints…