Closed tom-englert closed 3 years ago
e.g. when using nullable reference types there will be some generated internal types like NullableAttribute or NullableContextAttribute in every assembly.
NullableAttribute
NullableContextAttribute
These must not be added again, but the existing target types must be used.
e.g. when using nullable reference types there will be some generated internal types like
NullableAttribute
orNullableContextAttribute
in every assembly.These must not be added again, but the existing target types must be used.