Skip to content

use the same variable name for PackageId/PackageName on Core project #347

@joaoopereira

Description

@joaoopereira

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions