-
Notifications
You must be signed in to change notification settings - Fork 9
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
Preserve ordering of LogEvents. #47
Comments
Hey @projektsdb. Check this preview version out and see if it works for you. If it does I'll complete this PR and publish the Nuget package. |
The system cannot find the file specified.":"System.ValueTuple. |
How are you installing the preview version? |
Try this if you haven't already:
|
@projektsdb have you had a chance to try? |
When I install it as nucket pagacke into my project, it throws System.ValueTuple when I run project. |
This bug might be the cause here. In any case, I've removed the reference to System.ValueTuple in this preview version. Give it a shot. |
This works well. After some testing it seems that ordering also is correct. |
Great! I've completed the PR and it should show up in the package feed soon. |
We need to get log events in the same order as they were written, but TestCorrelator.GetLogEventsFromCurrentContex result is randomly ordered (all timestamp values are the same).
The text was updated successfully, but these errors were encountered: