Skip to content

Fix release workflow: publish specific project instead of solution #3

Fix release workflow: publish specific project instead of solution

Fix release workflow: publish specific project instead of solution #3

Triggered via push November 21, 2025 04:31
Status Failure
Total duration 2m 11s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Resource not accessible by integration
build: Services/FileSearchService.cs#L17
Non-nullable event 'OnErrorOccurred' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: Services/FileSearchService.cs#L16
Non-nullable event 'OnProgressUpdate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: Services/FileSearchService.cs#L15
Non-nullable event 'OnStatusUpdate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: Forms/MainForm.cs#L267
Dereference of a possibly null reference.
build: Forms/MainForm.cs#L260
Dereference of a possibly null reference.
build: Forms/MainForm.cs#L252
Converting null literal or possible null value to non-nullable type.
build: Forms/MainForm.cs#L204
Possible null reference argument for parameter 'item' in 'void List<SearchResult>.Add(SearchResult item)'.
build: Forms/MainForm.cs#L204
Converting null literal or possible null value to non-nullable type.
build: Models/SearchResult.cs#L9
Non-nullable property 'LineContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Models/SearchResult.cs#L7
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.