Skip to content

Instantly share code, notes, and snippets.

@doodoori2
Created August 5, 2015 06:52
Show Gist options
  • Select an option

  • Save doodoori2/3f0a8d075ab4c5368d0a to your computer and use it in GitHub Desktop.

Select an option

Save doodoori2/3f0a8d075ab4c5368d0a to your computer and use it in GitHub Desktop.
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