Posts Category 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…