Skip to content

Commit

Permalink
Generate execution overloads for easier discoverability
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 1, 2023
1 parent 3b271e6 commit 010301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudActors.CodeAnaysis/ExecuteGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Devlooped.CloudActors;

//[Generator]
[Generator]
public class ExecuteGenerator : IIncrementalGenerator
{
public void Initialize(IncrementalGeneratorInitializationContext context)
Expand Down

0 comments on commit 010301f

Please sign in to comment.