Skip to content

Page or Control modifications don't cause Recompilation #3

@simonegli8

Description

@simonegli8

Describe the bug
Normally, if a aspx or ascx page is modified, the change should be visible in the page instantly, and the corresponding page should be recompiled. WebFormsForCore does not recompile the page tough, only when the app pool is restarted. The reason is that the original implementation uses a Windows dependant file system watcher and not the .NET FileSystemWatcher, so it has been disabled, because it does not work on Linux. But this could be implemented, altough the FileSystemWatcher implementation on Linux has severe limitations.

To Reproduce
Steps to reproduce the behavior:

  1. Create an aspx page and view it in the browser.
  2. Modify the content of the aspx page in an editor.
  3. Reload the page in the browser.
  4. You should see the changes applied, but WebFormsForCore still displays the old content.

Expected behavior
Modifications to aspx or ascx should be visible instantly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions