You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
@@ -5,7 +5,6 @@
|
||||
// Changes to this file must follow the http://aka.ms/api-review process.
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
namespace System.Diagnostics
|
||||
{
|
||||
public partial class StackFrame
|
||||
@@ -52,7 +51,6 @@ namespace System.Diagnostics
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
}
|
||||
|
||||
namespace System.Diagnostics.SymbolStore
|
||||
{
|
||||
public partial interface ISymbolBinder
|
||||
@@ -172,9 +170,9 @@ namespace System.Diagnostics.SymbolStore
|
||||
NativeSectionOffset = 10,
|
||||
NativeStackRegister = 8,
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct SymbolToken
|
||||
public readonly partial struct SymbolToken
|
||||
{
|
||||
private readonly object _dummy;
|
||||
public SymbolToken(int val) { throw null; }
|
||||
public bool Equals(System.Diagnostics.SymbolStore.SymbolToken obj) { throw null; }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace System.Diagnostics.SymbolStore
|
||||
{
|
||||
public struct SymbolToken
|
||||
public readonly struct SymbolToken
|
||||
{
|
||||
private readonly int _token;
|
||||
|
||||
|
@@ -8,7 +8,6 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Release|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
|
||||
<!-- Default configurations to help VS understand the configurations -->
|
||||
<ItemGroup>
|
||||
<Compile Include="StackTraceTests.cs" />
|
||||
<Compile Include="SymDocumentTypeTests.cs" />
|
||||
|
Reference in New Issue
Block a user