Consider an analyzer that warns if ConfigureServices contains parameters other than IServiceCollection
Open
affected-medium
area-hosting
area-networking
enhancement
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
Having a `ConfigureServices` like `public void ConfigureServices(IServiceCollection services, IWebHostEnvironment env)` results in a runtime error. A startup analyzer could additionally flag this as an error.
Contributor guide
Assessment
This issue has not been assessed yet.