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

How to deal with cross assembly crefs #81

Open
danmoseley opened this issue Aug 8, 2021 · 0 comments
Open

How to deal with cross assembly crefs #81

danmoseley opened this issue Aug 8, 2021 · 0 comments

Comments

@danmoseley
Copy link
Member

I backported docs to System.IO as an experiment. It made FileSystemName (which is in corelib) have <see cref="System.IO.FileSystemWatcher" /> (which is in a different assembly). This is fine for the docs build because its context is apparently "everything". However the compiler complains with CS1574 and I have to remove the cref.

When making code the source of truth, how can we preserve cref's across assemblies?

@carlossanlop

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

No branches or pull requests

2 participants