Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GenerateEmbeddedFilesManifest option for the projects with embedded files #4541

Closed
hikalkan opened this issue Jun 30, 2020 · 0 comments · Fixed by #4565
Closed

Use GenerateEmbeddedFilesManifest option for the projects with embedded files #4541

hikalkan opened this issue Jun 30, 2020 · 0 comments · Fixed by #4565
Assignees
Milestone

Comments

@hikalkan
Copy link
Member

Based on the feature #4528,

For each project that adds embedded files to the AbpVirtualFileSystemOptions;

  1. Add <GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest> to the property group of the .csproj file.
  2. Add Microsoft.Extensions.FileProviders.Embedded package to the .csproj file (<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="3.1.5" />)
  3. Remove namespace parameter while using the options.FileSets.AddEmbedded.

Example commit: c9a25fe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants