Skip to content

Fix Cog resolving string properties and erroneously including quotes #184

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("\"", ""); }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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