Closed ignatandrei closed 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
Good catch!
Hello
The namespace at
https://github.com/shawnwildermuth/MinimalApis/blob/main/MinimalApis.Discovery.md
should be modified from
to
( 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