Skip to content

Move Construct & DeCon to Operation dir #39

Move Construct & DeCon to Operation dir

Move Construct & DeCon to Operation dir #39

Triggered via pull request March 20, 2024 07:28
Status Success
Total duration 3m 56s
Artifacts

test-and-coverage.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
ProjectReference 'D:\a\Tunny\Tunny\Optuna\Optuna.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v7.0'. This project may not be fully compatible with your project.
build
ProjectReference 'D:\a\Tunny\Tunny\Tunny.Core\Tunny.Core.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v7.0'. This project may not be fully compatible with your project.
build
ProjectReference 'D:\a\Tunny\Tunny\Optuna\Optuna.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v7.0'. This project may not be fully compatible with your project.
build: Optuna/Storage/IOptunaStorage.cs#L31
In virtual/interface member IOptunaStorage.SetTrialIntermediateValue(int, int, double), rename parameter step so that it no longer conflicts with the reserved language keyword 'Step'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
build
ProjectReference 'D:\a\Tunny\Tunny\Tunny.Core\Tunny.Core.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v7.0'. This project may not be fully compatible with your project.
build
ProjectReference 'D:\a\Tunny\Tunny\Optuna\Optuna.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v7.0'. This project may not be fully compatible with your project.
build
ProjectReference 'D:\a\Tunny\Tunny\Optuna\Optuna.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v7.0'. This project may not be fully compatible with your project.
build: Tunny/Component/Operation/DecontstructFishAttribute.cs#L66
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
build: Tunny/Component/Operation/ConstructFishAttribute.cs#L128
Change return type of method 'SetNumberParameterInput' from 'Grasshopper.Kernel.IGH_Param' to 'Grasshopper.Kernel.Parameters.Param_Number' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: Tunny/Component/Operation/ConstructFishAttribute.cs#L118
Change return type of method 'SetGenericParameterInput' from 'Grasshopper.Kernel.IGH_Param' to 'Grasshopper.Kernel.Parameters.Param_GenericObject' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: Tunny/Component/Operation/ConstructFishAttribute.cs#L139
Change return type of method 'SetGeometryParameterInput' from 'Grasshopper.Kernel.IGH_Param' to 'Grasshopper.Kernel.Parameters.Param_Geometry' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: Tunny/Solver/Algorithm.cs#L195
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, dynamic, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
build: Optuna/Storage/IOptunaStorage.cs#L31
In virtual/interface member IOptunaStorage.SetTrialIntermediateValue(int, int, double), rename parameter step so that it no longer conflicts with the reserved language keyword 'Step'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)