Skip to content

Fix Cog resolving string properties and erroneously including quotes #184

@moolicc

Description

@moolicc

Currently, on startup Cog runs over the AppSettings and attempts to load settings into the static member.
However, not 100% sure if this is a Cog issue or a setup issue on the Wallop side.

Investigate and move the issue to Cog if necessary.

public static string InstanceName { get => instanceName; set => instanceName = value.Replace("\"", ""); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    evaluateEvaluate the concept / SPIKE

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions