diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index ba641253..577cb829 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -41,7 +41,7 @@
"/p:CollectCoverage=true",
"/p:CoverletOutputFormat=lcov",
"/p:CoverletOutput=./lcov",
- "/p:exclude=\"[while]*,[jsonparser]*,[expressionParser]*,[SimpleExpressionParser]*,[GenericLexerWithCallbacks]*\"",
+ "/p:exclude=\"[while]*,[jsonparser]*,[expressionParser]*,[SimpleExpressionParser]*,[GenericLexerWithCallbacks]*,[indentedWhile]*,[indented]*\"",
"${workspaceFolder}/ParserTests/ParserTests.csproj"
],
"problemMatcher": "$msCompile",
diff --git a/ParserTests/ParserTests.csproj b/ParserTests/ParserTests.csproj
index 6ff36422..04c0f430 100644
--- a/ParserTests/ParserTests.csproj
+++ b/ParserTests/ParserTests.csproj
@@ -7,12 +7,15 @@
-
-
+
+
-
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/bench/GenericLexerBench.cs b/bench/GenericLexerBench.cs
index 21ed4120..0da69456 100644
--- a/bench/GenericLexerBench.cs
+++ b/bench/GenericLexerBench.cs
@@ -52,7 +52,7 @@ public void Setup()
[Benchmark]
public void TestJson() {
- var ignored = BenchedLexer.Tokenize(content).ToList();
+ var ignored = BenchedLexer.Tokenize(content).Tokens;
}
diff --git a/bench/bench.csproj b/bench/bench.csproj
index c29cf5a2..dc981615 100644
--- a/bench/bench.csproj
+++ b/bench/bench.csproj
@@ -6,9 +6,9 @@
-
-
-
+
+
+
diff --git a/bench2.4/bench2.4.csproj b/bench2.4/bench2.4.csproj
index c29cf5a2..63ef4465 100644
--- a/bench2.4/bench2.4.csproj
+++ b/bench2.4/bench2.4.csproj
@@ -7,8 +7,8 @@
-
-
+
+
diff --git a/benchCurrent/benchCurrent.csproj b/benchCurrent/benchCurrent.csproj
index 8e2a7d6e..d29c5ae3 100644
--- a/benchCurrent/benchCurrent.csproj
+++ b/benchCurrent/benchCurrent.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/samples/ParserExample/ParserExample.csproj b/samples/ParserExample/ParserExample.csproj
index ba1e042a..e40db501 100644
--- a/samples/ParserExample/ParserExample.csproj
+++ b/samples/ParserExample/ParserExample.csproj
@@ -19,7 +19,7 @@
-
+
diff --git a/sly/sly.csproj b/sly/sly.csproj
index 8505ebae..c98d0261 100644
--- a/sly/sly.csproj
+++ b/sly/sly.csproj
@@ -20,12 +20,12 @@
1701;1702;1705;1591
-
+
runtime; build; native; contentfiles; analyzers
all
-
-
+
+