Compiler command line arguments and PreCompile reference name #2557
ci-pipeline.yml
on: pull_request
Check CI Clearance
0s
Matrix: Build DMAPI
Matrix: Build DMAPI (OpenDream)
Matrix: Linux Tests
Matrix: Windows Tests
Code Scanning
5m 47s
Build gh-pages
6m 46s
Build Docker Image
4m 51s
Build .deb Package
5m 6s
Build Windows Installer .exe
8m 27s
Check winget-pkgs Pull Request Template is up to date
2m 50s
Matrix: Windows Live Tests
Matrix: Linux Live Tests
Deploy Nuget Packages
0s
Ensure TGS Release is Latest GitHub Release
0s
Regenerate Changelog
0s
Deploy TGS (Docker)
0s
Deploy TGS (PPA)
0s
Deploy TGS (winget)
0s
Annotations
181 warnings
Build DMAPI (OpenDream) (master)
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
|
Build DMAPI (OpenDream) (master)
XML comment has badly formed XML -- 'Required white space was missing.'
|
Build DMAPI (OpenDream) (master)
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
|
Build DMAPI (OpenDream) (master)
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build DMAPI (OpenDream) (master)
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build DMAPI (OpenDream) (master)
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build DMAPI (OpenDream) (master)
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build DMAPI (OpenDream) (master)
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build DMAPI (OpenDream) (master)
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build DMAPI (OpenDream) (master)
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime.Platform'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime.ChromeVersion'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime.ExecuteProcess(CefMainArgs, CefApp)'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime.Initialize(CefMainArgs, CefSettings, CefApp)'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime.CreateUrl(CefUrlParts, out string)'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime.Base64Encode(byte[], int, int)'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime.Base64Encode(byte[])'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntime.ParseJson(IntPtr, int, CefJsonParserOptions)'
|
Build DMAPI (OpenDream) (tgs-min-compat)
Missing XML comment for publicly visible type or member 'CefRuntimePlatform'
|
Linux Live Tests (MariaDB, Basic, Release)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (MariaDB, Basic, Release)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MariaDB, Basic, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MariaDB, Basic, Release)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MariaDB, Basic, Release)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (MariaDB, Basic, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MariaDB, Basic, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MariaDB, Basic, Release)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (MariaDB, Basic, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MariaDB, Basic, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MariaDB, Basic, Debug)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (MariaDB, Basic, Debug)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MariaDB, Basic, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MariaDB, Basic, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MariaDB, Basic, Debug)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (MariaDB, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MariaDB, Basic, Debug)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MariaDB, Basic, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MariaDB, Basic, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MariaDB, Basic, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (PostgresSql, Basic, Debug)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (PostgresSql, Basic, Debug)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (PostgresSql, Basic, Debug)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (PostgresSql, Basic, Debug)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (PostgresSql, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (PostgresSql, Basic, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (PostgresSql, Basic, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (PostgresSql, Basic, Debug)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (PostgresSql, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (PostgresSql, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MySql, Advanced, Release)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (MySql, Advanced, Release)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MySql, Advanced, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MySql, Advanced, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MySql, Advanced, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MySql, Advanced, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MySql, Advanced, Release)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MySql, Advanced, Release)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (MySql, Advanced, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MySql, Advanced, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MariaDB, Advanced, Debug)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (MariaDB, Advanced, Debug)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MariaDB, Advanced, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MariaDB, Advanced, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MariaDB, Advanced, Debug)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (MariaDB, Advanced, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MariaDB, Advanced, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MariaDB, Advanced, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MariaDB, Advanced, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MariaDB, Advanced, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MySql, Basic, Debug)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (MySql, Basic, Debug)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MySql, Basic, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MySql, Basic, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MySql, Basic, Debug)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (MySql, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MySql, Basic, Debug)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MySql, Basic, Debug)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (MySql, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MySql, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MariaDB, Advanced, Release)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (MariaDB, Advanced, Release)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MariaDB, Advanced, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MariaDB, Advanced, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MariaDB, Advanced, Release)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (MariaDB, Advanced, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MariaDB, Advanced, Release)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MariaDB, Advanced, Release)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (MariaDB, Advanced, Release)
'TransformComponent.WorldMatrix' is obsolete: 'Use the system method instead'
|
Linux Live Tests (MariaDB, Advanced, Release)
Unreachable code detected
|
Linux Live Tests (PostgresSql, Advanced, Debug)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (PostgresSql, Advanced, Debug)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (PostgresSql, Advanced, Debug)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (PostgresSql, Advanced, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (PostgresSql, Advanced, Debug)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (PostgresSql, Advanced, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (PostgresSql, Advanced, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (PostgresSql, Advanced, Debug)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (PostgresSql, Advanced, Debug)
'TransformComponent.WorldMatrix' is obsolete: 'Use the system method instead'
|
Linux Live Tests (PostgresSql, Advanced, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (PostgresSql, Advanced, Release)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (PostgresSql, Advanced, Release)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (PostgresSql, Advanced, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (PostgresSql, Advanced, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (PostgresSql, Advanced, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (PostgresSql, Advanced, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (PostgresSql, Advanced, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (PostgresSql, Advanced, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (PostgresSql, Advanced, Release)
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
Linux Live Tests (PostgresSql, Advanced, Release)
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
Linux Live Tests (Sqlite, Advanced, Debug)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (Sqlite, Advanced, Debug)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (Sqlite, Advanced, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (Sqlite, Advanced, Debug)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (Sqlite, Advanced, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (Sqlite, Advanced, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (Sqlite, Advanced, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (Sqlite, Advanced, Debug)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (Sqlite, Advanced, Debug)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (Sqlite, Advanced, Debug)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (Sqlite, Advanced, Release)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (Sqlite, Advanced, Release)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (Sqlite, Advanced, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (Sqlite, Advanced, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (Sqlite, Advanced, Release)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (Sqlite, Advanced, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (Sqlite, Advanced, Release)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (Sqlite, Advanced, Release)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (Sqlite, Advanced, Release)
'TransformComponent.WorldMatrix' is obsolete: 'Use the system method instead'
|
Linux Live Tests (Sqlite, Advanced, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (PostgresSql, Basic, Release)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (PostgresSql, Basic, Release)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (PostgresSql, Basic, Release)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (PostgresSql, Basic, Release)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (PostgresSql, Basic, Release)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (PostgresSql, Basic, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (PostgresSql, Basic, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (PostgresSql, Basic, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (PostgresSql, Basic, Release)
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
Linux Live Tests (PostgresSql, Basic, Release)
'TransformComponent.InvWorldMatrix' is obsolete: 'Use the system method instead'
|
Linux Live Tests (MySql, Basic, Release)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (MySql, Basic, Release)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MySql, Basic, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MySql, Basic, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (MySql, Basic, Release)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (MySql, Basic, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MySql, Basic, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MySql, Basic, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MySql, Basic, Release)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Linux Live Tests (MySql, Basic, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MySql, Advanced, Debug)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (MySql, Advanced, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MySql, Advanced, Debug)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MySql, Advanced, Debug)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (MySql, Advanced, Debug)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (MySql, Advanced, Debug)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (MySql, Advanced, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MySql, Advanced, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (MySql, Advanced, Debug)
'MetaDataComponent.EntityPrototype.set' is obsolete: 'Use MetaDataSystem.SetEntityPrototype'
|
Linux Live Tests (MySql, Advanced, Debug)
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
Linux Live Tests (Sqlite, Basic, Debug)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (Sqlite, Basic, Debug)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (Sqlite, Basic, Debug)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (Sqlite, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (Sqlite, Basic, Debug)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (Sqlite, Basic, Debug)
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
Linux Live Tests (Sqlite, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (Sqlite, Basic, Debug)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (Sqlite, Basic, Debug)
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
Linux Live Tests (Sqlite, Basic, Debug)
'TransformComponent.InvWorldMatrix' is obsolete: 'Use the system method instead'
|
Linux Live Tests (Sqlite, Basic, Release)
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Linux Live Tests (Sqlite, Basic, Release)
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (Sqlite, Basic, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (Sqlite, Basic, Release)
The '&' operator should not be used on parameters or local variables in async methods.
|
Linux Live Tests (Sqlite, Basic, Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Linux Live Tests (Sqlite, Basic, Release)
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
|
Linux Live Tests (Sqlite, Basic, Release)
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Linux Live Tests (Sqlite, Basic, Release)
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
Linux Live Tests (Sqlite, Basic, Release)
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
Linux Live Tests (Sqlite, Basic, Release)
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
Upload Code Coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ServerConsole
Expired
|
33.4 MB |
|
ServerService
Expired
|
48.4 MB |
|
ServerUpdatePackage
Expired
|
31.1 MB |
|
linux-integration-test-coverage-Debug-Advanced-MariaDB
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Debug-Advanced-MySql
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Debug-Advanced-PostgresSql
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Debug-Advanced-Sqlite
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Debug-Basic-MariaDB
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Debug-Basic-MySql
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Debug-Basic-PostgresSql
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Debug-Basic-Sqlite
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Release-Advanced-MariaDB
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Release-Advanced-MySql
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Release-Advanced-PostgresSql
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Release-Advanced-Sqlite
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Release-Basic-MariaDB
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Release-Basic-MySql
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Release-Basic-PostgresSql
Expired
|
1.05 MB |
|
linux-integration-test-coverage-Release-Basic-Sqlite
Expired
|
1.05 MB |
|
linux-unit-test-coverage-Debug
Expired
|
2.08 MB |
|
linux-unit-test-coverage-Release
Expired
|
2.03 MB |
|
openapi-spec
Expired
|
18.2 KB |
|
packaging-debian
Expired
|
26.3 MB |
|
packaging-preview-windows
Expired
|
41.4 MB |
|
windows-integration-test-coverage-Debug-Advanced-MariaDB
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Advanced-MySql
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Advanced-PostgresSql
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Advanced-SqlServer
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Advanced-Sqlite
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Basic-MariaDB
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Basic-MySql
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Basic-PostgresSql
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Basic-SqlServer
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Debug-Basic-Sqlite
Expired
|
1.06 MB |
|
windows-integration-test-coverage-Release-Advanced-MariaDB
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Advanced-MySql
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Advanced-PostgresSql
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Advanced-SqlServer
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Advanced-Sqlite
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Basic-MariaDB
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Basic-MySql
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Basic-PostgresSql
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Basic-SqlServer
Expired
|
1.04 MB |
|
windows-integration-test-coverage-Release-Basic-Sqlite
Expired
|
1.04 MB |
|
windows-integration-test-logs-Debug-Advanced-MariaDB
Expired
|
1.05 KB |
|
windows-integration-test-logs-Debug-Advanced-MySql
Expired
|
1.28 KB |
|
windows-integration-test-logs-Debug-Advanced-PostgresSql
Expired
|
1.05 KB |
|
windows-integration-test-logs-Debug-Advanced-SqlServer
Expired
|
1.05 KB |
|
windows-integration-test-logs-Debug-Advanced-Sqlite
Expired
|
1.61 KB |
|
windows-integration-test-logs-Debug-Basic-MariaDB
Expired
|
1.05 KB |
|
windows-integration-test-logs-Debug-Basic-MySql
Expired
|
1.06 KB |
|
windows-integration-test-logs-Debug-Basic-PostgresSql
Expired
|
1.04 KB |
|
windows-integration-test-logs-Debug-Basic-SqlServer
Expired
|
1.05 KB |
|
windows-integration-test-logs-Debug-Basic-Sqlite
Expired
|
1.05 KB |
|
windows-integration-test-logs-Release-Advanced-MariaDB
Expired
|
1.06 KB |
|
windows-integration-test-logs-Release-Advanced-MySql
Expired
|
1.05 KB |
|
windows-integration-test-logs-Release-Advanced-PostgresSql
Expired
|
1.05 KB |
|
windows-integration-test-logs-Release-Advanced-SqlServer
Expired
|
1.05 KB |
|
windows-integration-test-logs-Release-Advanced-Sqlite
Expired
|
1.05 KB |
|
windows-integration-test-logs-Release-Basic-MariaDB
Expired
|
1.05 KB |
|
windows-integration-test-logs-Release-Basic-MySql
Expired
|
1.05 KB |
|
windows-integration-test-logs-Release-Basic-PostgresSql
Expired
|
1.05 KB |
|
windows-integration-test-logs-Release-Basic-SqlServer
Expired
|
1.06 KB |
|
windows-integration-test-logs-Release-Basic-Sqlite
Expired
|
1.05 KB |
|
windows-unit-test-coverage-Debug
Expired
|
2.11 MB |
|
windows-unit-test-coverage-Release
Expired
|
2.06 MB |
|