Skip to content
New issue

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

Generates a guid for activity id #88838

Merged
merged 10 commits into from
Jul 26, 2023
Merged

Generates a guid for activity id #88838

merged 10 commits into from
Jul 26, 2023

Conversation

LakshanF
Copy link
Member

Calls CoCreateGuid on Windows and a random function for non-Windows. Also removes some stale @todos

Fixes #88789

@LakshanF LakshanF added this to the 8.0.0 milestone Jul 13, 2023
@LakshanF LakshanF self-assigned this Jul 13, 2023
@ghost
Copy link

ghost commented Jul 13, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

Calls CoCreateGuid on Windows and a random function for non-Windows. Also removes some stale @todos

Fixes #88789

Author: LakshanF
Assignees: LakshanF
Labels:

area-NativeAOT-coreclr

Milestone: 8.0.0

src/native/minipal/configure.cmake Show resolved Hide resolved
src/native/minipal/random.h Outdated Show resolved Hide resolved
src/native/minipal/random.h Outdated Show resolved Hide resolved
src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.cpp Outdated Show resolved Hide resolved
@LakshanF LakshanF merged commit 254263f into dotnet:main Jul 26, 2023
174 of 177 checks passed
@LakshanF LakshanF deleted the RandomGuids branch July 26, 2023 09:19
@ghost ghost locked as resolved and limited conversation to collaborators Aug 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

NativeAOT EventPipe require a reasonable random number generation to create guids
6 participants