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