Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #30045
Closed
Open
Issue created Jan 17, 2020 by Administrator@rootContributor

Sass files are not added to the project, when installed bootstrap.sass nuget package

Created by: Liero

when installing bootstrap.sass into ASP.NET Core 3.1 project, the sass files are not added to the project.

The reason is described here:

package authors should use contentFiles element instead of old content element when creating packages. The author do include those files in the contentFiles folder when generating nuget packages. However, he also need to specify the contentFiles element in xx.nuspec file like this issue. Only one folder whose name is contentFiles in xx.nupkg is not enough if we want to access those files in VS Solution Explorer

Steps to reproduce:

  1. Create default asp.net core project with either CLI or Visual Studio dotnet new webapp
  2. cd web-app
  3. Install-Package bootstrap.sass
  • .NET Core 3.1
  • Operating system and version Win10
  • Visual Studio 16.4 (optional)
Assignee
Assign to
Time tracking