I am a big fan of KUDU. Being able to run PowerShell commands where my code runs helps me to diagnose issues otherwise, it will be hard to handle. This power (Powershell) can be used the wrong way to manipulate the …
Matt Mercan Articles.
I have many builds, and not all use the same tasks (tools) to run the tests. I will try to cover collecting code coverage numbers inside of a build, and failing the build if percentages are lower than expected dotnet …
I am trying to get better at testing, on .NET Core I was getting better, but angular projects in SonarQube had always %0 test coverage. even angular has a built-in testing environment, I have never used it before.I use CI-CD …
While I was working on my side project Sentinel(https://github.com/mmercan/sentinel) I have several Dotnet Core projects, I have separate docker images for testing and I used dotnet test as below. They worked quite nicely and having no problem until there are …
VSTS has very highly customizable structure, every team project has a process (default Scrum or Agile) which can be changed. Especially if you have multiple projects with different requirements on project management wants to have different fields in their work …
What is Site Extensions Site extensions are web apps with a metadata file. Hosts with your Azure web apps and can be written with any language Azure web apps support. Site extensions share the same resources with your Azure Web …