diff --git a/PowerDocu.AppDocumenter/AppWordDocBuilder.cs b/PowerDocu.AppDocumenter/AppWordDocBuilder.cs index d91d5a9..232b789 100644 --- a/PowerDocu.AppDocumenter/AppWordDocBuilder.cs +++ b/PowerDocu.AppDocumenter/AppWordDocBuilder.cs @@ -571,7 +571,7 @@ private void addAppResources() } table.Append(CreateRow(new Text("Resource Preview"), icon)); } - catch (Exception e) + catch (Exception) { table.Append(CreateRow(new Text("Resource Preview"), new Text("Resource Preview is not available, media file is invalid."))); } diff --git a/PowerDocu.AppDocumenter/PowerDocu.AppDocumenter.csproj b/PowerDocu.AppDocumenter/PowerDocu.AppDocumenter.csproj index cb6536b..8ed80a7 100644 --- a/PowerDocu.AppDocumenter/PowerDocu.AppDocumenter.csproj +++ b/PowerDocu.AppDocumenter/PowerDocu.AppDocumenter.csproj @@ -6,7 +6,7 @@ Library - net8.0 + net8.0-windows latest win-x64 embedded diff --git a/PowerDocu.FlowDocumenter/FlowMarkdownBuilder.cs b/PowerDocu.FlowDocumenter/FlowMarkdownBuilder.cs index d3de805..054b426 100644 --- a/PowerDocu.FlowDocumenter/FlowMarkdownBuilder.cs +++ b/PowerDocu.FlowDocumenter/FlowMarkdownBuilder.cs @@ -283,7 +283,6 @@ private void addActionInfo() } } else { - string s = ""; } } operandsCell.Append(""); diff --git a/PowerDocu.FlowDocumenter/FlowWordDocBuilder.cs b/PowerDocu.FlowDocumenter/FlowWordDocBuilder.cs index 562a922..151c5b8 100644 --- a/PowerDocu.FlowDocumenter/FlowWordDocBuilder.cs +++ b/PowerDocu.FlowDocumenter/FlowWordDocBuilder.cs @@ -350,7 +350,6 @@ private void addActionInfo() operandsCell.Append(innerOperandsTable, new Paragraph()); } else { - string s = ""; } } operandsCell.Append(operandsTable, new Paragraph()); diff --git a/PowerDocu.FlowDocumenter/PowerDocu.FlowDocumenter.csproj b/PowerDocu.FlowDocumenter/PowerDocu.FlowDocumenter.csproj index 34c74f9..e79bb0f 100644 --- a/PowerDocu.FlowDocumenter/PowerDocu.FlowDocumenter.csproj +++ b/PowerDocu.FlowDocumenter/PowerDocu.FlowDocumenter.csproj @@ -2,7 +2,7 @@ Library - net8.0 + net8.0-windows latest win-x64 embedded diff --git a/PowerDocu.GUI/CommandLineOptions.cs b/PowerDocu.GUI/CommandLineOptions.cs index c2552d4..2c007c2 100644 --- a/PowerDocu.GUI/CommandLineOptions.cs +++ b/PowerDocu.GUI/CommandLineOptions.cs @@ -2,6 +2,7 @@ using CommandLine; using PowerDocu.Common; +#nullable enable namespace PowerDocu.GUI { public class CommandLineOptions diff --git a/PowerDocu.GUI/PowerDocu.GUI.csproj b/PowerDocu.GUI/PowerDocu.GUI.csproj index 852c044..ab502fb 100644 --- a/PowerDocu.GUI/PowerDocu.GUI.csproj +++ b/PowerDocu.GUI/PowerDocu.GUI.csproj @@ -1,4 +1,4 @@ - + diff --git a/PowerDocu.GUI/PowerDocuForm.cs b/PowerDocu.GUI/PowerDocuForm.cs index be76e64..4c91828 100644 --- a/PowerDocu.GUI/PowerDocuForm.cs +++ b/PowerDocu.GUI/PowerDocuForm.cs @@ -183,7 +183,7 @@ private void SyncConfigHelper() configHelper.checkForUpdatesOnLaunch = checkForUpdatesOnLaunchCheckBox.Checked; } - private async void SaveConfigButton_Click(object sender, EventArgs e) + private void SaveConfigButton_Click(object sender, EventArgs e) { statusLabel.Text = "Saving configuration..."; statusLabel.Refresh(); @@ -192,12 +192,12 @@ private async void SaveConfigButton_Click(object sender, EventArgs e) statusLabel.Text = "New default configuration has been saved."; } - private async void StartDocumentationButton_Click(object sender, EventArgs e) + private void StartDocumentationButton_Click(object sender, EventArgs e) { startDocumentation(true); } - private async void StartImageGenerationButton_Click(object sender, EventArgs e) + private void StartImageGenerationButton_Click(object sender, EventArgs e) { startDocumentation(false); } @@ -271,7 +271,7 @@ private void startDocumentation(bool fullDocumentation = true) } } - private async void ClearWordTemplateButton_Click(object sender, EventArgs e) + private void ClearWordTemplateButton_Click(object sender, EventArgs e) { openWordTemplateDialog.FileName = ""; clearWordTemplateButton.Visible = false; diff --git a/PowerDocu.SolutionDocumenter/DataverseGraphBuilder.cs b/PowerDocu.SolutionDocumenter/DataverseGraphBuilder.cs index 0ee9829..d40560c 100644 --- a/PowerDocu.SolutionDocumenter/DataverseGraphBuilder.cs +++ b/PowerDocu.SolutionDocumenter/DataverseGraphBuilder.cs @@ -112,7 +112,6 @@ ColumnEntity lookupColumn in tableEntity createNodeRelationship(lookupTableGraph, currentTableGraph, lookupTableEntity, tableEntity, lookupColumn, "*|1"); } } else { - string s = ""; } } else diff --git a/PowerDocu.SolutionDocumenter/PowerDocu.SolutionDocumenter.csproj b/PowerDocu.SolutionDocumenter/PowerDocu.SolutionDocumenter.csproj index 6a5acf0..c0f5ea4 100644 --- a/PowerDocu.SolutionDocumenter/PowerDocu.SolutionDocumenter.csproj +++ b/PowerDocu.SolutionDocumenter/PowerDocu.SolutionDocumenter.csproj @@ -8,7 +8,7 @@ Library - net8.0 + net8.0-windows latest win-x64 embedded diff --git a/modules/PowerDocu.Common b/modules/PowerDocu.Common index 7be3987..d28868b 160000 --- a/modules/PowerDocu.Common +++ b/modules/PowerDocu.Common @@ -1 +1 @@ -Subproject commit 7be3987ee3de7341c21d715899a1c20d7c2e8f4e +Subproject commit d28868bee5f3acfa4c45265ac03424a18ae6ee85