GhostPack / Seatbelt

Seatbelt is a C# project that performs a number of security oriented host-survey "safety checks" relevant from both offensive and defensive security perspectives.
Other
3.74k stars 685 forks source link

Fix Error CS8618 On .NET >= 4.7 #80

Closed mlniang closed 3 years ago

mlniang commented 3 years ago

When Building with .NET >= 4.7, the error CS8618 appears. This commit fixes it by explicitly setting nullability of some variables.

leechristensen commented 3 years ago

Thanks for the contribution! This will be fixed here shortly in #79