`aspnet-codegenerator identity` static files issues
Open
area-scaffolding
customer-reported
Triage-Approved
- Dominant language
- C#
- Stars
- 818
- Forks
- 260
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
1. Scaffolding on raw project does not bring all static files like `bootstrap.bundle.min.js`
2. Static files are put into `wwwroot` while templates are asking for `~/Identity/...`
```C#
aspnet-codegenerator identity
```
```
$ dotnet --version
8.0.403
```
```xaml
net8.0
enable
enable
all
runtime; build; native; contentfiles; analyzers; buildtransitive
```
Contributor guide
Assessment
This issue has not been assessed yet.