MiKom
Publishing application with native libraries
It seems that this magic is related to the contents of
obj/project.assets.json
. If something is runtimeTargets
there, then MSBuild knows to copy it to proper place. But it seems to be done like that only for Nuget packages :/11 replies
✅ Any tips for learning ASP.NET MVC Core?
As a starter, I used a book from this series: https://www.manning.com/books/pro-aspdotnet-core-7-tenth-edition
5 replies
I really need to complete the simulated annealing method for the traveling salesman problem
Do you create a new instance of the
EuclideanPath
class anywhere? The error is weird though because it seems like you're calling a non-static method on a class name. That shouldn't even compile.16 replies