Fix log storage compatibility #9
Annotations
11 warnings
build
ProjectReference '/home/runner/work/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 '/home/runner/work/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/Enum/EndState.cs#L1
Rename namespace Tunny.Enum so that it no longer conflicts with the reserved language keyword 'Enum'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
build:
Tunny/Component/Util/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/Util/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/Util/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/Util/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
ProjectReference '/home/runner/work/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/Enum/EndState.cs#L1
Rename namespace Tunny.Enum so that it no longer conflicts with the reserved language keyword 'Enum'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
build:
Tunny/Component/Util/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/Util/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)
|