diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 9e8f278..5e95da1 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,10 +3,10 @@
"isRoot": true,
"tools": {
"csharpier": {
- "version": "0.26.7",
+ "version": "0.27.2",
"commands": [
"dotnet-csharpier"
]
}
}
-}
\ No newline at end of file
+}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 9bf9b7d..df85330 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@main
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
@@ -73,7 +73,7 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh
- name: Set up .NET
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
diff --git a/.github/workflows/format-and-build-and-test.yml b/.github/workflows/format-and-build-and-test.yml
index 98b3ac9..25e1a4a 100644
--- a/.github/workflows/format-and-build-and-test.yml
+++ b/.github/workflows/format-and-build-and-test.yml
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@main
- name: Setup dotnet
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
diff --git a/.github/workflows/main-deploy-nuget.yml b/.github/workflows/main-deploy-nuget.yml
index 73293a8..9b30b42 100644
--- a/.github/workflows/main-deploy-nuget.yml
+++ b/.github/workflows/main-deploy-nuget.yml
@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@main
- name: Setup dotnet
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
diff --git a/.github/workflows/main-release.yml b/.github/workflows/main-release.yml
index cb9f568..44ab2ea 100644
--- a/.github/workflows/main-release.yml
+++ b/.github/workflows/main-release.yml
@@ -23,10 +23,10 @@ jobs:
runtime: osx-x64
dotnet: '8.x'
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@main
- name: Setup .NET
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
diff --git a/src/Biomatch.Benchmark/Biomatch.Benchmark.csproj b/src/Biomatch.Benchmark/Biomatch.Benchmark.csproj
index a0542ea..89d3db4 100644
--- a/src/Biomatch.Benchmark/Biomatch.Benchmark.csproj
+++ b/src/Biomatch.Benchmark/Biomatch.Benchmark.csproj
@@ -14,7 +14,7 @@
-
+
diff --git a/src/Biomatch.CLI/Biomatch.CLI.csproj b/src/Biomatch.CLI/Biomatch.CLI.csproj
index 3b3edf2..afcac88 100644
--- a/src/Biomatch.CLI/Biomatch.CLI.csproj
+++ b/src/Biomatch.CLI/Biomatch.CLI.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/src/Biomatch.CLI/Progress/MatchingProgress.cs b/src/Biomatch.CLI/Progress/MatchingProgress.cs
index d29beca..ad23a6f 100644
--- a/src/Biomatch.CLI/Progress/MatchingProgress.cs
+++ b/src/Biomatch.CLI/Progress/MatchingProgress.cs
@@ -48,10 +48,10 @@ public static IProgress GetMatchingProgressReport(int totalRecordsToMatch)
}
Console.Write(
$"""
- Progress: {currentPercentage, 3}% | Record match operations performed: {completedOperations:N0}
- Total time: {elapsedTime} | Estimated time remaining: {remainingTime.Days:D2}d {remainingTime.Hours:D2}h {remainingTime.Minutes:D2}m {remainingTime.Seconds:D2}s
-
- """
+ Progress: {currentPercentage, 3}% | Record match operations performed: {completedOperations:N0}
+ Total time: {elapsedTime} | Estimated time remaining: {remainingTime.Days:D2}d {remainingTime.Hours:D2}h {remainingTime.Minutes:D2}m {remainingTime.Seconds:D2}s
+
+ """
);
consoleTextPrinted = true;
lastConsoleUpdateTime = DateTime.UtcNow;
diff --git a/src/Biomatch.Domain/Biomatch.Domain.csproj b/src/Biomatch.Domain/Biomatch.Domain.csproj
index 4e85616..206b99e 100644
--- a/src/Biomatch.Domain/Biomatch.Domain.csproj
+++ b/src/Biomatch.Domain/Biomatch.Domain.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/tests/Biomatch.Domain.Tests.Unit/Biomatch.Domain.Tests.Unit.csproj b/tests/Biomatch.Domain.Tests.Unit/Biomatch.Domain.Tests.Unit.csproj
index 5422cfd..439f71c 100644
--- a/tests/Biomatch.Domain.Tests.Unit/Biomatch.Domain.Tests.Unit.csproj
+++ b/tests/Biomatch.Domain.Tests.Unit/Biomatch.Domain.Tests.Unit.csproj
@@ -9,11 +9,11 @@
-
+
-
-
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all