We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9d7ee commit c94d325Copy full SHA for c94d325
DevProxy/Announcement.cs
@@ -6,7 +6,7 @@
6
7
namespace DevProxy;
8
9
-internal class Announcement(HttpClient httpClient)
+internal sealed class Announcement(HttpClient httpClient)
10
{
11
private static readonly Uri announcementUrl = new("https://aka.ms/devproxy/announcement");
12
private readonly HttpClient _httpClient = httpClient;
0 commit comments