Commit abe59bb 1 parent 11268ea commit abe59bb Copy full SHA for abe59bb
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class ClrTypeError : ClrType
9
9
public override ulong MethodTable => 0 ;
10
10
public override uint MetadataToken => 0 ;
11
11
public override string Name { get ; }
12
- public override ClrHeap Heap => throw new NotImplementedException ( ) ;
12
+ public override ClrHeap Heap => null ;
13
13
public override IList < ClrInterface > Interfaces => new List < ClrInterface > ( ) ;
14
14
public override bool IsFinalizable => false ;
15
15
public override bool IsPublic => false ;
Original file line number Diff line number Diff line change 62
62
<ErrorReport >prompt</ErrorReport >
63
63
<CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
64
64
<Prefer32Bit >true</Prefer32Bit >
65
+ <LangVersion >6</LangVersion >
65
66
</PropertyGroup >
66
67
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
67
68
<OutputPath >bin\x86\Release\</OutputPath >
You can’t perform that action at this time.
0 commit comments