mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 03:23:07 +01:00
Documentation comment cleanups
This commit is contained in:
@@ -14,10 +14,10 @@ namespace Tgstation.Server.Host.Common
|
||||
public static class DotnetHelper
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the path to the dotnet executable.
|
||||
/// Gets potential paths to the dotnet executable.
|
||||
/// </summary>
|
||||
/// <param name="isWindows">If the current system is a Windows OS.</param>
|
||||
/// <returns>The path to the dotnet executable.</returns>
|
||||
/// <returns>An <see cref="IEnumerable{T}"/> of potential paths to the dotnet executable.</returns>
|
||||
public static IEnumerable<string> GetPotentialDotnetPaths(bool isWindows)
|
||||
{
|
||||
var enviromentPath = Environment.GetEnvironmentVariable("PATH");
|
||||
|
||||
Reference in New Issue
Block a user