-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET core example #11
Comments
If your project uses |
No, we are using dotnet build + dotnet pack via jenkins build pipeline. I just added it there for completess. |
Obfuscar does not support automatic .NET Core assembly resolution, so |
I tried "dotnet publish --self-contained". The problem is it produces platform-specific executables, as explained in the documentation. |
@JandosKh ,analyze each of the generated files please, and you will see the platform specific files are irrelevant when your goal is to obfuscate managed assemblies. |
Please provide a working .net core 3.1+ example that would work with dotnet build/pack/publish command, stackoverflow says it's possible to use for .net core but its not shown anywhere how. Ideal would be an example for nuget package project.
The text was updated successfully, but these errors were encountered: