Nuget package problems with setup
Moving @Rainmaker 's post here
Solution:Jump to solution
Yeah, this is an older list. Most of them I've been able to fix with the help of Rex. The security thing might be an issue though, as the TreatWarningsAsErrors is on for some of the projects. Easiest fix is probably to set <NuGetAudit>false</NuGetAudit> in the C# project files. But, currently, this only impacts people on VS preview.
5 Replies
The warning for #1 doesn't break the build but I haven't tried clicking the warning to fix it as I suspected that would break something. But I see the warning and got things working
#4 was due to one underscore disappearing from a single file. The macro is
__has_feature()
. I have no idea how that happenedSolution
Yeah, this is an older list. Most of them I've been able to fix with the help of Rex. The security thing might be an issue though, as the TreatWarningsAsErrors is on for some of the projects. Easiest fix is probably to set <NuGetAudit>false</NuGetAudit> in the C# project files. But, currently, this only impacts people on VS preview.
If possible, not sure how UE works. Updating the vulnerable dependencies might also be worth considering