APIComparer icon indicating copy to clipboard operation
APIComparer copied to clipboard

Do not show removed fields and members if they have no explicit obsoletes on them

Open andreasohlund opened this issue 9 years ago • 0 comments

Example from the exe:

## The following types are no longer available

### NServiceBus.AzureDataBusDefaults
Default can be found in our documentation.

## Types with removed members

### NServiceBus.AzureDataBusDefaults
#### Removed fields

* `int DefaultBackOffInterval` - No upgrade instructions provided.
* `string DefaultBasePath` - No upgrade instructions provided.
* `int DefaultBlockSize` - No upgrade instructions provided.
* `string DefaultConnectionString` - No upgrade instructions provided.
* `string DefaultContainer` - No upgrade instructions provided.
* `int DefaultMaxRetries` - No upgrade instructions provided.
* `int DefaultNumberOfIOThreads` - No upgrade instructions provided.
* `long DefaultTTL` - No upgrade instructions provided.


In the above example showing the removed fields adds no value since the type is obsoleted with error anyway

andreasohlund avatar May 03 '16 11:05 andreasohlund