.net-core-publishsinglefile Questions
4
Is there an obfuscation tool that can work well on the exe and pdb files that result from a dotnet core single file publish?
I am using dotnet core single file publish with the command: dotnet pub...
Aghast asked 19/5, 2020 at 16:46
2
I need a single exe-file on a windows pc executing a .Net WPF program. This file must be signed with a code authentication certificat. With this certificat the exe-file is executed on foreign windo...
Rafflesia asked 12/11, 2021 at 9:27
2
Solved
I'm having an issue regarding trying to compile my .NET 5 application to a single file executable while debugging through Visual Studio.
My .csproject file is below.
<Project Sdk="Microsoft...
Righteous asked 30/9, 2020 at 8:29
1
Solved
To better explain, I'll give some context.
I have an application that loads a library dynamically on runtime. The library is some sort of a plugin and the application is intended to test the plugin...
Gratis asked 18/11, 2020 at 16:53
1
© 2022 - 2024 — McMap. All rights reserved.