dotnet / dotnet/Scaffolding

Scaffolding doesn't respect editorconfig

Open
#1,373 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.