Browse Source

fix unit test; remove FastSerializer

pull/728/merge
Siegfried Pammer 9 years ago
parent
commit
557c5a5051
  1. 1
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
  2. 2
      ICSharpCode.Decompiler/Tests/TestCases/Correctness/Conversions.cs
  3. 2
      ICSharpCode.Decompiler/TypeSystem/CecilLoader.cs
  4. 1371
      ICSharpCode.Decompiler/Util/FastSerializer.cs

1
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -526,7 +526,6 @@ @@ -526,7 +526,6 @@
<Compile Include="Util\CSharpPrimitiveCast.cs" />
<Compile Include="Util\EmptyList.cs" />
<Compile Include="Util\ExtensionMethods.cs" />
<Compile Include="Util\FastSerializer.cs" />
<Compile Include="Util\ImmutableStack.cs" />
<Compile Include="Util\Interval.cs" />
<Compile Include="Util\LazyInit.cs" />

2
ICSharpCode.Decompiler/Tests/TestCases/Correctness/Conversions.cs

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// #include "../../../../NRefactory/ICSharpCode.NRefactory/Utils/CSharpPrimitiveCast.cs"
// #include "../../../Util/CSharpPrimitiveCast.cs"
using System;
using ICSharpCode.NRefactory.Utils;

2
ICSharpCode.Decompiler/TypeSystem/CecilLoader.cs

@ -275,7 +275,7 @@ namespace ICSharpCode.NRefactory.TypeSystem @@ -275,7 +275,7 @@ namespace ICSharpCode.NRefactory.TypeSystem
#endregion
#region IUnresolvedAssembly implementation
[Serializable, FastSerializerVersion(cecilLoaderVersion)]
[Serializable]
sealed class CecilUnresolvedAssembly : DefaultUnresolvedAssembly, IDocumentationProvider
{
readonly IDocumentationProvider documentationProvider;

1371
ICSharpCode.Decompiler/Util/FastSerializer.cs

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save