| AdditionalFiles |
Additional files that the compiler/generator needs. This is going to be .razor files. |
| CompilerName |
The name of the compiler |
| Configuration |
The compiler's configuration settings |
| FileHashMap |
Hashes of source files, used for incremental compiles. Not serialized right now. |
| FileMap |
Converts the syntax tree paths from physical paths to project local paths |
| References |
References that this compiler/generator needs to compile the code |
| SyntaxTrees |
The syntax trees that should be compiled |
| Version |
The version of the code archive
1005 - Inital version
1006 - Razor updates. Add razor namespaces on older versions.
1007 - Razor changed to our own Microsoft.AspNetCore.Components assembly |