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: src/BuiltInTools/dotnet-watch/Internal/ProcessRunner.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ public ProcessState(Process process, IReporter reporter)
182
182
// events.
183
183
//
184
184
// See the remarks here: https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.process.waitforexit#System_Diagnostics_Process_WaitForExit_System_Int32_
Copy file name to clipboardExpand all lines: src/Cli/dotnet/ReleasePropertyProjectLocator.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public IEnumerable<string> GetCustomDefaultConfigurationValueIfSpecified()
62
62
// Setup
63
63
Debug.Assert(_propertyToCheck==MSBuildPropertyNames.PUBLISH_RELEASE||_propertyToCheck==MSBuildPropertyNames.PACK_RELEASE,"Only PackRelease or PublishRelease are currently expected.");
// Evaluate only one project for speed if this environment variable is used. Will break more customers if enabled (adding 8.0 project to SLN with other project TFMs with no Publish or PackRelease.)
:base($"The RuntimeIdentifier '{specifiedRuntimeIdentifier}' is not supported by {repositoryName}:{reference}. The supported RuntimeIdentifiers are {String.Join(",",supportedRuntimeIdentifiers)}"){}
9
+
:base($"The RuntimeIdentifier '{specifiedRuntimeIdentifier}' is not supported by {repositoryName}:{reference}. The supported RuntimeIdentifiers are {string.Join(",",supportedRuntimeIdentifiers)}"){}
0 commit comments