We should use always the same variable name on core project:
|
/// <param name="packageName">Package name used for INPMClient implementations</param> |
vs
|
public static string PackageId => (ServiceProvider.GetService<IVersionService>()!.PackageId) ?? "unknown"; |
IMO we should use PackageId