Roman Fedorov
Results
22
issues of
Roman Fedorov
XML is widely used for documentation for projects ( doxygen or other auto-documented solutions) They all rely on the same XML schema with different member types, etc. It would be...
enhancement
When using a default (working on all other Unity Projects) build of the project ( to check fo compilation errors): .vscode/tasks.json ``` ... "tasks": [ { "type": "dotnet", "task": "build",...