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 f571a42 commit b2a11faCopy full SHA for b2a11fa
4 files changed
src/SponsorLink/SponsorLink/DiagnosticsManager.cs
@@ -2,7 +2,6 @@
2
#nullable enable
3
using System;
4
using System.Collections.Concurrent;
5
-using System.Diagnostics.CodeAnalysis;
6
using Humanizer;
7
using Microsoft.CodeAnalysis;
8
src/SponsorLink/SponsorLink/ManifestStatus.cs
@@ -1,5 +1,4 @@
1
// <autogenerated />
-#nullable enable
namespace Devlooped.Sponsors;
/// <summary>
src/SponsorLink/SponsorLink/SponsorLinkAnalyzer.cs
@@ -1,4 +1,6 @@
-using System;
+// <autogenerated />
+#nullable enable
+using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
src/SponsorLink/SponsorLink/ThisAssembly.cs
@@ -1,4 +1,5 @@
-partial class ThisAssembly
+partial class ThisAssembly
{
partial class Strings
0 commit comments