diff --git a/.gitignore b/.gitignore
index eab1f67..c19d760 100644
--- a/.gitignore
+++ b/.gitignore
@@ -331,10 +331,11 @@ ASALocalRun/
##
## Visual Studio Code
##
-.vscode/*
-!.vscode/settings.json
-!.vscode/tasks.json
-!.vscode/launch.json
-!.vscode/extensions.json
+*/!.vscode/extensions.json
+*/!.vscode/launch.json
+*/!.vscode/settings.json
+*/!.vscode/tasks.json
+*/.vscode/*
+*/.vscode/ReportGenerator/*
*.lnk
diff --git a/Adaptation/.config/dotnet-tools.json b/Adaptation/.config/dotnet-tools.json
new file mode 100644
index 0000000..cd368e1
--- /dev/null
+++ b/Adaptation/.config/dotnet-tools.json
@@ -0,0 +1,12 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "dotnet-reportgenerator-globaltool": {
+ "version": "5.1.15",
+ "commands": [
+ "reportgenerator"
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/Adaptation/.vscode/settings.json b/Adaptation/.vscode/settings.json
index cf5388e..474db4b 100644
--- a/Adaptation/.vscode/settings.json
+++ b/Adaptation/.vscode/settings.json
@@ -1,4 +1,5 @@
{
+ "coverage-gutters.coverageBaseDir": "../../../../EC/05_TestResults/TestResults/**",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d791c9",
"activityBar.activeBorder": "#e8eed0",
diff --git a/Adaptation/EC.Tests.csproj b/Adaptation/EC.Tests.csproj
index 3978675..13ecff4 100644
--- a/Adaptation/EC.Tests.csproj
+++ b/Adaptation/EC.Tests.csproj
@@ -10,7 +10,7 @@
false
10.0
disable
- win-x64
+ win-x64
net6.0
@@ -58,10 +58,7 @@
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/EC.csproj b/EC.csproj
index 5e80a26..e0eccaf 100644
--- a/EC.csproj
+++ b/EC.csproj
@@ -11,7 +11,7 @@
EC
EC
v4.8
- win-x86
+ win-x86
512