Skip to content

fix(ui): remow MudMenu attributes offset

bc6e518
Select commit
Loading
Failed to load commit list.
Merged

chore(main): merge localization and workflow cleanup updates #71

fix(ui): remow MudMenu attributes offset
bc6e518
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Oct 17, 2025 in 3s

69 issues fixed. 4 issues found. Autofix available.

Annotations

Check notice on line 203 in src/Trion.Core/Monitoring/ProcessMonitor.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/Trion.Core/Monitoring/ProcessMonitor.cs#L203

File may only contain a single type. (SA1402)

Check notice on line 115 in src/Trion.Core/Monitoring/ProcessMonitor.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/Trion.Core/Monitoring/ProcessMonitor.cs#L115

Prefer comparing `Length` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)

Check notice on line 173 in src/Trion.Core/Monitoring/ProcessMonitor.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/Trion.Core/Monitoring/ProcessMonitor.cs#L173

File may only contain a single type. (SA1402)

Check notice on line 56 in src/Trion.Core/Monitoring/MachineMetricsProvider.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/Trion.Core/Monitoring/MachineMetricsProvider.cs#L56

Arithmetic expressions should declare precedence. (SA1407)