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

Index out of range exception with negative event ids #149

Closed
credfeto opened this issue Aug 21, 2019 · 1 comment
Closed

Index out of range exception with negative event ids #149

credfeto opened this issue Aug 21, 2019 · 1 comment

Comments

@credfeto
Copy link
Contributor

credfeto commented Aug 21, 2019

Stack trace:

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Serilog.Extensions.Logging.SerilogLogger.CreateEventIdProperty(EventId eventId)
   at Serilog.Extensions.Logging.SerilogLogger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func`3 formatter)
   at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func`3 formatter)
nblumhardt added a commit that referenced this issue Aug 21, 2019
…reating-event-id

#149 - Fixed index out of range issue with negative ids
@nblumhardt
Copy link
Member

This was fixed in 3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants