Skip to content

featv(ersion): 2.2.2 #45

featv(ersion): 2.2.2

featv(ersion): 2.2.2 #45

Triggered via push May 11, 2025 13:27
Status Success
Total duration 1m 12s
Artifacts

build.yml

on: push
Build and analyze
1m 7s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and analyze: SharpEngine.Core/Widget/MultiLineInput.cs#L127
Rename 'text' which hides the primary constructor parameter with the same name. (https://rules.sonarsource.com/csharp/RSPEC-1117)
Build and analyze: SharpEngine.Core/Window.cs#L324
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
Build and analyze: SharpEngine.Core/Window.cs#L320
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
Build and analyze: SharpEngine.Core/Widget/LineInput.cs#L155
Rename 'text' which hides the primary constructor parameter with the same name. (https://rules.sonarsource.com/csharp/RSPEC-1117)
Build and analyze: SharpEngine.Core/Widget/MultiLineInput.cs#L51
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build and analyze: SharpEngine.Core/Window.cs#L265
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
Build and analyze: SharpEngine.Core/Utils/SeImGui/SEImGui.cs#L56
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
Build and analyze: SharpEngine.Core/Component/SpriteSheetComponent.cs#L93
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
Build and analyze: SharpEngine.Core/Manager/DebugManager.cs#L35
Make sure using this hardcoded IP address '1.91.6.1' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
Build and analyze: SharpEngine.Core/Manager/InputManager.cs#L17
Non-nullable property 'InternalWindow' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.