Codegen for DynamicDependencyAttribute creates unnecessary property setters.
Currently building fantomas produces this output:
warning FS1063: Unknown --test argument: 'ParallelCheckingWithSignatureFilesOn'
The local method 'System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute'::'set_MemberType' was referenced but not declared
generic arity: 0
The local method 'System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute'::'set_Type' was referenced but not declared
generic arity: 0
The local method 'System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute'::'set_MemberType' was referenced but not declared
generic arity: 0
The local method 'System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute'::'set_Type' was referenced but not declared
generic arity: 0
This will be fixed by making them public, however, the setters should be removed.