Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C#: Various fixes to generic scripts | Raul Santos | 2024-02-19 | 1 | -2/+27 |
| | | | | | | - Report a diagnostic when there are multiple classes that match the script file name in the same script since that will result in a duplicate path key in the bimap and it's not allowed. - Fix InspectorPlugin to handle empty paths in case the project was built with a previous version of Godot that used empty paths for generic scripts. - Add tests for the new diagnostic GD0003. | ||||
* | Add tests for source generators | Paul Joannon | 2023-12-19 | 1 | -0/+55 |
- Bootstrap xUnit project to test source generators - Implement source generator tests - Better tests structure (put test data in cs files) - Enable `ScriptSerializationGeneratorTests` - Enable `ScriptPathAttributeGeneratorTests` - Fix `NesterClass` -> `NestedClass` - Use `Path.Combine` when dealing with paths - Copy test data to the output directory |