Describe the bug
'Users' does not implement inherited abstract member 'EndpointGroupBase.Map(RouteGroupBuilder)'
To Reproduce
Steps to reproduce the behavior:
- Create a Web API Only project using command similar to
dotnet new ca-sln -cf None -o MyProject --database postgresql
- Open solution in Visual Studio 2022
- Build
- See error
Expected behavior
Build passes
Screenshots
Additional context
N/A