Skip to content

Commit

Permalink
Rename EndpointHandlerGenerator to EndpointRouteHandlerGenerator
Browse files Browse the repository at this point in the history
Renamed the file `EndpointHandlerGenerator.cs` to `EndpointRouteHandlerGenerator.cs`.
Updated the namespace and class name accordingly.
  • Loading branch information
marcominerva committed Oct 4, 2024
1 parent 63a6628 commit c4e7793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace MinimalHelpers.Routing.Analyzers;

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

0 comments on commit c4e7793

Please sign in to comment.