Humanizr / Humanizer

Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Other
8.67k stars 967 forks source link

Humanizer.resources.dll is built in debug mode (WACK report) #920

Closed maxkatz6 closed 4 years ago

maxkatz6 commented 4 years ago

Hi! When I run Windows App Certification Kit to validate my UWP appxbundle package, it fails with next message: image

In fact, it doesn't impact store submission, so I can easily ignore that issue. However I want to ask, is it expected behavior?

Used package: Humanizer v2.7.9 (with all languages). TargetFrameworks: netstandard1.4, uap10.0.10240 (with MSBuild.Sdk.Extras)

clairernovotny commented 4 years ago

All of the binaries are being built in the same way. I suspect WACK is incorrectly handling satellite resource assemblies.

maxkatz6 commented 4 years ago

@clairernovotny Thanks for answer! I have created issue with Visual Studio: https://developercommunity.visualstudio.com/content/problem/985020/humanizerresourcesdll-is-built-in-debug-mode-wack.html Feedback hub: feedback-hub:?contextid=950&feedbackid=95d911d2-9dd7-4a0a-beaa-4924c55399b3&form=1&src=1

maxkatz6 commented 4 years ago

I will close issue, because it seems like a bug in WACK.