Skip to content
Triggered via push November 18, 2024 17:34
Status Success
Total duration 1m 37s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.Cpp/CppModule.cs#L144
'ISettingsService.RegisterTitledFilePath(string, string, string, string, string, string, string?, string?, Func<string, bool>?, params FilePickerFileType[])' is obsolete: 'Use RegisterSetting instead'
build: src/OneWare.ProjectExplorer/ViewModels/ProjectExplorerViewModel.cs#L577
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.