I'm wishing to disable the Nullable Reference Types feature for all files contained in a folder and it's sub folders.
I know that I can put #nullable disable
at the top of each file, and have read through the examples here for entire projects / solutions, however can't see a way to do it for specific folders.
Is it possible?
Thank you.