Replace PVS dictionaries with an array #11366
Annotations
7 errors and 21 warnings
build (ubuntu-latest):
Robust.Server/GameStates/PvsSystem.Session.cs#L199
'PvsSession' does not contain a definition for 'Entities' and no accessible extension method 'Entities' accepting a first argument of type 'PvsSession' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
Robust.Server/GameStates/PvsSystem.Session.cs#L199
'PvsSession' does not contain a definition for 'Entities' and no accessible extension method 'Entities' accepting a first argument of type 'PvsSession' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest)
Process completed with exit code 1.
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (macos-latest)
The operation was canceled.
|
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (ubuntu-latest):
Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build (ubuntu-latest):
Robust.Shared/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
build (ubuntu-latest):
Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
|
build (ubuntu-latest):
Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
|
build (ubuntu-latest):
Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L293
'SharedTransformSystem.AnchorEntity(EntityUid, TransformComponent, MapGridComponent)' is obsolete: 'Use Entity<T> variants'
|
build (ubuntu-latest):
Robust.Shared/Toolshed/TypeParsers/EnumTypeParser.cs#L49
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.
|
build (ubuntu-latest):
Robust.Shared/Toolshed/TypeParsers/BoolTypeParser.cs#L52
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.
|
build (ubuntu-latest):
Robust.Shared/Toolshed/TypeParsers/EntityTypeParser.cs#L39
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.
|
build (ubuntu-latest):
Robust.Shared/CPUJob/JobQueues/Job.cs#L187
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
build (ubuntu-latest):
Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L591
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
build (macos-latest):
cefglue/CefGlue/Interop/libcef.win.cs#L16
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
cefglue/CefGlue/Interop/libcef.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
cefglue/CefGlue/Interop/libcef.string_list.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
cefglue/CefGlue/Interop/libcef.string_map.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
cefglue/CefGlue/Interop/libcef.string_multimap.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
cefglue/CefGlue/Interop/libcef.string.cs#L20
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
cefglue/CefGlue/Interop/libcef.time.cs#L13
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
cefglue/CefGlue/Interop/libcef.g.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
cefglue/CefGlue/Interop/version.g.cs#L10
The type name 'libcef' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-latest):
Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|