From 9f4e7341b7e88ff0ab8cbe1824d87f7556cb854e Mon Sep 17 00:00:00 2001 From: Si Carter Date: Fri, 22 Dec 2023 08:59:55 +1100 Subject: [PATCH] Remove commented line and update versions for build --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dotnet.yml | 2 +- src/GSendControls/GCodeAnalysesDetails.cs | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f35f2ee8..dde22556 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,7 +54,7 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.x' + dotnet-version: '8.x' # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 87009bf9..a3a48b3c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Restore dependencies run: dotnet restore ./src/GSend.sln - name: Build diff --git a/src/GSendControls/GCodeAnalysesDetails.cs b/src/GSendControls/GCodeAnalysesDetails.cs index 7b506f1d..296fecfa 100644 --- a/src/GSendControls/GCodeAnalysesDetails.cs +++ b/src/GSendControls/GCodeAnalysesDetails.cs @@ -68,8 +68,6 @@ public void LoadAnalyser(IGCodeAnalyses gCodeAnalyses) listViewAnalyses.BeginUpdate(); try { - //listViewAnalyses.Items.Clear(); - if (_showFileName) { if (gCodeAnalyses == null)