first implementation for Non-rendered layers #276
Annotations
10 errors and 15 warnings
build:
Project-Aurora/Plugin-Example/Layers/ExampleLayerHandler.cs#L22
Cannot create an instance of the abstract type or interface 'EffectLayer'
|
build:
Project-Aurora/Plugin-Example/Layers/ExampleLayerHandler.cs#L13
There is no argument given that corresponds to the required parameter 'name' of 'LayerHandler<LayerHandlerProperties>.LayerHandler(string)'
|
build:
Project-Aurora/MemoryAccessProfiles/Profiles/ResidentEvil2/Layers/ResidentEvil2RankLayerHandler.cs#L35
Cannot create an instance of the abstract type or interface 'EffectLayer'
|
build:
Project-Aurora/MemoryAccessProfiles/Profiles/ResidentEvil2/Layers/ResidentEvil2RankLayerHandler.cs#L26
There is no argument given that corresponds to the required parameter 'name' of 'LayerHandler<ResidentEvil2RankLayerHandlerProperties>.LayerHandler(string)'
|
build:
Project-Aurora/MemoryAccessProfiles/Profiles/ResidentEvil2/Layers/ResidentEvil2HealthLayerHandler.cs#L76
Cannot create an instance of the abstract type or interface 'EffectLayer'
|
build:
Project-Aurora/MemoryAccessProfiles/Profiles/ResidentEvil2/Layers/ResidentEvil2HealthLayerHandler.cs#L120
'EffectLayer' does not contain a definition for 'GetGraphics' and no accessible extension method 'GetGraphics' accepting a first argument of type 'EffectLayer' could be found (are you missing a using directive or an assembly reference?)
|
build:
Project-Aurora/MemoryAccessProfiles/Profiles/ResidentEvil2/Layers/ResidentEvil2HealthLayerHandler.cs#L125
'EffectLayer' does not contain a definition for 'GetGraphics' and no accessible extension method 'GetGraphics' accepting a first argument of type 'EffectLayer' could be found (are you missing a using directive or an assembly reference?)
|
build:
Project-Aurora/MemoryAccessProfiles/Profiles/ResidentEvil2/Layers/ResidentEvil2HealthLayerHandler.cs#L130
'EffectLayer' does not contain a definition for 'GetGraphics' and no accessible extension method 'GetGraphics' accepting a first argument of type 'EffectLayer' could be found (are you missing a using directive or an assembly reference?)
|
build:
Project-Aurora/MemoryAccessProfiles/Profiles/ResidentEvil2/Layers/ResidentEvil2HealthLayerHandler.cs#L135
'EffectLayer' does not contain a definition for 'GetGraphics' and no accessible extension method 'GetGraphics' accepting a first argument of type 'EffectLayer' could be found (are you missing a using directive or an assembly reference?)
|
build:
Project-Aurora/MemoryAccessProfiles/Profiles/ResidentEvil2/Layers/ResidentEvil2HealthLayerHandler.cs#L35
There is no argument given that corresponds to the required parameter 'name' of 'LayerHandler<ResidentEvil2HealthLayerHandlerProperties>.LayerHandler(string)'
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: rishabhgupta/split-by@v1, actions/checkout@v2, einaregilsson/build-number@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: rishabhgupta/split-by@v1, actions/checkout@v2, actions/setup-dotnet@v2, einaregilsson/build-number@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'
|
build:
Project-Aurora/Aurora-Updater/UpdateManager.cs#L124
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
Project-Aurora/Aurora-Updater/Program.cs#L19
The field 'Program._installType' is assigned but its value is never used
|
build:
Project-Aurora/AuroraSourceGenerator/AuroraSourceGenerator/OverrideSetterSourceGenerator.cs#L171
Dereference of a possibly null reference.
|
build:
Project-Aurora/AuroraCommon/Utils/SingleConcurrentThread.cs#L40
Unreachable code detected
|
build:
Project-Aurora/AuroraCommon/Utils/SingleConcurrentThread.cs#L65
Unreachable code detected
|
build:
Project-Aurora/AuroraCommon/Utils/SingleConcurrentThread.cs#L104
Unreachable code detected
|
build:
Project-Aurora/AuroraCommon/Data/MemorySharedStruct.cs#L69
Unboxing a possibly null value.
|
build:
Project-Aurora/AuroraCommon/Data/MemorySharedArray.cs#L117
Unboxing a possibly null value.
|
build:
Project-Aurora/AuroraCommon/Utils/AssemblyExtensions.cs#L15
Nullability of reference types in value of type 'IEnumerable<Type?>' doesn't match target type 'IEnumerable<Type>'.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|