BrighterCommand / BrighterCommand/Brighter
[Feature] Create Analyzer
- Dominant language
- C#
- Stars
- 2.5k
- Forks
- 296
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 21
Description
**Is your feature request related to a problem? Please describe.**
Would be nice if Brighter have an Analyzer to help use Brighter
What the Analyzer could do (if it's possible):
- Mark Mapper/RequestHander as used
- Suggest/Warning to implement Mapper Sync and Async when user create a custom Mapper
- Warning when you tries to wrapper attribute in `MapToRequest`
- Warning about missing `RequestType` on publication
- Warning about missing `messagePump`
- Warning if the message pump doesn't match with `RequestHandler`
- Warning if you try to send/publish when the type is map to a `Publication`
**Describe the solution you'd like**
Have a new project to Analyzer
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
Contributor guide
Assessment
This issue has not been assessed yet.