Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wrighton <davidwr@microsoft.com>2017-06-02 23:51:19 +0300
committerJan Kotas <jkotas@microsoft.com>2017-06-02 23:51:19 +0300
commit59444b8ff92b3d2a44355462d858174e72949108 (patch)
treede1ff6e52c13c08dafe23eef79204c1d0860c275 /src/ILCompiler.TypeSystem
parent4ab7957939ca9b37fb8cb4d18a6dc0d3389b7e4b (diff)
Remove problematic use of NotImplementedException (#3774)
* Remove problematic use of NotImplementedException - Mostly convert to NotSupportedException - For IsByRefLike, implement correctly - References issues 190 and 3772 - Fixes #3760
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
index feb5a7938..ce35bbb78 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -560,6 +560,9 @@
<Compile Include="..\..\Common\src\System\FormattingHelpers.cs">
<Link>Common\System\FormattingHelpers.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\System\NotImplemented.cs">
+ <Link>System\NotImplemented.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\TypeSystem\Sorting\ArrayType.Sorting.cs">
<Link>TypeSystem\Sorting\ArrayType.Sorting.cs</Link>
</Compile>