From b6ef9d089e28a27fd8aa06422d3fe602b962a138 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:34:21 +0000 Subject: [PATCH 1/2] Initial plan From 2ab9f32563cb3f5b806e474fcb14c17905872410 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:39:42 +0000 Subject: [PATCH 2/2] Add polysharp Analyzers package and make IndentingBuilder internal Co-authored-by: agocke <515774+agocke@users.noreply.github.com> --- src/IndentingBuilder/IndentingBuilder.cs | 2 +- src/IndentingBuilder/IndentingBuilder.csproj | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/IndentingBuilder/IndentingBuilder.cs b/src/IndentingBuilder/IndentingBuilder.cs index 81b9215..821b871 100644 --- a/src/IndentingBuilder/IndentingBuilder.cs +++ b/src/IndentingBuilder/IndentingBuilder.cs @@ -37,7 +37,7 @@ namespace StaticCs /// Manages indentation levels with and methods, /// and automatically applies the current indentation to appended content and interpolated strings. /// - public sealed class IndentingBuilder + internal sealed class IndentingBuilder : IComparable, IEquatable { diff --git a/src/IndentingBuilder/IndentingBuilder.csproj b/src/IndentingBuilder/IndentingBuilder.csproj index dcbbc8f..f037168 100644 --- a/src/IndentingBuilder/IndentingBuilder.csproj +++ b/src/IndentingBuilder/IndentingBuilder.csproj @@ -21,6 +21,13 @@ contentFiles + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + true