You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently generating this: /// <exception cref="T:System.ObjectDisposedException">thrown when this object is already disposed</exception>
My issue is the overly explicit type. Is there a way to change it to just ObjectDisposedException?
Maybe it is using a different setting somewhere in ReSharper?
In general I would like to be able to change the format of the generated XML comment for an exception. Is this possible?
Thanks,
Josh
The text was updated successfully, but these errors were encountered:
It is currently generating this:
/// <exception cref="T:System.ObjectDisposedException">thrown when this object is already disposed</exception>
My issue is the overly explicit type. Is there a way to change it to just ObjectDisposedException?
Maybe it is using a different setting somewhere in ReSharper?
In general I would like to be able to change the format of the generated XML comment for an exception. Is this possible?
Thanks,
Josh
The text was updated successfully, but these errors were encountered: