Skip to content

Instantly share code, notes, and snippets.

[Serializable]
[DebuggerDisplay ("{v,nq}")]
public unsafe struct nfloat : IFormattable, IConvertible, IComparable, IComparable<nfloat>, IEquatable <nfloat>
{
internal nfloat (nfloat v) { this.v = v.v; }
public nfloat (Single v) { this.v = v; }
#if ARCH_32
public static readonly int Size = 4;
using System;
class Sample
{
protected static int origRow;
protected static int origCol;
protected static void WriteAt(string s, int x, int y)
{
Console.Write(" " + s);
{
"payload" :
{
"protocol_version" : "0.0.4",
"configuration" : {
"version" : "(6.4.0.179) (2019-06/3608a495413)",
"tlc" : "normal",
"sigsgev" : "altstack",
"notifications" : "kqueue",
"architecture" : "amd64",
IEnumerator<ConstructorInfo> e = typeInfo.DeclaredConstructors.GetEnumerator();
do {
ConstructorInfo constructorInfo = e.Current();
if (!constructorInfo.IsStatic && constructorInfo.GetParameters.Length() == 0) {
inst = constructorInfo.Invoke(null);
break;
}
} while (e.MoveNext())
IEnumerator<ConstructorInfo> e = typeInfo.DeclaredConstructors.GetEnumerator();
do {
ConstructorInfo constructorInfo = e.Current();
if (!constructorInfo.IsStatic && constructorInfo.GetParameters.Length() == 0) {
inst = constructorInfo.Invoke(null);
break;
}
} while (e.MoveNext())
mscorlib.dll
Microsoft.Win32.RegistryKey
.ctor
CreateSubKey
FromHandle
GetSubKeyNames
GetValue
GetAccessControl
GetValueKind
## mscorlib
Microsoft.Win32.RegistryKey
.ctor
CreateSubKey
CreateSubKey
CreateSubKey
CreateSubKey
CreateSubKey
CreateSubKey
Mono: DllImport searching in: 'System.IO.Compression.Native' ('/Users/marek/git/my/trees/build-fixes/netcore/corefx/packages/runtime.osx-x64.microsoft.private.corefx.netcoreapp/4.6.0-preview7.19305.1/runtimes/osx-x64/native/System.IO.Compression.Native.dylib').
Mono: Searching for 'CompressionNative_Inflate'.
Mono: Probing 'CompressionNative_Inflate'.
Mono: Found as 'CompressionNative_Inflate'.
Process 40137 stopped
* thread #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x5a274e0)
frame #0: 0x00007fff72eafac4 libz.1.dylib`inflate + 848
libz.1.dylib`inflate:
-> 0x7fff72eafac4 <+848>: movzbl (%r12), %edx
0x7fff72eafac9 <+853>: incq %r12
Getting restore information for project /Users/marek/git/my/linker/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj
Getting restore information for project /Users/marek/git/my/linker/test/Mono.Linker.Tests.Cases/Mono.Linker.Tests.Cases.csproj
Getting restore information for project /Users/marek/git/my/linker/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj
Getting restore information for project /Users/marek/git/my/linker/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj
Sequence contains no matching element
Getting restore information for project /Users/marek/git/my/linker/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj
Getting restore information for project /Users/marek/git/my/linker/test/Mono.Linker.Tests.Cases/Mono.Linker.Tests.Cases.csproj
Getting restore information for project /Users/marek/git/my/linker/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj
Getting restore information for project /U
Could not find file '/Users/marek/git/dotnet/corefx/artifacts/bin/tests/System.Collections.Immutable.Tests/netcoreapp-OSX-Debug-x64/xunit.console.deps.json'.
File name: '/Users/marek/git/dotnet/corefx/artifacts/bin/tests/System.Collections.Immutable.Tests/netcoreapp-OSX-Debug-x64/xunit.console.deps.json'
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream.OpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
at System.IO.FileStream..ctor(String path, FileMode