Skip to content

fix(counters) typo, exception handling #81

fix(counters) typo, exception handling

fix(counters) typo, exception handling #81

Triggered via push July 10, 2025 14:36
Status Success
Total duration 1m 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TrionUI/Controls/CustomToggleButton.cs#L77
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: TrionUI/Controls/MetroRadioButton.cs#L109
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: TrionUI/Controls/MetroLink.cs#L114
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: TrionUI/Controls/MetroComboBox.cs#L123
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: TrionUI/Controls/MetroCheckBox.cs#L98
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: TrionUI/Controls/CustomComboBox.cs#L162
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: TrionUI/Controls/CustomAlertBox.cs#L60
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: TrionControlPanel.API/Classes/FileManager.cs#L62
Possible null reference assignment.
build: TrionControlPanel.API/Classes/TrionLogger.cs#L29
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: TrionControlPanel.API/Classes/TrionLogger.cs#L26
Converting null literal or possible null value to non-nullable type.