-
An audit of the types used in the Cross DAC revealed MD data types in the DBI build.
Root cause seems to be `src/coreclr/src/inc` indirectly including private header files.
```
git grep "#include…
-
I did a similar binding for Samsung Pay 1.8 with a slight modification in the Metadata.xml to handle GetCardListener as well as CardListener interface
```
CardListenerSuccessEventArgs
CardLis…
-
```
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…
-
### Describe the Bug
I am trying to override the ilasm and ildasm tools used by SBRP (while building as part of the VMR) to provide a custom implementation (for non-intel, non-arm platforms).
Th…
-
@uweigand brought up that `./prep.sh --bootstrap` does not help for platforms that are not currently supported by Microsoft because no packages exist for those platforms. To work around this, he is m…
-
C#
`var value = 0xfffffe0b;`
IL
`IL_0000: ldc.i4 -501`
-
hi
is it possible extract only the source code ??
mxasl updated
8 years ago
-
```
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-…
-
Roslyn can do full-signing on CoreCLR, ILAsm should do the same. https://github.com/dotnet/roslyn/issues/8210
/cc @jkotas