-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ApiDiffPart2
- Loading branch information
Showing
34 changed files
with
810 additions
and
337 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
...ild/content/eng/tools/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/NuGet.Config
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"tools": { | ||
"dotnet": "10.0.100-alpha.1.24611.6" | ||
"dotnet": "10.0.100-alpha.1.25056.8" | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.Build.NoTargets": "3.7.0", | ||
"Microsoft.Build.Traversal": "3.4.0", | ||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24604.4" | ||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25056.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.Tests/Directory.Build.props
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
src/SourceBuild/patches/aspnetcore/0001-update-jdk-version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
From d04dfb1ab0f13dbe0f15c065d7f127d8747a0832 Mon Sep 17 00:00:00 2001 | ||
From: Viktor Hofer <[email protected]> | ||
Date: Thu, 9 Jan 2025 08:54:39 +0100 | ||
Subject: [PATCH] Use the latest available jdk | ||
|
||
Backport: https://github.com/dotnet/aspnetcore/pull/59788 | ||
|
||
--- | ||
global.json | 2 +- | ||
src/SignalR/clients/java/signalr/build.gradle | 2 +- | ||
2 files changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/global.json b/global.json | ||
index c1270224e3..bd7a41270d 100644 | ||
--- a/global.json | ||
+++ b/global.json | ||
@@ -24,7 +24,7 @@ | ||
"xcopy-msbuild": "17.8.5" | ||
}, | ||
"native-tools": { | ||
- "jdk": "11.0.24" | ||
+ "jdk": "latest" | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25056.1", | ||
diff --git a/src/SignalR/clients/java/signalr/build.gradle b/src/SignalR/clients/java/signalr/build.gradle | ||
index 895f8c4338..3e192445c9 100644 | ||
--- a/src/SignalR/clients/java/signalr/build.gradle | ||
+++ b/src/SignalR/clients/java/signalr/build.gradle | ||
@@ -22,7 +22,7 @@ allprojects { | ||
version project.findProperty('packageVersion') ?: "99.99.99-dev" | ||
|
||
java { | ||
- sourceCompatibility = 1.8 | ||
+ sourceCompatibility = 1.9 | ||
} | ||
|
||
repositories { |
45 changes: 45 additions & 0 deletions
45
src/SourceBuild/patches/razor/0001-Remove-unused-fields.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
From faa695199c8b8886c0d923f25a57c9728afeafbf Mon Sep 17 00:00:00 2001 | ||
From: Matt Thalman <[email protected]> | ||
Date: Tue, 7 Jan 2025 14:48:06 -0600 | ||
Subject: [PATCH] Remove unused fields | ||
|
||
Backport: https://github.com/dotnet/razor/pull/11358 | ||
--- | ||
.../Microsoft.AspNetCore.Razor.LanguageServer/LspServices.cs | 4 +--- | ||
.../AutoInsert/RemoteAutoInsertService.cs | 1 - | ||
2 files changed, 1 insertion(+), 4 deletions(-) | ||
|
||
diff --git a/src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/LspServices.cs b/src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/LspServices.cs | ||
index 43a17a0402..01bf4ada70 100644 | ||
--- a/src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/LspServices.cs | ||
+++ b/src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/LspServices.cs | ||
@@ -14,16 +14,14 @@ namespace Microsoft.AspNetCore.Razor.LanguageServer; | ||
internal class LspServices : ILspServices | ||
{ | ||
private readonly IServiceProvider _serviceProvider; | ||
- private readonly IEnumerable<IRazorStartupService> _startupServices; | ||
public bool IsDisposed = false; | ||
|
||
public LspServices(IServiceCollection serviceCollection) | ||
{ | ||
serviceCollection.AddSingleton<ILspServices>(this); | ||
_serviceProvider = serviceCollection.BuildServiceProvider(); | ||
- | ||
// Create all startup services | ||
- _startupServices = _serviceProvider.GetServices<IRazorStartupService>(); | ||
+ _serviceProvider.GetServices<IRazorStartupService>(); | ||
} | ||
|
||
public ImmutableArray<Type> GetRegisteredServices() | ||
diff --git a/src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/AutoInsert/RemoteAutoInsertService.cs b/src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/AutoInsert/RemoteAutoInsertService.cs | ||
index 27dcc78952..f8ab749b66 100644 | ||
--- a/src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/AutoInsert/RemoteAutoInsertService.cs | ||
+++ b/src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/AutoInsert/RemoteAutoInsertService.cs | ||
@@ -32,7 +32,6 @@ internal sealed class RemoteAutoInsertService(in ServiceArgs args) | ||
} | ||
|
||
private readonly IAutoInsertService _autoInsertService = args.ExportProvider.GetExportedValue<IAutoInsertService>(); | ||
- private readonly IFilePathService _filePathService = args.ExportProvider.GetExportedValue<IFilePathService>(); | ||
private readonly IRazorFormattingService _razorFormattingService = args.ExportProvider.GetExportedValue<IRazorFormattingService>(); | ||
|
||
protected override IDocumentPositionInfoStrategy DocumentPositionInfoStrategy => PreferHtmlInAttributeValuesDocumentPositionInfoStrategy.Instance; |
Oops, something went wrong.