vcsjones / AuthenticodeExaminer

MIT License
45 stars 16 forks source link

Small code quality improvements #13

Closed Lakritzator closed 4 years ago

Lakritzator commented 4 years ago

I was looking for something like this for the plugin loading in https://github.com/dapplo/Dapplo.Microsoft.Extensions.Hosting and Greenshot, to provide the possibility to block the loading of non authenticated extensions/add-ons.

In the PR I fixed some small warnings and tried to improve the readability. Removed a couple of usages of "unsafe" too.

In the end it's not much, but maybe it helps.

Thanks for providing this project!