-
Notifications
You must be signed in to change notification settings - Fork 44
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
obj\[Configuration]\NuGet\[Guid] folder included in output #55
Comments
Hi @svenkle - this is logged in glass.... mikeedwards83/Glass.Mapper#432 Hopefully we'll get it fixed soon |
@muso31 sure it's a GlassMapper issue, but given the fact this repository depends on both GlassMapper and HPP wouldn't it be better to apply a fix until a time that it is resolved? There are many open issues and several PRs in that repository so it seems unlikely to be fixed any time soon. |
@svenkle I have access to Glass as I'm helping maintain the solution, there's already a branch with a fix in place. We'll look into getting it tested and released asap - https://github.com/mikeedwards83/Glass.Mapper/tree/feature/loadingchanges |
..Will also look into applying your fix in the meatime |
Great! Can you also approve my PR in that repo 😄. |
Posting this for review/discussion or to help others.
There is a little/strange issue when GlassMapper and Helix Publish Profile are used in conjunction. Each project that references GlassMapper has a obj folder with the .cs and .config files from GlassMapper in a format similar to
obj\[Configuration]\Nuget\[Guid]
. Unfortunately this folder is copied to the publish target by HPP and it really shouldn't be there. To work around this I've updated my NuGet references as shown below:Reference for NuGet: https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files
The text was updated successfully, but these errors were encountered: