What feature or improvement do you think would benefit the app?
There should be an UnsafeAttribute with an analyser that can be used to explain to the consumer that the object is not safe.
Requirements
Version
No response
API Changes
public sealed class UnsafeAttribute : Attribute
Intended Use-Case
For example:
[Unsafe("This method can sometimes break the control.")]
public void SetImage(Image image)
There should be multiple constructors that can be used to give a justification, a severity level, or no arguments.
Comments
No response
What feature or improvement do you think would benefit the app?
There should be an
UnsafeAttributewith an analyser that can be used to explain to the consumer that the object is not safe.Requirements
Version
No response
API Changes
Intended Use-Case
For example:
There should be multiple constructors that can be used to give a justification, a severity level, or no arguments.
Comments
No response