79225821

Date: 2024-11-26 08:15:14
Score: 1.5
Natty:
Report link

Solved: the issue was not with the token replacement or config reading, but rather with the class the json was bound to. public string storageUri = "#{storageUri}#"; is correctly replaced during startup, but not after injection.

public string storageUri { get; set; } = "#{storageUri}#" is correctly replaced every time. Thanks to Miao Tian-MFST for helping me find this.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Falco van der Meulen