Small inconsistency in logging #116

Open
opened 2026-01-29 16:29:55 +00:00 by claunia · 0 comments
Owner

Originally created by @FRvanderVeen on GitHub (Feb 22, 2022).

I was using the CreateDeb and CreateRpm tasks after each other. I noticed a small inconsistency in the logging output. This gave me the idea that something went wrong, but looking in the code, I see everything is fine.

Only the DebTask logs the following
3f7bd3c61a/Packaging.Targets/DebTask.cs (L192-L196)

3f7bd3c61a/Packaging.Targets/DebTask.cs (L288-L292)

Where all other tasks log
3f7bd3c61a/Packaging.Targets/RpmTask.cs (L260)

3f7bd3c61a/Packaging.Targets/RpmTask.cs (L336)

This difference is probably due to the fact that all other tasks write a log via the .targets file

Deb:
3f7bd3c61a/Packaging.Targets/build/Packaging.Targets.targets (L186-L190)

Rpm:
3f7bd3c61a/Packaging.Targets/build/Packaging.Targets.targets (L99-L105)

Originally created by @FRvanderVeen on GitHub (Feb 22, 2022). I was using the CreateDeb and CreateRpm tasks after each other. I noticed a small inconsistency in the logging output. This gave me the idea that something went wrong, but looking in the code, I see everything is fine. Only the DebTask logs the following https://github.com/quamotion/dotnet-packaging/blob/3f7bd3c61a00ce2c51f4f53f34d149b0ce5f8fdd/Packaging.Targets/DebTask.cs#L192-L196 https://github.com/quamotion/dotnet-packaging/blob/3f7bd3c61a00ce2c51f4f53f34d149b0ce5f8fdd/Packaging.Targets/DebTask.cs#L288-L292 Where all other tasks log https://github.com/quamotion/dotnet-packaging/blob/3f7bd3c61a00ce2c51f4f53f34d149b0ce5f8fdd/Packaging.Targets/RpmTask.cs#L260 https://github.com/quamotion/dotnet-packaging/blob/3f7bd3c61a00ce2c51f4f53f34d149b0ce5f8fdd/Packaging.Targets/RpmTask.cs#L336 This difference is probably due to the fact that all other tasks write a log via the .targets file Deb: https://github.com/quamotion/dotnet-packaging/blob/3f7bd3c61a00ce2c51f4f53f34d149b0ce5f8fdd/Packaging.Targets/build/Packaging.Targets.targets#L186-L190 Rpm: https://github.com/quamotion/dotnet-packaging/blob/3f7bd3c61a00ce2c51f4f53f34d149b0ce5f8fdd/Packaging.Targets/build/Packaging.Targets.targets#L99-L105
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#116