Skip to content

Commit

Permalink
Enable nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 27, 2025
1 parent ca4ed2e commit 2a56281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Funcky.SourceGenerator/ApplyGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public void Initialize(IncrementalGeneratorInitializationContext context)

private static string GenerateApplyExtensions()
=> $$"""
#nullable enable
namespace Funcky.Extensions;
public static partial class FuncExtensions
Expand All @@ -28,6 +30,8 @@ public static partial class FuncExtensions

private static string GenerateApplyFunctions()
=> $$"""
#nullable enable
namespace Funcky;
public static partial class Functional
Expand Down

0 comments on commit 2a56281

Please sign in to comment.