You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime.run.project.help=Runs the entire application instead of analyzing a single method in isolation. <b>Warning:</b> may take a long time or hang if the application waits for input.
48
48
runtime.timeout.label=Timeout (seconds):
49
-
runtime.timeout.help=Maximum time to wait for disassembly process. Set to 0 to disable timeout.
49
+
runtime.timeout.help=Maximum time to wait for the disassembly process. Set to 0 to disable the timeout.
50
50
51
51
# Error Messages
52
52
error.show.details=Show details
53
53
error.details.dialog.title=Error Details
54
-
error.SourceFileNotFound=Source file not found in solution
55
-
error.PsiSourceFileUnavailable=Unable to get PSI source file
54
+
error.SourceFileNotFound=Source file is not found in the solution
55
+
error.PsiSourceFileUnavailable=Unable to get the PSI source file
56
56
error.UnsupportedLanguage=ASM Viewer only works with C# files
57
-
error.InvalidCaretPosition=Place caret on a method, property, constructor, or type declaration to view ASM code
57
+
error.InvalidCaretPosition=Place the caret on a method, property, constructor, or type declaration to view JIT/native assembly code
58
58
error.PgoNotSupportedForAot=PGO has no effect on R2R'd/NativeAOT code
59
59
error.RunModeNotSupportedForAot=Run mode is not supported for crossgen/NativeAOT
60
60
error.TieredJitNotSupportedForAot=Tiered Compilation has no effect on R2R/NativeAOT code
61
61
error.FlowgraphsNotSupportedForAot=Flowgraphs are not tested with crossgen2/NativeAOT yet (in plugin)
62
62
error.FlowgraphsForClassNotSupported=Flowgraph for classes (all methods) is not supported yet
63
-
error.UnsupportedTargetFramework=Only net6.0 (and newer) apps are supported.\nMake sure <TargetFramework>net6.0</TargetFramework> is set in your csproj.
64
-
error.CustomRuntimeRequiresNet7=Only net7.0 (and newer) apps are supported with non-locally built dotnet/runtime.\nMake sure <TargetFramework>net7.0</TargetFramework> is set in your csproj.
65
-
error.GenericMethodsRequireRunMode=Generic methods require Run Project mode to be enabled.\nEnable it in ASM Viewer settings.
66
-
error.CompilationFailed=Failed to generate ASM code
63
+
error.UnsupportedTargetFramework=Only apps targeting .NET 6.0 or later are supported.\nMake sure <TargetFramework>net6.0</TargetFramework> is set in your .csproj file.
64
+
error.CustomRuntimeRequiresNet7=Only apps targeting .NET 7.0 or later are supported with non-locally built dotnet/runtime.\nMake sure <TargetFramework>net7.0</TargetFramework> is set in your .csproj file.
65
+
error.GenericMethodsRequireRunMode=Generic methods require Run Project mode to be enabled.\nEnable it in the ASM Viewer settings.
66
+
error.CompilationFailed=Failed to generate JIT/native assembly code
67
67
error.ProjectPathNotFound=Project path not found
68
68
error.DotnetBuildFailed=dotnet build failed
69
69
error.DotnetPublishFailed=dotnet publish failed
70
-
error.EmptyDisassembly=No disassembly produced. The method may be one of the following:\n\n\
70
+
error.EmptyDisassembly=No disassembly was produced. The method may be one of the following:\n\n\
0 commit comments