Skip to content

Clean Human in the loop code #109

Clean Human in the loop code

Clean Human in the loop code #109

Triggered via pull request October 10, 2024 09:33
Status Success
Total duration 2m 15s
Artifacts

test-and-coverage.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
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.
test
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.
test
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.
test: 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)
test
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.
test
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.
test
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.
test: Tunny/UI/OptimizationWindow.cs#L23
Field 'OptimizationWindow.GrasshopperStatus' is never assigned to, and will always have its default value
test: 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)
test: Tunny/Solver/Algorithm.cs#L185
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)
test: 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)
test
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.
test
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.