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

Build targets file contains invalid command in ClearautoDictionariesAssets #15

Closed
ronaldbarendse opened this issue May 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ronaldbarendse
Copy link

Describe the bug
After installing this package, doing a Clean causes an error because the targets file seems to contain an invalid command (<ReautoDir Directories="@(autoDictionariesDir)" />, which should be <RemoveDir />).

To Reproduce
Steps to reproduce the behavior:

  1. Clean project/solution with AutoDictionaries installed

Expected behavior
No error when doing a Clean and the App_Plugins files being removed.

Additional context
Although I see the build target files are included in the project file, I can't find them in the repository:

<!-- target file to copy app_plugins in .netcore -->
<None Include="build\**\*.*">
<Pack>True</Pack>
<PackagePath>buildTransitive</PackagePath>
</None>

However, you can inspect the contents of this file and spot the above typo if you open the NuGet file (or go to https://nuget.info/packages/AutoDictionaries/10.0.1).

@ronaldbarendse ronaldbarendse added the bug Something isn't working label May 10, 2023
@Lantzify
Copy link
Owner

Thank you for bringing this to my attention @ronaldbarendse! I am going to change the way that I embed the files. And it will hopefully be done Thursday evening!

@Lantzify
Copy link
Owner

Fixed in 10.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants