<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to troubleshoot and debug with the Dapr .NET SDK on Dapr Docs</title><link>https://v1-18.docs.dapr.io/developing-applications/sdks/dotnet/dotnet-troubleshooting/</link><description>Recent content in How to troubleshoot and debug with the Dapr .NET SDK on Dapr Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://v1-18.docs.dapr.io/developing-applications/sdks/dotnet/dotnet-troubleshooting/index.xml" rel="self" type="application/rss+xml"/><item><title>Troubleshoot Pub/Sub with the .NET SDK</title><link>https://v1-18.docs.dapr.io/developing-applications/sdks/dotnet/dotnet-troubleshooting/dotnet-troubleshooting-pubsub/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/sdks/dotnet/dotnet-troubleshooting/dotnet-troubleshooting-pubsub/</guid><description>&lt;h1 id="troubleshooting-pubsub">Troubleshooting Pub/Sub&lt;/h1>
&lt;p>The most common problem with pub/sub is that the pub/sub endpoint in your application is not being called.&lt;/p>
&lt;p>There are a few layers to this problem with different solutions:&lt;/p>
&lt;ul>
&lt;li>The application is not receiving any traffic from Dapr&lt;/li>
&lt;li>The application is not registering pub/sub endpoints with Dapr&lt;/li>
&lt;li>The pub/sub endpoints are registered with Dapr, but the request is not reaching the desired endpoint&lt;/li>
&lt;/ul>
&lt;h2 id="step-1-turn-up-the-logs">Step 1: Turn up the logs&lt;/h2>
&lt;p>&lt;strong>This is important. Future steps will depend on your ability to see logging output. ASP.NET Core logs almost nothing with the default log settings, so you will need to change it.&lt;/strong>&lt;/p></description></item></channel></rss>