Skip to content

progress

progress #69

Triggered via push November 8, 2023 20:10
Status Failure
Total duration 2m 0s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaModel.cs#L11
The type or namespace name 'CompileConnectionModel' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaModel.cs#L20
The type or namespace name 'CompileSignalModel' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaPin.cs#L36
Method must have a return type
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaPin.cs#L25
The type or namespace name 'CompileSignalModel' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaPin.cs#L24
The type or namespace name 'CompileSignalModel' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaModel.cs#L11
The type or namespace name 'CompileConnectionModel' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaModel.cs#L20
The type or namespace name 'CompileSignalModel' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaPin.cs#L36
Method must have a return type
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaPin.cs#L25
The type or namespace name 'CompileSignalModel' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.UniversalFpgaProjectSystem/Models/FpgaPin.cs#L24
The type or namespace name 'CompileSignalModel' could not be found (are you missing a using directive or an assembly reference?)
build: src/OneWare.Shared/Controls/SearchBox.axaml.cs#L36
Possible null reference return.
build: src/OneWare.Shared/LanguageService/GenericTypeAssistanceLSP.cs#L9
Possible null reference argument for parameter 'file' in 'LspIndentationStrategy.LspIndentationStrategy(TextEditorOptions options, LanguageService languageS, IFile file)'.
build: src/OneWare.Shared/LanguageService/GenericTypeAssistanceLSP.cs#L19
Possible null reference argument for parameter 'file' in 'LspFoldingStrategy.LspFoldingStrategy(LanguageService ls, IFile file)'.
build: src/OneWare.Shared/LanguageService/TypeAssistance.cs#L166
Possible null reference argument for parameter 'value' in 'bool string.StartsWith(string value)'.
build: src/OneWare.Shared/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/Markdown.Avalonia/Markdown.Avalonia.Tight/CascadeDictionary.cs#L20
Possible null reference assignment.
build: src/Markdown.Avalonia/Markdown.Avalonia.Tight/CascadeDictionary.cs#L33
Possible null reference assignment.
build: src/Markdown.Avalonia/Markdown.Avalonia.Tight/Markdown.cs#L389
Converting null literal or possible null value to non-nullable type.
build: src/OneWare.SourceControl/MergeService.cs#L85
Argument of type 'KeyValuePair<int, Control>' cannot be used for parameter 'item' of type 'KeyValuePair<int, Control?>' in 'void List<KeyValuePair<int, Control?>>.Add(KeyValuePair<int, Control?> item)' due to differences in the nullability of reference types.
build: src/OneWare.SourceControl/EditorExtensions/DiffLineBackgroundRenderer.cs#L84
Possible null reference argument for parameter 'pen' in 'void DrawingContext.DrawLine(IPen pen, Point p1, Point p2)'.