Skip to content

Commit

Permalink
fix: Ensure that JSImport/JSExport use fully qualified name for Debug…
Browse files Browse the repository at this point in the history
…gerNonUserCode (#84725)
  • Loading branch information
jeromelaban authored Apr 13, 2023
1 parent d0a287a commit 42c6bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static class Constants
public const string JSImportAttribute = "System.Runtime.InteropServices.JavaScript.JSImportAttribute";
public const string JSExportAttribute = "System.Runtime.InteropServices.JavaScript.JSExportAttribute";
public const string JavaScriptMarshal = "System.Runtime.InteropServices.JavaScript.JavaScriptMarshal";
public const string DebuggerNonUserCodeAttribute = "System.Diagnostics.DebuggerNonUserCode";
public const string DebuggerNonUserCodeAttribute = "global::System.Diagnostics.DebuggerNonUserCode";

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

0 comments on commit 42c6bcf

Please sign in to comment.