You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-includes/troubleshooting/dotnet.mdx
+8
Original file line number
Diff line number
Diff line change
@@ -50,3 +50,11 @@ using SentrySession = Sentry.Session;
50
50
```
51
51
52
52
Then `SentrySession` can be used instead of `Sentry.Session`.
53
+
54
+
### Visual Studio Hot Restart Incompatibility
55
+
56
+
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:
57
+
58
+
> 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.
59
+
60
+
This happens because Hot Restart does not support static iOS libraries or frameworks containing static libraries, as detailed in the [Microsoft documentation](https://learn.microsoft.com/en-us/dotnet/maui/ios/hot-restart?view=net-maui-9.0#limitations).
0 commit comments