Skip to content

Add Lua natives to the library #2

Add Lua natives to the library

Add Lua natives to the library #2

Triggered via pull request January 5, 2025 19:37
Status Failure
Total duration 46s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Laylua/Moon/Enums/LuaOperation.cs#L46
XML comment has badly formed XML -- 'The character(s) '<' cannot be used at this location.'
build: src/Laylua/Moon/GC/LuaGC.cs#L31
The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity
build: src/Laylua/Moon/Native/Extern/LuaNative.Delegates.cs#L33
Parameter 'tocont' has no matching param tag in the XML comment for 'LuaWarnFunction' (but other parameters do)
build: src/Laylua/Moon/Enums/LuaOperation.cs#L46
XML comment has badly formed XML -- 'The character(s) '<' cannot be used at this location.'
build: src/Laylua/Moon/GC/LuaGC.cs#L31
The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity
build: src/Laylua/Moon/Native/Extern/LuaNative.Delegates.cs#L33
Parameter 'tocont' has no matching param tag in the XML comment for 'LuaWarnFunction' (but other parameters do)
build: src/Laylua/Moon/Enums/LuaOperation.cs#L46
XML comment has badly formed XML -- 'The character(s) '<' cannot be used at this location.'
build: src/Laylua/Moon/Native/Laylua/LayluaNative.cs#L129
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
build: src/Laylua/Moon/Native/Laylua/LayluaNative.cs#L133
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
build: src/Laylua/Moon/Native/Laylua/LayluaNative.cs#L235
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.