Skip to content

Commit 42c6bcf

Browse files
authored
fix: Ensure that JSImport/JSExport use fully qualified name for DebuggerNonUserCode (#84725)
1 parent d0a287a commit 42c6bcf

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Runtime.InteropServices.JavaScript/gen/JSImportGenerator

1 file changed

+1
-1
lines changed

src/libraries/System.Runtime.InteropServices.JavaScript/gen/JSImportGenerator/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal static class Constants
1010
public const string JSImportAttribute = "System.Runtime.InteropServices.JavaScript.JSImportAttribute";
1111
public const string JSExportAttribute = "System.Runtime.InteropServices.JavaScript.JSExportAttribute";
1212
public const string JavaScriptMarshal = "System.Runtime.InteropServices.JavaScript.JavaScriptMarshal";
13-
public const string DebuggerNonUserCodeAttribute = "System.Diagnostics.DebuggerNonUserCode";
13+
public const string DebuggerNonUserCodeAttribute = "global::System.Diagnostics.DebuggerNonUserCode";
1414

1515
public const string JSFunctionSignatureGlobal = "global::System.Runtime.InteropServices.JavaScript.JSFunctionBinding";
1616
public const string JSMarshalerArgumentGlobal = "global::System.Runtime.InteropServices.JavaScript.JSMarshalerArgument";

0 commit comments

Comments
 (0)