Skip to content

Fix Optuna-Dashboard issue with artifact directory containing spaces #57

Fix Optuna-Dashboard issue with artifact directory containing spaces

Fix Optuna-Dashboard issue with artifact directory containing spaces #57

Triggered via pull request May 14, 2024 01:39
Status Success
Total duration 3m 38s
Artifacts

test-and-coverage.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
test
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/.
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\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: 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/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#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)
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.