fix(installer): guard SourceDir/OutputDir with #ifndef so CI can over… #118
release.yml
on: push
Build, Sign & Release
12m 2s
Annotations
21 warnings
|
Build, Sign & Release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, softprops/action-gh-release@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build, Sign & Release:
Data/Services/PrintService.cs#L69
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build, Sign & Release:
Data/Services/SqlWatchDeploymentService.cs#L78
Possible null reference argument for parameter 'progress' in 'Task SqlWatchDeploymentService.DropDatabaseIfExistsAsync(string databaseName, IProgress<DeploymentProgress> progress, CancellationToken cancellationToken)'.
|
|
Build, Sign & Release:
Data/Services/SqlWatchDeploymentService.cs#L20
Non-nullable field '_cancellationTokenSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build, Sign & Release:
Data/Services/SqlWatchDeploymentService.cs#L1611
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build, Sign & Release:
Data/Services/SqlWatchDeploymentService.cs#L1619
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build, Sign & Release:
Pages/DashboardEditor.razor#L988
Possible null reference assignment.
|
|
Build, Sign & Release:
Pages/ScheduledTasks.razor#L241
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build, Sign & Release:
Pages/VulnerabilityAssessment.razor#L178
Dereference of a possibly null reference.
|
|
Build, Sign & Release:
MainWindow.xaml.cs#L355
Possible null reference assignment.
|
|
Build, Sign & Release:
MainWindow.xaml.cs#L354
Possible null reference assignment.
|
|
Build, Sign & Release:
Components/Shared/DynamicDashboard.razor#L1256
Possible null reference argument for parameter 'currentFilter' in 'Task DynamicDashboard.LoadBaselineDataAsync(DashboardFilter currentFilter)'.
|
|
Build, Sign & Release:
Components/Shared/DynamicDashboard.razor#L1213
Possible null reference argument for parameter 'filter' in 'Task DynamicDashboard.LoadPanelDataAsync(PanelDefinition panel, DashboardFilter filter, ConcurrentDictionary<string, List<TimeSeriesPoint>> tsResults, ConcurrentDictionary<string, StatValue> statResults, ConcurrentDictionary<string, List<StatValue>> bgResults, ConcurrentDictionary<string, DataTable> gridResults, ConcurrentDictionary<string, List<CheckStatus>> checkResults, CancellationToken cancellationToken)'.
|
|
Build, Sign & Release:
Components/Shared/DynamicDashboard.razor#L1194
Possible null reference argument for parameter 'source' in 'IEnumerable<IGrouping<string, PanelDefinition>> Enumerable.GroupBy<PanelDefinition, string>(IEnumerable<PanelDefinition> source, Func<PanelDefinition, string> keySelector)'.
|
|
Build, Sign & Release:
Components/Shared/PanelEditorModal.razor#L271
Dereference of a possibly null reference.
|
|
Build, Sign & Release:
Pages/VulnerabilityAssessment.razor#L178
Dereference of a possibly null reference.
|
|
Build, Sign & Release:
Components/Shared/DynamicDashboard.razor#L889
Converting null literal or possible null value to non-nullable type.
|
|
Build, Sign & Release:
Components/Shared/QueryPlanModal.razor#L185
Possible null reference argument for parameter 'xml' in 'string ExecutionPlanParser.ParseToJson(string xml)'.
|
|
Build, Sign & Release:
Components/Shared/DynamicPanel.razor#L20
Dereference of a possibly null reference.
|
|
Build, Sign & Release:
MainWindow.xaml.cs#L355
Possible null reference assignment.
|
|
Build, Sign & Release:
MainWindow.xaml.cs#L354
Possible null reference assignment.
|