-
```
Hi,
Whenever I create a new MSRS project and include the DLL for
OpenCVDotNet.dll I receive the error:
OpenCVDotNet is not a strong named assembly.
So I found instructions on how to create a st…
-
I tried to use this tool to sign a couple of existing assembly
First I generated a key:
```
dotnet-signtool sn create-key keyfile.snk
```
the I signed the assemblies, like this.
```
dotnet-…
-
I'm trying to understand what protections are being applied to my program, but from what I've noticed the output shows step of all protections, even if I disable all protections!
This is the log of a…
-
I'm trying to perform the following steps:
1. Create project **ObfuscationTest.csproj** here: https://github.com/KvanTTT/ObfuscationTest
2. Add **Confuser.MSBuild** dependecy from https://www.nuge…
-
Please, can you explain the functionality of this code snippet:
94 close: function () {
95 this.statement.close();
96 },
in
Cordova-sqlite-storage / src / windows / SQLite3-W…
-
I merged multiple .dlls and an .exe of a CL-Tool I have been working on so it can be easily distributable.
The merging itself works and throws no errors, but when I go to call a command on the exe,…
-
The nuget package: https://www.nuget.org/api/v2/package/System.Buffers/4.5.1 has mismatched assembly versions.
Which requires binding redirects on the desktop to successfully bind.
Download the …
-
```
Hi,
Whenever I create a new MSRS project and include the DLL for
OpenCVDotNet.dll I receive the error:
OpenCVDotNet is not a strong named assembly.
So I found instructions on how to create a st…
-
```
Hi,
Whenever I create a new MSRS project and include the DLL for
OpenCVDotNet.dll I receive the error:
OpenCVDotNet is not a strong named assembly.
So I found instructions on how to create a st…
-
Really interested in knowing how [TryRoslyn](https://tryroslyn.azurewebsites.net/#f:>il/K4Zwlgdg5gBAygTxAFwKYFsDcBYAUAB2ACMAbMAYxnJIEMQQYBhGAbzxg5kNIpgDcA9mAAmMALIAKAJSt2nAL555QA==) render their IL. W…