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
* initial changes for process name
* add support to get managedEntrypointAssemblyName
* FB
* FB2
* fix main merge issues
* Using assembly location for coreclr per FB
* FB
* FB
* FB
testBuildArgs: 'nativeaot tree ";nativeaot;Loader;Interop;tracing/eventpipe/config;tracing/eventpipe/diagnosticport;tracing/eventpipe/reverse;tracing/eventpipe/processenvironment;tracing/eventpipe/simpleruntimeeventvalidation;" test tracing/eventcounter/runtimecounters.csproj /p:BuildNativeAotFrameworkObjects=true'
251
+
testBuildArgs: 'nativeaot tree ";nativeaot;Loader;Interop;tracing/eventpipe/config;tracing/eventpipe/diagnosticport;tracing/eventpipe/reverse;tracing/eventpipe/processenvironment;tracing/eventpipe/simpleruntimeeventvalidation;tracing/eventpipe/processinfo2;" test tracing/eventcounter/runtimecounters.csproj /p:BuildNativeAotFrameworkObjects=true'
// shipping criteria: no EVENTPIPE-NATIVEAOT-TODO left in the codebase
92
-
// TODO: Implement EventPipe assembly name - return filename in nativeaot?
93
-
returnreinterpret_cast<constep_char8_t*>("");
98
+
// We are (intentionally for now) using the module name rather than entry assembly
99
+
// Cannot use __cpp_threadsafe_static_init feature since it will bring in the C++ runtime and need to use threadsafe way to initialize entrypoint_assembly_name
Utils.Assert(currentProcessCommandLine.Equals(receivedCommandLine,StringComparison.OrdinalIgnoreCase),$"CommandLine must match current process. Expected: {currentProcessCommandLine}, Received: {receivedCommandLine} (original: {commandLine})");
Utils.Assert(currentProcessCommandLine.Equals(receivedCommandLine,StringComparison.OrdinalIgnoreCase),$"CommandLine must match current process. Expected: {currentProcessCommandLine}, Received: {receivedCommandLine} (original: {commandLine})");
0 commit comments