You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,6 @@ The easiest way to make sure we can find a `dotnet` is to have one on your PATH.
20
20
If you have a *very* strange setup, we may be unable to locate the `libhostfxr` library we use to find the runtimes.
21
21
In that case, you can supply the environment variable `WOOFWARE_DOTNET_LOCATOR_LIBHOSTFXR`,
22
22
which should be a full path to a `libhostfxr` DLL on your system.
23
-
(Normally this is in `/usr/share/dotnet/host/fxr/{runtime}/libhostfxr.so`; you must make sure your version is from runtime 6 or greater, because the required symbols were not added until then.)
23
+
(Normally this is in `/usr/share/dotnet/host/fxr/{runtime}/libhostfxr.so`;
24
+
you must make sure your version is from runtime 6 or greater,
25
+
because the required symbols were not added until then.)
/// Get the environment information that is available to the specified `dotnet` executable.
119
119
/// </summary>
120
-
/// <param name="dotnetExe">A `dotnet` (or `dotnet.exe`) executable, e.g. one from /usr/bin/dotnet. Set this to null if you want us to just do our best.</param>
120
+
/// <param name="dotnetExe">
121
+
/// A `dotnet` (or `dotnet.exe`) executable, e.g. one from /usr/bin/dotnet. Set this to null if you
122
+
/// want us to just do our best.
123
+
/// </param>
121
124
/// <returns>Information about the environment available to the given executable.</returns>
122
125
/// <exception cref="Exception">Throws on any failure; handles nothing gracefully.</exception>
0 commit comments