Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andreasohlund opened this issue May 3, 2016 · 0 comments

Comments

@andreasohlund
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant