Skip to content

Commit

Permalink
Update code_behind_framework_data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elanatframework authored Jun 29, 2024
1 parent c03a06f commit 14b29c0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/code_behind_framework_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@
CodeBehind framework creates a directory named code_behind in the project directory after the first execution.

There are the following files in the code_behind directory:
- cache.xml
- dll_import_list.ini
- global_template.astx
- namespace_import_list.ini
- options.ini
- role.xml
- views_class.cs.tmp
- views_class_last_success_compiled.cs.tmp
- views_compile_error.log (maybe)
- views_class_aggregation_error.log (maybe)
- views_compile_error.log (maybe)

Apart from the list above, a file called `CodeBehindLastSuccessCompiled.dll.tmp` is added next to the `CodeBehind.dll` library and the main project dll.

### cache.xml

Apart from the list above, a file called CodeBehindLastSuccessCompiled.dll.tmp is added next to the CodeBehind.dll library and the main project dll.
In this file, the cache is determined on the View pages and Controller classes.

### dll_import_list.ini

Expand Down

0 comments on commit 14b29c0

Please sign in to comment.