-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Description
Hello. Seems like when I publish my project, AutoLoggerMessageGenerator.BuildOutput.dll doesn't get copied to publish folder and app fails with:
Could not load file or assembly 'AutoLoggerMessageGenerator.BuildOutput, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Reproduction Steps
- Create project
- Add package
<PackageReference Include="stbychkov.AutoLoggerMessage" Version="1.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- Publish
Expected behavior
Probably AutoLoggerMessageGenerator.BuildOutput should be copied to publish folder. This is build folder:
Actual behavior
Publish folder:
Regression?
No response
Known Workarounds
No response
Configuration
.NET SDK:
Version: 10.0.100-preview.3.25201.16
Commit: 9dee3cf508
Workload version: 10.0.100-preview.3.25208.1
MSBuild version: 17.14.0-preview-25177-05+903614e16
But seems like this is unrelated to SDK version and configuration
Other information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

