79224339

Date: 2024-11-25 19:19:25
Score: 2
Natty:
Report link

In the current version (8.1.0) this can be achieved by using:

services.AddTransient<IApiControllerFilter, NoControllerFilter>();

See https://github.com/dotnet/aspnet-api-versioning/issues/1029 for details.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hankor