-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix issues found by PVS-Studio static analyzer #5 #25
Fix issues found by PVS-Studio static analyzer #5 #25
Conversation
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.
Just a few small things to change and this will be ready for merge.
ac94ce0
to
78edb70
Compare
DLLs are not executables, no need for Program.cs
'HandleProcessCorruptedStateExceptionsAttribute' is obsolete: 'Recovery from corrupted process state exceptions is not supported; HandleProcessCorruptedStateExceptionsAttribute is ignored.' (https://aka.ms/dotnet-warnings/SYSLIB0032)
[Obsolete("UseOnlyOverlappedIO has been deprecated and is not supported.")] [EditorBrowsable(EditorBrowsableState.Never)] public bool UseOnlyOverlappedIO { get { return false; } set { } }
…from outer type Unsafe.UnsafeList<T>
…eptionTypeMessage()
78edb70
to
8fb9f97
Compare
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.
LGTM! Thank you for your contribution's!
I look forward to working with you on this project!
https://pvs-studio.com/en/order/open-source-license/