From 21b02992c87d2ef29c042782f03d3c80d6c7888e Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 18 Dec 2024 17:47:03 +0100 Subject: [PATCH] Fix System.Threading.Channels change in roslyn patch --- ...iler-errors-downgraded-sci-and-other-deps-again.patch} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename src/SourceBuild/patches/roslyn/{0001-fix-compiler-errors-downgraded-sci-and-other-deps.patch => 0001-fix-compiler-errors-downgraded-sci-and-other-deps-again.patch} (95%) diff --git a/src/SourceBuild/patches/roslyn/0001-fix-compiler-errors-downgraded-sci-and-other-deps.patch b/src/SourceBuild/patches/roslyn/0001-fix-compiler-errors-downgraded-sci-and-other-deps-again.patch similarity index 95% rename from src/SourceBuild/patches/roslyn/0001-fix-compiler-errors-downgraded-sci-and-other-deps.patch rename to src/SourceBuild/patches/roslyn/0001-fix-compiler-errors-downgraded-sci-and-other-deps-again.patch index 446c674f1447..6efd1335a2e1 100644 --- a/src/SourceBuild/patches/roslyn/0001-fix-compiler-errors-downgraded-sci-and-other-deps.patch +++ b/src/SourceBuild/patches/roslyn/0001-fix-compiler-errors-downgraded-sci-and-other-deps-again.patch @@ -1,4 +1,4 @@ -From c8355ffa159872e061789a62e02768c8f52e7c53 Mon Sep 17 00:00:00 2001 +From 7cb9fb458c533d0ba183ae84563167b365df7145 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 18 Dec 2024 14:38:02 +0100 Subject: [PATCH] FIx build errors with newer toolset and dependencies @@ -7,8 +7,6 @@ Fixes the following two errors: - src/Features/Core/Portable/ExternalAccess/Watch/Api/WatchHotReloadService.cs(217,13): error CS1503: Argument 4: cannot convert from 'System.Collections.Immutable.ImmutableHashSet' to 'System.Collections.Generic.IReadOnlySet' [src/Features/Core/Portable/Microsoft.CodeAnalysis.Features.csproj::TargetFramework=net9.0] - src/roslyn/src/Features/Core/Portable/ExternalAccess/Watch/Api/WatchHotReloadService.cs(218,13): error CS1503: Argument 5: cannot convert from 'System.Collections.Immutable.ImmutableHashSet' to 'System.Collections.Generic.IReadOnlySet' [src/roslyn/src/Features/Core/Portable/Microsoft.CodeAnalysis.Features.csproj::TargetFramework=net9.0] -The underlying SDK being used is "10.0.100-alpha.1.24555.54" - Backport: https://github.com/dotnet/roslyn/pull/76486 --- @@ -47,7 +45,7 @@ index c3729dd7244..48a5d9c53a7 100644 diff --git a/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj b/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj -index 7ddf1ce681c..877356417e5 100644 +index 7ddf1ce681c..9e889061c83 100644 --- a/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj +++ b/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj @@ -29,8 +29,8 @@ @@ -56,7 +54,7 @@ index 7ddf1ce681c..877356417e5 100644 - - -+ ++ +