We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.OverflowException: 值对于 Int64 太大或太小。 在 System.Convert.ToInt64(UInt64 value) 在 System.UInt64.System.IConvertible.ToInt64(IFormatProvider provider) 在 System.Convert.ToInt64(Object value) 在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertArgumentValue(CustomAttributeArgument argument) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1528 在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertArgumentValue(CustomAttributeArgument argument) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1524 在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertCustomAttributes(AstNode attributedNode, ICustomAttributeProvider customAttributeProvider, String attributeTarget) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1407 在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertAttributes(EntityDeclaration attributedNode, TypeDefinition typeDefinition) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1126 在 ICSharpCode.Decompiler.Ast.AstBuilder.CreateType(TypeDefinition typeDef) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 311 在 ICSharpCode.Decompiler.Ast.AstBuilder.AddType(TypeDefinition typeDef) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 270 在 ICSharpCode.Decompiler.Ast.AstBuilder.AddAssembly(ModuleDefinition moduleDefinition, Boolean onlyAssemblyLevel) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 223 在 ICSharpCode.Decompiler.Ast.AstBuilder.AddAssembly(AssemblyDefinition assemblyDefinition, Boolean onlyAssemblyLevel) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 185 在 Netjs.App.Run(Config config) 位置 C:\Users\ZhangFan\Desktop\Netjs\Netjs\App.cs:行号 134 在 Netjs.App.Main(String[] args) 位置 C:\Users\ZhangFan\Desktop\Netjs\Netjs\App.cs:行号 59
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System.OverflowException: 值对于 Int64 太大或太小。
在 System.Convert.ToInt64(UInt64 value)
在 System.UInt64.System.IConvertible.ToInt64(IFormatProvider provider)
在 System.Convert.ToInt64(Object value)
在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertArgumentValue(CustomAttributeArgument argument) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1528
在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertArgumentValue(CustomAttributeArgument argument) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1524
在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertCustomAttributes(AstNode attributedNode, ICustomAttributeProvider customAttributeProvider, String attributeTarget) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1407
在 ICSharpCode.Decompiler.Ast.AstBuilder.ConvertAttributes(EntityDeclaration attributedNode, TypeDefinition typeDefinition) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 1126
在 ICSharpCode.Decompiler.Ast.AstBuilder.CreateType(TypeDefinition typeDef) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 311
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddType(TypeDefinition typeDef) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 270
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddAssembly(ModuleDefinition moduleDefinition, Boolean onlyAssemblyLevel) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 223
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddAssembly(AssemblyDefinition assemblyDefinition, Boolean onlyAssemblyLevel) 位置 C:\Users\ZhangFan\Desktop\Netjs\Dependencies\NRefactory\ICSharpCode.Decompiler\Ast\AstBuilder.cs:行号 185
在 Netjs.App.Run(Config config) 位置 C:\Users\ZhangFan\Desktop\Netjs\Netjs\App.cs:行号 134
在 Netjs.App.Main(String[] args) 位置 C:\Users\ZhangFan\Desktop\Netjs\Netjs\App.cs:行号 59
The text was updated successfully, but these errors were encountered: