shawnwildermuth / MinimalApis

A set of Minimal API tools
MIT License
11 stars 0 forks source link

Wrong namespace in documentation #1

Closed ignatandrei closed 6 months ago

ignatandrei commented 6 months ago

Hello

The namespace at

https://github.com/shawnwildermuth/MinimalApis/blob/main/MinimalApis.Discovery.md

should be modified from

using WilderMinds.MinimalApiDiscovery;

namespace UsingMinimalApiDiscovery.Apis;

public class StateApi : IApi

to

using MinimalApis.Discovery;

( that is where MinimalApisDiscoveryGeneratedExtensions class is generated )

( I discovered this because I have made an example with MinimalApis.Discovery at https://ignatandrei.github.io/RSCG_Examples/v2/docs/MinimalApis.Discovery

shawnwildermuth commented 6 months ago

Good catch!