Skip to content

fix

fix #806

Triggered via push November 13, 2024 18:07
Status Success
Total duration 1m 39s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.Output/Views/OutputBaseView.cs#L63
The type 'Avalonia.Media.IBrush?' cannot be used as type parameter 'T' in the generic type or method 'ObservableCollectionEx.ToObservableChangeSet<T>(ObservableCollection<T>)'. Nullability of type argument 'Avalonia.Media.IBrush?' doesn't match 'notnull' constraint.
build: src/OneWare.WaveFormViewer/Views/WaveFormView.axaml.cs#L13
The field 'WaveFormView._horizontalScrollDelta' is assigned but its value is never used