csharpfritz / csharpfritz/InstantAPIs

Support for Startup.cs - ConfigureServices and Configure

Open
#65 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
453
Forks
58
PR merge metrics
No merged PRs in 30d

Description

I have a .NET 6 project, but I'm using `Program.cs` and 'Startup.cs' approach.

There is a method to add InstantAPI using `services.AddInstantAPIs();`, but no way to configure it inside `Configure(IApplicationBuilder app)`

https://github.com/csharpfritz/InstantAPIs/blob/main/Fritz.InstantAPIs/WebApplicationExtensions.cs#L18 supports `IEndpointRouteBuilder` but a method that supports `IApplicationBuilder` is missing.

Any plans to add support for it?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.