Skip to content

Merge pull request #2 from agailloty/multi-xpaths #23

Merge pull request #2 from agailloty/multi-xpaths

Merge pull request #2 from agailloty/multi-xpaths #23

Triggered via push February 8, 2025 20:52
Status Success
Total duration 2m 59s
Artifacts 3

build.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
build (macos-latest)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build (macos-latest): XpathRunner/ResultModel.cs#L7
Non-nullable property 'ColumnName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (macos-latest): XpathRunner/Views/MainView.axaml.cs#L24
Converting null literal or possible null value to non-nullable type.
build (macos-latest): XpathRunner/Views/MainView.axaml.cs#L24
Possible null reference return.
build (macos-latest): XpathRunner/ViewModels/XpathExpressionItem.cs#L7
Non-nullable field '_xpathExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (macos-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L42
Possible null reference assignment.
build (macos-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L56
Dereference of a possibly null reference.
build (macos-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_filePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (macos-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_xpathExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (macos-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_selectedFileLabel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ubuntu-latest)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build (ubuntu-latest): XpathRunner/ResultModel.cs#L7
Non-nullable property 'ColumnName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): XpathRunner/Views/MainView.axaml.cs#L24
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): XpathRunner/Views/MainView.axaml.cs#L24
Possible null reference return.
build (ubuntu-latest): XpathRunner/ViewModels/XpathExpressionItem.cs#L7
Non-nullable field '_xpathExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ubuntu-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L42
Possible null reference assignment.
build (ubuntu-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L56
Dereference of a possibly null reference.
build (ubuntu-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_filePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ubuntu-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_xpathExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (ubuntu-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_selectedFileLabel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build (windows-latest): XpathRunner/Views/MainView.axaml.cs#L24
Converting null literal or possible null value to non-nullable type.
build (windows-latest): XpathRunner/Views/MainView.axaml.cs#L24
Possible null reference return.
build (windows-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L42
Possible null reference assignment.
build (windows-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L56
Dereference of a possibly null reference.
build (windows-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_filePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_xpathExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_selectedFileLabel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L30
Non-nullable field '_xpathExpressions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (windows-latest): XpathRunner/ViewModels/MainWindowViewModel.cs#L64
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.

Artifacts

Produced during runtime
Name Size
macos-latest-build
27.9 MB
ubuntu-latest-build
26.8 MB
windows-latest-build
34.5 MB