Skip to content

Duplicate constants in ClientAppMessages that already exist in SharedAppMessages #12313

@Cyrus-Sushiant

Description

@Cyrus-Sushiant

The class ClientAppMessages defines three constants:

  • NAVIGATE_TO
  • PROFILE_UPDATED
  • BACKGROUND_JOB_PROGRESS
    These same constants are already defined in the base class SharedAppMessages. Because of this duplication, the compiler emits warnings such as:
The keyword 'new' is required on 'NAVIGATE_TO' because it hides the constant 
'string Boilerplate.Shared.Infrastructure.Services.SharedAppMessages.NAVIGATE_TO'

Remove the duplicated constants from ClientAppMessages and rely on the inherited values from SharedAppMessages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions