Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
bruno-garcia authored Feb 13, 2025
commit 56b082afb702962a1531c59e889170bc36b22f72
4 changes: 2 additions & 2 deletions platform-includes/troubleshooting/dotnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ using SentrySession = Sentry.Session;

Then `SentrySession` can be used instead of `Sentry.Session`.

### VS Hot Restart isn't compatible with static assemblies
### Visual Studio Hot Restart Incompatibility

Attempting to build a .NET MAUI iOS app will result in an error if you use Visual Studio Hot Restart when developing on Windows with a remote mac:
Attempting to build a .NET MAUI iOS app will result in an error if you use Visual Studio Hot Restart when developing on Windows with a remote Mac:

> The xcframework sentry.bindings.cocoa\5.0.1\lib\net8.0-ios17.0\Sentry.Bindings.Cocoa.resources.zip has an incorrect or unknown format and cannot be processed.

Expand Down
Loading