Skip to content

Commit

Permalink
Add nullable and generated code annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jun 8, 2024
1 parent f571a42 commit b2a11fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/SponsorLink/SponsorLink/DiagnosticsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#nullable enable
using System;
using System.Collections.Concurrent;
using System.Diagnostics.CodeAnalysis;
using Humanizer;
using Microsoft.CodeAnalysis;

Expand Down
1 change: 0 additions & 1 deletion src/SponsorLink/SponsorLink/ManifestStatus.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// <autogenerated />
#nullable enable
namespace Devlooped.Sponsors;

/// <summary>
Expand Down
4 changes: 3 additions & 1 deletion src/SponsorLink/SponsorLink/SponsorLinkAnalyzer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System;
// <autogenerated />
#nullable enable
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
Expand Down
3 changes: 2 additions & 1 deletion src/SponsorLink/SponsorLink/ThisAssembly.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
partial class ThisAssembly
// <autogenerated />
partial class ThisAssembly
{
partial class Strings
{
Expand Down

0 comments on commit b2a11fa

Please sign in to comment.