From 19c8ea844429ce0ee11c7af2ff657a3266025891 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:45:58 +0000 Subject: [PATCH 1/4] chore(deps): update dotnet monorepo --- Directory.Packages.props | 20 ++++++++++---------- Directory.Packages.supports.props | 14 +++++++------- global.json | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e6ab125da..c13d9190f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -28,13 +28,13 @@ - - - - - - - + + + + + + + @@ -50,15 +50,15 @@ - - + + - + diff --git a/Directory.Packages.supports.props b/Directory.Packages.supports.props index a70f828b2..09fd1fef4 100644 --- a/Directory.Packages.supports.props +++ b/Directory.Packages.supports.props @@ -2,12 +2,12 @@ - - - - - - - + + + + + + + diff --git a/global.json b/global.json index f3c46b691..fc92c25a0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300", + "version": "10.0.301", "rollForward": "latestMinor" } } From e97501198a427a95be3b81ad72732b20a49388e2 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 30 Jun 2026 05:32:56 -0700 Subject: [PATCH 2/4] update Analyzers package --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index c13d9190f..c4aa1a92b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -59,7 +59,7 @@ - + \ No newline at end of file From bdc53c352c2aeab16296030397ad60852c435e1f Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 30 Jun 2026 06:45:41 -0700 Subject: [PATCH 3/4] Fix test --- test/Generation.Tests/LspFeatureTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Generation.Tests/LspFeatureTests.cs b/test/Generation.Tests/LspFeatureTests.cs index 2090084fe..ff84bd94b 100644 --- a/test/Generation.Tests/LspFeatureTests.cs +++ b/test/Generation.Tests/LspFeatureTests.cs @@ -500,7 +500,7 @@ public partial record SubLensParams : ITextDocumentIdentifierParams, IWorkDonePr /// /// The document to request code lens for. /// - public TextDocumentIdentifier TextDocument { get; init; } = null!; + public TextDocumentIdentifier TextDocument { get; init; } = null !; } public partial class SubLensContainer {} From 5a7174f86fc6bcfebe02436f25d08159cfb4467b Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 30 Jun 2026 07:02:55 -0700 Subject: [PATCH 4/4] Fix verified --- test/Generation.Tests/LspFeatureTests.cs | 2 +- ...llable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Generation.Tests/LspFeatureTests.cs b/test/Generation.Tests/LspFeatureTests.cs index ff84bd94b..2090084fe 100644 --- a/test/Generation.Tests/LspFeatureTests.cs +++ b/test/Generation.Tests/LspFeatureTests.cs @@ -500,7 +500,7 @@ public partial record SubLensParams : ITextDocumentIdentifierParams, IWorkDonePr /// /// The document to request code lens for. /// - public TextDocumentIdentifier TextDocument { get; init; } = null !; + public TextDocumentIdentifier TextDocument { get; init; } = null!; } public partial class SubLensContainer {} diff --git a/test/Generation.Tests/snapshots/LspFeatureTests.Supports_Nullable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs b/test/Generation.Tests/snapshots/LspFeatureTests.Supports_Nullable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs index 02c7889dc..8eee6f63c 100644 --- a/test/Generation.Tests/snapshots/LspFeatureTests.Supports_Nullable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs +++ b/test/Generation.Tests/snapshots/LspFeatureTests.Supports_Nullable_Params_With_Typed_Data#Test0_SubLensTyped.verified.cs @@ -63,7 +63,7 @@ public partial record SubLens : ICanBeResolved where T : class?, IHandlerIden /// /// The range in which this code lens is valid. Should only span a single line. /// - public Range Range { get; init; } = null !; + public Range Range { get; init; } = null!; /// /// The command this code lens represents.