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

Improved XML documentation path for Mac and Linux #153

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tor-stangeland-bouvet
Copy link

This solves some cases related to finding the documentation XML file on Mac and Linux. Ref #152 .

  • Move handling of external XML Docs for Mac into same block as other cases.
  • Handle difference in CodeBase path between Windows and Linux/Mac.

@@ -972,7 +988,7 @@ private static string NormalizeTypeName(string typeName)
return file;
}
#endif
return GetXmlAssemblyFilePathForWindows(assembly, assemblyName);
return null;
}

private static string GetXmlAssemblyFilePathForWindows(dynamic? assembly, AssemblyName assemblyName)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method is not being used anymore...

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

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

Successfully merging this pull request may close these issues.

2 participants