Skip to content

fixes

913db2e
Select commit
Loading
Failed to load commit list.
Merged

Add new networking #2051

fixes
913db2e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 14, 2026 in 3s

13 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 12 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 137 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

Constant condition Warning

Condition is always not null because of
... != ...
.

Check notice on line 89 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Cast Note

This foreach loop immediately
casts its iteration variable to another type
- consider casting the sequence explicitly using '.Cast(...)'.

Check notice on line 86 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 88 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 120 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 121 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 122 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 123 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 131 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 178 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 181 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 184 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.

Check notice on line 188 in tools/NosCore.DtoGenerator/DtoGenerator.cs

See this annotation in the file changed.

Code scanning / CodeQL

String concatenation in loop Note

String concatenation in loop: use 'StringBuilder'.