Merge pull request #3 from agailloty/export-csv #25
Annotations
8 warnings
Build
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:
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:
XpathRunner/Views/MainView.axaml.cs#L24
Converting null literal or possible null value to non-nullable type.
|
Build:
XpathRunner/Views/MainView.axaml.cs#L24
Possible null reference return.
|
Build:
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:
XpathRunner/Service/DialogService.cs#L29
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
|
Build:
XpathRunner/Views/MainWindow.axaml.cs#L7
The field 'MainWindow._filepath' is never used
|
Build:
XpathRunner/App.axaml.cs#L22
Using member 'Avalonia.Data.Core.Plugins.BindingPlugins.DataValidators.get' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. PropertyAccessors might require unreferenced code.
|
Loading