-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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:
<PackageReference Update="Glass.Mapper.Sc.100" Version="5.8.173">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
Reference for NuGet: https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels