Skip to content

chore: add more annotations to routes and sort some files #796

chore: add more annotations to routes and sort some files

chore: add more annotations to routes and sort some files #796

Triggered via pull request January 13, 2025 21:53
Status Failure
Total duration 6m 18s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L164
'Player' does not contain a definition for 'Fetch'
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L164
Cannot infer the type of implicitly-typed deconstruction variable '_'.
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L164
Cannot infer the type of implicitly-typed discard.
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L164
Cannot infer the type of implicitly-typed deconstruction variable 'player'.
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L206
'Player' does not contain a definition for 'Fetch'
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L206
Cannot infer the type of implicitly-typed deconstruction variable '_'.
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L206
Cannot infer the type of implicitly-typed discard.
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L206
Cannot infer the type of implicitly-typed deconstruction variable 'player'.
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L243
'Player' does not contain a definition for 'Fetch'
build: Intersect.Server/Web/RestApi/Routes/V1/GuildController.cs#L243
Cannot infer the type of implicitly-typed deconstruction variable '_'.
build: vendor/dockpanelsuite/WinFormsUI/Docking/DockPanel.cs#L13
The type name 'resfinder' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: vendor/dockpanelsuite/WinFormsUI/Docking/DockPanel.cs#L13
The type name 'resfinder' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: Framework/Intersect.Framework.Core/GameObjects/Annotations/EditorFormattedAttribute.cs#L7
The using directive for 'Intersect.Logging' appeared previously in this namespace
build: Framework/Intersect.Framework.Core/Color.cs#L7
'Color' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: Framework/Intersect.Framework.Core/Color.cs#L7
'Color' defines operator == or operator != but does not override Object.GetHashCode()
build: Framework/Intersect.Framework.Core/ColorF.cs#L4
'ColorF' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: Framework/Intersect.Framework.Core/Descriptors/GameObjectTypeExtensions.cs#L20
Possible null reference argument for parameter 'name' in 'MemberInfo[] Type.GetMember(string name)'.
build: Framework/Intersect.Framework.Core/Descriptors/GameObjectTypeExtensions.cs#L66
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type, params object?[]? args)'.
build: Framework/Intersect.Framework.Core/Collections/DatabaseObjectLookup.cs#L228
The result of the expression is always 'false' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
build: Framework/Intersect.Framework.Core/Config/Options.cs#L252
Dereference of a possibly null reference.