asynchronous-injection
asynchronous-injection copied to clipboard
Sample code accompanying blog article
Just saw your NDC video. The presentation was fabulous but one thing struck me from the beginning - returning 500 if table is unavailable. For a client it looks like...
Perhaps `dotnet-xunit` can be removed from BookingApi.UnitTests.csproj(?) ```diff $ git diff diff --git a/BookingApi.UnitTests/BookingApi.UnitTests.csproj b/BookingApi.UnitTests/BookingApi.UnitTests.csproj index c6581aa..acd844c 100644 --- a/BookingApi.UnitTests/BookingApi.UnitTests.csproj +++ b/BookingApi.UnitTests/BookingApi.UnitTests.csproj @@ -17,7 +17,6 @@ - ``` ```bash $...