Conversation
|
@gewarren - This PR edits one or more files whose 'source of truth' for documentation is not in this repo. Please make documentation updates in the /// comments in the dotnet/runtime repo (or dotnet/extensions repo) instead. |
This comment was marked as outdated.
This comment was marked as outdated.
|
Learn Build status updates of commit 3b577a2:
|
| </summary> | ||
| <returns> | ||
| An <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> that is notified when a file matching <paramref name="filter" /> is added, | ||
| modified, or deleted. Returns a <see cref="T:Microsoft.Extensions.FileProviders.NullChangeToken" /> if <paramref name="filter" /> has invalid filter | ||
| characters or if <paramref name="filter" /> is an absolute path or outside the root directory specified in the | ||
| constructor <see cref="M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)" />. | ||
| constructor <seealso cref="M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)" />. |
There was a problem hiding this comment.
Did these seealso come from source? If yes, shouldn't they be failing in source too?
| constructor <seealso cref="M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)" />. | |
| constructor <see cref="M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)" />. |
There was a problem hiding this comment.
Yes, I've fixed them in source here: https://github.com/dotnet/runtime/pull/113027/files. Not sure why the compiler doesn't flag it.

View by commit (if you dare).
Fixes #10914.