Skip to content
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions known-issues-vs2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Scaffolding broken for ASP.NET Core (.NET Framework) templates
* #### Workaround:
None

### Sequence numbers added to wronge item templates
### Sequence numbers added to wrong item templates
Sequence numbers are added to inappropriate Item Templates

* #### Issue:
Expand Down Expand Up @@ -206,4 +206,4 @@ Scaffolded files may not be included in user's project in certain cases, where u
If user project has a globbing pattern for ```<Compile>``` item group with a exclude pattern. And if the files generated by scaffolding match the pattern, they are not included in the project. For example: If project has ```<Compile Include = "**/*.cs" Exclude="ExcludedDir/*.cs" />``` and scaffolding generates a file in 'DefaultController.cs' ExcludedDir, it will not be included in the project for compilation.

* #### Workaround:
Manually adjust the globbing pattern to include the 'ExcludedDir/DefaultController
Manually adjust the globbing pattern to include the 'ExcludedDir/DefaultController