Scaffolding doesn't respect editorconfig
Open
area-scaffolding
- Dominant language
- C#
- Stars
- 818
- Forks
- 260
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
For example, the scaffolded Register page contains the following: `var result = await _userManager.CreateAsync(user, Input.Password);`, while my editorconfig specifies to use var only if the type is apparent.
Contributor guide
Assessment
This issue has not been assessed yet.