Output user_attrs to TT-DesignExplorer #141
Annotations
13 warnings
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/Sampler/NSGAIIISampler.cs#L11
The member 'NSGAIIISampler.ToPython(dynamic, bool)' does not hide an accessible member. The new keyword is not required.
|
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.Core/Solver/Output.cs#L64
Change type of parameter 'targetNumbers' from 'System.Collections.Generic.IReadOnlyList<int>' to 'int[]' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
test:
Tunny/Util/GrasshopperInOut.cs#L408
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
test:
Tunny/WPF/MainWindow.xaml.cs#L16
Field 'MainWindow.DocumentEditor' is never assigned to, and will always have its default value null
|
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/Component/Util/FishMarket.cs#L104
Change type of parameter 'fishGeometries' from 'System.Collections.Generic.IReadOnlyList<System.Collections.Generic.List<Rhino.Geometry.GeometryBase>>' to 'System.Collections.Generic.List<System.Collections.Generic.List<Rhino.Geometry.GeometryBase>>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|