We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To provide links to the source of a particular change we need to know the root url for the specific file.
The idea is to look for a APIComparerRootUrlproperty in the nuspec file and use that to generate the links.
APIComparerRootUrl
Example: https://github.com/Particular/NServiceBus/blob/5.1.3/
https://github.com/Particular/NServiceBus/blob/5.1.3/
Since Cecil will give us the full path to the source file where it was built we need to do the following:
The text was updated successfully, but these errors were encountered:
@SimonCropp does the reflect the discussion we had?
Sorry, something went wrong.
No branches or pull requests
To provide links to the source of a particular change we need to know the root url for the specific file.
The idea is to look for a
APIComparerRootUrl
property in the nuspec file and use that to generate the links.Example:
https://github.com/Particular/NServiceBus/blob/5.1.3/
Since Cecil will give us the full path to the source file where it was built we need to do the following:
The text was updated successfully, but these errors were encountered: