|
@@ -22,7 +22,11 @@ internal readonly struct SourceCodePath(StackFrame frame)
|
|
|
// TODO: revise for dotnet 9
|
|
// TODO: revise for dotnet 9
|
|
|
if (CompanionService.IsDocumentHotReloaded)
|
|
if (CompanionService.IsDocumentHotReloaded)
|
|
|
return null;
|
|
return null;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ #else
|
|
|
|
|
+
|
|
|
|
|
+ return null;
|
|
|
|
|
+
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
var stackTrace = new StackTrace(true);
|
|
var stackTrace = new StackTrace(true);
|