Manuel Riezebosch
Manuel Riezebosch
I noticed when using sidekick to start the sidecar from an integration test the sidecar was not immediately able to handle requests. This was resolved by introducing a slight delay...
# Description THIS IS NOT THE SOLUTION YET! ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...
When I try to provision the same VM on different hosts at the same time the Enable-BoxstarterVM fails because both share the same DNS name. This computername is automatically [resolved](https://github.com/mwrock/boxstarter/blob/c5cc75385d9411d9587dc387a4a4aa4953cbc1cd/Boxstarter.HyperV/Enable-BoxstarterVM.ps1#L128)...
functional cohesion to ease navigation. It prevents you from jumping up and down in the solution explorer by placing the tests and the sut more close together. Give it a...
not a big one, but nice to have prelude everywhere in your project with the (not so new) `global using static` feature from C# 10.
Resolves #1776 ### Pull request checklist - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have been reviewed and added / updated...
Resolves #2156 ---- ### Before the change? * all exceptions are swallowed, even the json decode issue ### After the change? * 404 is allowed as status code (keeping current...
### Expected Behavior currently decode of json fails for certain response types, but since all exceptions that come out of the rest client are ignored there's just `null` stored in...
https://github.blog/changelog/2022-09-01-deprecating-learning-lab/ https://githubtraining.github.io/training-manual/#/app_supporting_learning_lab
I'm not sure what the status is of the [Microsoft.Azure.Functions.Extensions](https://www.nuget.org/packages/Microsoft.Azure.Functions.Extensions/) package, but from the [docs](https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection) it is still suggested. With the current implementation of the `UseWebJobsStartup` method you always get...