mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-24 03:56:27 +00:00
Support for filters
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace Net.Sdk.Web.Extensions.SourceGenerators.Tests.Filters;
|
||||
|
||||
public class SimpleFilter : IEndpointFilter
|
||||
{
|
||||
public ValueTask<object?> InvokeAsync(EndpointFilterInvocationContext context, EndpointFilterDelegate next)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user