-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Enable C# 8 Nullable Reference Types #307
Conversation
Source/Serilog.Exceptions/Destructurers/ReflectionBasedDestructurer.cs
Outdated
Show resolved
Hide resolved
Source/Serilog.Exceptions/Destructurers/ReflectionTypeLoadExceptionDestructurer.cs
Show resolved
Hide resolved
Source/Serilog.Exceptions/Destructurers/TaskCanceledExceptionDestructurer.cs
Outdated
Show resolved
Hide resolved
c555a9c
to
82dcaec
Compare
This needs some testing to make sure all is well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, almost everything is nullable apart from incoming exception to be destructured, properties bag, and a string key in a dictionary. Nice improvement
Tests/Serilog.Exceptions.Test/Destructurers/ReflectionBasedDestructurerTest.cs
Show resolved
Hide resolved
Tests/Serilog.Exceptions.Test/Filters/CompositeExceptionPropertyFilterTest.cs
Outdated
Show resolved
Hide resolved
82dcaec
to
58c6f72
Compare
@krajek Are we good to go? |
I have no more issues with the code, thanks for the work you put into it. |
Fixes #175