From 8bf3c956d4333a6f8ab459d7a0c05f5a7bcdd668 Mon Sep 17 00:00:00 2001 From: mikeweyandt <12453761+mikeweyandt@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:17:52 +0000 Subject: [PATCH] chore: point csharp/roslyn baseline to baseline-csharp-roslyn-Visual-Studio-2022-Version-17.11-srcml-1.1.0 --- config/csharp.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config/csharp.toml b/config/csharp.toml index 249869a..6019a15 100644 --- a/config/csharp.toml +++ b/config/csharp.toml @@ -4,13 +4,9 @@ srcml_flags = ["-r", "-j", "4", "--src-encoding=UTF-8"] [srcml] version = "1.1.0" - [[projects]] name = "roslyn" repo = "https://github.com/dotnet/roslyn.git" tag = "Visual-Studio-2022-Version-17.11" -exclude_files = [ - "src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs", - "src/Features/TestUtilities/EditAndContinue/SemanticEditDescription.cs", -] -current_baseline_release = "" +exclude_files = ["src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs", "src/Features/TestUtilities/EditAndContinue/SemanticEditDescription.cs"] +current_baseline_release = "baseline-csharp-roslyn-Visual-Studio-2022-Version-17.11-srcml-1.1.0"