Christian Nagel

Results 13 comments of Christian Nagel

bonus chapter 3, directory SignalRAndWebHooks

updated with commit a437d20fd7048da2a2b7628356fb9aa4e811f3b7

@GreenEyedAndy - where do you have the information about the **EOS** string from? As part of the communication it shouldn't be an issue to send this string.

@GreenEyedAndy - you're right. I totally forgot the EOS in the sample. The sample is probably too simplified. As I'm updating the SignalR sample and the downloadable PDF file, I'm...

Updating a project generated with Prism to the newest stable version of Prism.Unity (7.2.0.1367) breaks the build. The 7. versions of Prism have dependencies to .NET Core 3 or .NET...

Please think about this scenario with one solution: ``` - Solution - App.Azure.AppHost - App.Prometheus.AppHost - App.Service1 - App.Service2 ``` Where both AppHost projects reference the same service projects but...

I have the same issue with dotnet publish in the WSL, without using Visual Studio: .NET version: 8.0.100-rc.1.23455.8 Start WSL - 2 (I'm using Ubuntu 22.04.2) 1. dotnet new webapiaot...

Hello @v-jaswel, Just checked the versions: same az version, but I had the containerapp version 0.3.11. I've updated the containerapp extension, retried it, and it's ok now without the `--replica-retry-limit`...

When I'm not using AddCosmosDB, the solution publishes successfully using the GitHub action. Adding AddCosmosDB is successful running it locally but fails with the GitHub action as described.

@rajeshkamal5050 - not completely, because I didn't add a Bicep file and let everything autogenerate. Maybe this could be an issue with the manifest coming from Aspire?