270af6fa08
Make the build system automatically build the C# Api assemblies to be shipped with the editor. Make the editor, editor player and debug export templates use Api assemblies built with debug symbols. Always run MSBuild to build the editor tools and Api assemblies when building Godot. Several bugs fixed related to assembly hot reloading and restoring state. Fix StringExtensions internal calls not being registered correctly, resulting in MissingMethodException. |
||
---|---|---|
.. | ||
Files | ||
IgnoredFiles | ||
Properties | ||
.gitignore | ||
Managed.csproj | ||
Managed.sln | ||
README.md |
README.md
The directory Files
contains C# files from the core assembly project that are not part of the generated API. Any file with the .cs
extension in this directory will be added to the core assembly project.
A dummy solution and project is provided to get tooling help while editing these files, like code completion and name refactoring.
The directory IgnoredFiles
contains C# files that are needed to build the dummy project but must not be added to the core assembly project. They contain placeholders for the declarations that are part of the generated API.