Skip to content

Merge pull request #31 from one-ware/log-project #840

Merge pull request #31 from one-ware/log-project

Merge pull request #31 from one-ware/log-project #840

Triggered via push December 19, 2024 16:16
Status Success
Total duration 1m 40s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: src/OneWare.Essentials/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L20
Non-nullable property 'Hint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L21
Non-nullable property 'Anchor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L22
Non-nullable property 'Control' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/OneWare.Essentials/Behaviors/ContextDragBubbleBehavior.cs#L142
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
build: src/OneWare.ErrorList/ErrorListModule.cs#L40
'ISettingsService.RegisterTitled<T>(string, string, string, string, string, T)' is obsolete: 'Use RegisterSetting instead'
build: src/OneWare.Debugger/ResultData.cs#L60
Converting null literal or possible null value to non-nullable type.