I made a simple program, but I use html agility pack to do 1 simple thing. How can I get a simple .exe of my program without also having to include the htmlagilitypack dll in it too? Just 1 exe file?
If using .NET Core >= 3, you can do a single file publish. It’s an option while publishing.
All it does though is extract all the files into a temp directory and run it from there, though.
All it does though is extract all the files into a temp directory and run it from there, though
So it’s not a single file publish?
I used .NET framework
C# devs
null reference exceptions