Skip to content

Test

Test #267

Triggered via push February 26, 2024 16:56
Status Failure
Total duration 2m 18s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: src/OneWare.Vhdl/Parsing/VhdlNodeProvider.cs#L3
The type or namespace name 'UniversalFpgaProjectSystem' does not exist in the namespace 'OneWare' (are you missing an assembly reference?)
build: src/OneWare.Vhdl/Parsing/VhdlNodeProvider.cs#L4
The type or namespace name 'UniversalFpgaProjectSystem' does not exist in the namespace 'OneWare' (are you missing an assembly reference?)
build: src/OneWare.Vhdl/Parsing/VhdlNodeProvider.cs#L5
The type or namespace name 'UniversalFpgaProjectSystem' does not exist in the namespace 'OneWare' (are you missing an assembly reference?)
build: src/OneWare.Vhdl/Parsing/VhdlNodeProvider.cs#L6
The type or namespace name 'UniversalFpgaProjectSystem' does not exist in the namespace 'OneWare' (are you missing an assembly reference?)
build: src/OneWare.Vhdl/Parsing/VhdlParser.cs#L1
The type or namespace name 'UniversalFpgaProjectSystem' does not exist in the namespace 'OneWare' (are you missing an assembly reference?)
build: src/OneWare.Vhdl/VhdlModule.cs#L4
The type or namespace name 'UniversalFpgaProjectSystem' does not exist in the namespace 'OneWare' (are you missing an assembly reference?)
build: src/OneWare.Vhdl/Parsing/VhdlNodeProvider.cs#L10
The type or namespace name 'INodeProvider' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.Vhdl/Parsing/VhdlNodeProvider.cs#L12
The type or namespace name 'FpgaNode' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.Vhdl/Parsing/VhdlNodeProvider.cs#L18
The type or namespace name 'FpgaNode' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.Vhdl/Parsing/VhdlNodeProvider.cs#L3
The type or namespace name 'UniversalFpgaProjectSystem' does not exist in the namespace 'OneWare' (are you missing an assembly reference?)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L506
Possible null reference argument for parameter 'visual' in 'Visual? VisualExtensions.GetVisualParent(Visual visual)'.
build: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L509
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
build: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L545
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
build: src/Markdown.Avalonia/Markdown.Avalonia.Tight/Markdown.cs#L283
'Markdown._loader' is obsolete
build: src/OneWare.Essentials/src/OneWare.Essentials/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/OneWare.ErrorList/Views/ErrorListView.axaml.cs#L20
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)