1 write to RuntimeIdentifier
NuGet.Commands (1)
RestoreCommand\CompatibilityIssue.cs (1)
39RuntimeIdentifier = runtimeIdentifier;
7 references to RuntimeIdentifier
NuGet.Commands (7)
RestoreCommand\CompatibilityIssue.cs (7)
130if (string.IsNullOrEmpty(RuntimeIdentifier)) 134return string.Format(CultureInfo.CurrentCulture, Strings.Log_MissingImplementationFxRuntime, Package.Id, Package.Version, AssemblyName, Framework, RuntimeIdentifier); 142FormatFramework(Framework, RuntimeIdentifier)); 161FormatFramework(Framework, RuntimeIdentifier)); 189FormatFramework(Framework, RuntimeIdentifier)); 285string.Equals(RuntimeIdentifier, other.RuntimeIdentifier, StringComparison.Ordinal) &&