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
[release/9.0] Add NativeRuntimeEventSource metadata to NativeAot CoreLib (#106713)
* Add NativeRuntimeEventSource metadata to NativeAot CoreLib
This is necessary to allow consumers to parse the payload.
Delete unnecessary runtimeflavor argument of genRuntimeEventSources.py script.
Fixes#105556
* Exclude unused keywords and events
<ErrorCondition="'$(PYTHON)' == ''"Text="Unable to locate Python. NativeRuntimeEventSource.CoreCLR.cs cannot be generated without Python installed on the machine. Either install Python in your path or point to it with the PYTHON environment variable." />
323
+
<ErrorCondition="'$(PYTHON)' == ''"Text="Unable to locate Python. NativeRuntimeEventSource.Generated.cs cannot be generated without Python installed on the machine. Either install Python in your path or point to it with the PYTHON environment variable." />
<ErrorCondition="'$(PYTHON)' == ''"Text="Unable to locate Python. NativeRuntimeEventSource.Generared.cs cannot be generated without Python installed on the machine. Either install Python in your path or point to it with the PYTHON environment variable." />
Copy file name to clipboardExpand all lines: src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Threading.NativeSinks.Internal.cs
<ErrorCondition="'$(PYTHON)' == ''"Text="Unable to locate Python. NativeRuntimeEventSource.Mono.cs cannot be generated without Python installed on the machine. Either install Python in your path or point to it with the PYTHON environment variable." />
330
+
<ErrorCondition="'$(PYTHON)' == ''"Text="Unable to locate Python. NativeRuntimeEventSource.Generated.cs cannot be generated without Python installed on the machine. Either install Python in your path or point to it with the PYTHON environment variable." />
0 commit comments