Created
August 5, 2015 06:52
-
-
Save doodoori2/3f0a8d075ab4c5368d0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| System.OverflowException: Value was either too large or too small for an Int64 | |
| at: System.UInt64.System.IConvertible.ToInt64(IFormatProvider provider) | |
| at: ICSharpCode.Decompiler.Ast.AstBuilder.ConvertArgumentValue(CustomAttributeArgument argument) | |
| at: ICSharpCode.Decompiler.Ast.AstBuilder.ConvertArgumentValue(CustomAttributeArgument argument) | |
| at: ICSharpCode.Decompiler.Ast.AstBuilder.ConvertCustomAttributes(AstNode attributedNode, ICustomAttributeProvider customAttributeProvider, String attributeTarget) | |
| at: ICSharpCode.Decompiler.Ast.AstBuilder.ConvertAttributes(EntityDeclaration attributedNode, TypeDefinition typeDefinition) | |
| at: ICSharpCode.Decompiler.Ast.AstBuilder.CreateType(TypeDefinition typeDef) | |
| at: ICSharpCode.Decompiler.Ast.AstBuilder.AddType(TypeDefinition typeDef) | |
| at: ICSharpCode.ILSpy.CSharpLanguage.<>c__DisplayClass14.<WriteCodeFilesInProject>b__11(IGrouping`2 file) | |
| at: System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c() | |
| at: System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) | |
| at: System.Threading.Tasks.Task.<>c__DisplayClass11.<ExecuteSelfReplicating>b__10(Object param0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment