Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed too early initialization of view compilation service #1809

Merged
merged 1 commit into from Apr 27, 2024

Conversation

tomasherceg
Copy link
Member

Adding HealthChecks this way caused IDotvvmViewCompilationService and DotvvmConfiguration to resolve too early on the startup.
Because of that, configuration.Debug was not set yet to true and even in the development mode, DotVVM was not reloading modified markup files until the application got restarted.

This PR goes to 4.2, but we should cherry-pick it to main also.

@exyi exyi changed the base branch from release/4.2 to main April 24, 2024 10:13
@exyi exyi changed the base branch from main to release/4.2 April 24, 2024 10:13
@tomasherceg tomasherceg force-pushed the fix/early-resolve-view-compilation-service branch from 745a8a0 to c46dcd3 Compare April 27, 2024 08:38
@tomasherceg tomasherceg changed the base branch from release/4.2 to main April 27, 2024 08:39
@tomasherceg tomasherceg merged commit afc34cd into main Apr 27, 2024
1 check passed
@tomasherceg tomasherceg deleted the fix/early-resolve-view-compilation-service branch April 27, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants