Skip to content

Commit 3936e8f

Browse files
committed
Updated generated cs.
1 parent 5ca5a33 commit 3936e8f

7 files changed

Lines changed: 21 additions & 7 deletions

File tree

CSharpToJavaScript/APIs/JS/Generated/callback.generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//06.03.2026 11:06:32
1+
//22.04.2026 19:18:40
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -9,6 +9,8 @@
99
#pragma warning disable CS8625
1010
//Ignore non-nullable property must contain a non-null value
1111
#pragma warning disable CS8618
12+
//Ignore 'Use the new keyword if hiding was intended.'
13+
#pragma warning disable CS0108
1214

1315
using static CSharpToJavaScript.APIs.JS.Ecma.GlobalObject;
1416
using CSharpToJavaScript.APIs.JS.Ecma;

CSharpToJavaScript/APIs/JS/Generated/dictionary.generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//06.03.2026 11:06:32
1+
//22.04.2026 19:18:40
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -9,6 +9,8 @@
99
#pragma warning disable CS8625
1010
//Ignore non-nullable property must contain a non-null value
1111
#pragma warning disable CS8618
12+
//Ignore 'Use the new keyword if hiding was intended.'
13+
#pragma warning disable CS0108
1214

1315
using static CSharpToJavaScript.APIs.JS.Ecma.GlobalObject;
1416
using CSharpToJavaScript.APIs.JS.Ecma;

CSharpToJavaScript/APIs/JS/Generated/enum.generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//06.03.2026 11:06:32
1+
//22.04.2026 19:18:40
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -9,6 +9,8 @@
99
#pragma warning disable CS8625
1010
//Ignore non-nullable property must contain a non-null value
1111
#pragma warning disable CS8618
12+
//Ignore 'Use the new keyword if hiding was intended.'
13+
#pragma warning disable CS0108
1214

1315
using static CSharpToJavaScript.APIs.JS.Ecma.GlobalObject;
1416
using CSharpToJavaScript.APIs.JS.Ecma;

CSharpToJavaScript/APIs/JS/Generated/interface-mixin.generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//06.03.2026 11:06:32
1+
//22.04.2026 19:18:40
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -9,6 +9,8 @@
99
#pragma warning disable CS8625
1010
//Ignore non-nullable property must contain a non-null value
1111
#pragma warning disable CS8618
12+
//Ignore 'Use the new keyword if hiding was intended.'
13+
#pragma warning disable CS0108
1214

1315
using static CSharpToJavaScript.APIs.JS.Ecma.GlobalObject;
1416
using CSharpToJavaScript.APIs.JS.Ecma;

CSharpToJavaScript/APIs/JS/Generated/interface.generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//06.03.2026 11:06:32
1+
//22.04.2026 19:18:40
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -9,6 +9,8 @@
99
#pragma warning disable CS8625
1010
//Ignore non-nullable property must contain a non-null value
1111
#pragma warning disable CS8618
12+
//Ignore 'Use the new keyword if hiding was intended.'
13+
#pragma warning disable CS0108
1214

1315
using static CSharpToJavaScript.APIs.JS.Ecma.GlobalObject;
1416
using CSharpToJavaScript.APIs.JS.Ecma;

CSharpToJavaScript/APIs/JS/Generated/namespace.generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//06.03.2026 11:06:32
1+
//22.04.2026 19:18:40
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -9,6 +9,8 @@
99
#pragma warning disable CS8625
1010
//Ignore non-nullable property must contain a non-null value
1111
#pragma warning disable CS8618
12+
//Ignore 'Use the new keyword if hiding was intended.'
13+
#pragma warning disable CS0108
1214

1315
using static CSharpToJavaScript.APIs.JS.Ecma.GlobalObject;
1416
using CSharpToJavaScript.APIs.JS.Ecma;

CSharpToJavaScript/APIs/JS/Generated/union.generated.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//06.03.2026 11:06:32
1+
//22.04.2026 19:18:40
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -9,6 +9,8 @@
99
#pragma warning disable CS8625
1010
//Ignore non-nullable property must contain a non-null value
1111
#pragma warning disable CS8618
12+
//Ignore 'Use the new keyword if hiding was intended.'
13+
#pragma warning disable CS0108
1214

1315
using static CSharpToJavaScript.APIs.JS.Ecma.GlobalObject;
1416
using CSharpToJavaScript.APIs.JS.Ecma;

0 commit comments

Comments
 (0)