Open
Description
I'm explicitly disabling the nullable checks in the src/tasks/common files via #nullable disable
statements so that they don't show up as error in nullable enabled projects that include them. These files should be updated to support nullability. This won't cause issues when non nullable enabled projects will import them as the nullable feature is purely additive.