ardalis / ardalis/AspNetCoreLabs

reload on change not working

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
2
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Building Middleware lab

step 14. You can modify configuration files to automatically reload when they are changed by setting reloadOnChange to true. You can also specify whether they should be required or optional:

`.AddJsonFile("config.json", optional: false, reloadOnChange: true)`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Building Middleware lab, specifically step 14 and its AddJsonFile configuration example. Reproduce the reported behavior by changing config.json and check whether reloadOnChange takes effect; done means configuration changes reload as described without requiring a restart.

Written by the indexing model from the issue text.

Assessment

Tech stack
json
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.