CsprojModifier
CsprojModifier copied to clipboard
CsprojModifier performs additional processing when Unity Editor generates the .csproj.
## Problem  This problem occurs when using CsprojModifier with Unity 2022. In the following code, projectE was null. ```cs var nsMsbuild = (XNamespace)"http://schemas.microsoft.com/developer/msbuild/2003"; var projectE = xDoc.Element(nsMsbuild + "Project");...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [technote-space/toc-generator](https://github.com/technote-space/toc-generator) from 2.4.0 to 4.3.1. Release notes Sourced from technote-space/toc-generator's releases. v4.3.1 What’s Changed :sparkles: All Changes release: v4.3.1 (#375) @technote-space v4.3.0 What’s Changed :rocket: Features feat: signoff オプションを追加...
Error occured when I tried to modify csproj following the readme. - OS: macOS Sonoma 14.5 (Apple Silicon, Apple M1 Max) - Unity 6(Preview)/ Unity 2023.2.201f - Visual Studio Code...
Bumps [1password/load-secrets-action](https://github.com/1password/load-secrets-action) from 2.0.0 to 3.0.0. Release notes Sourced from 1password/load-secrets-action's releases. v3.0.0 What's Changed 🔴 Breaking change Set export-env input to false by default by @volodymyrZotov in 1Password/load-secrets-action#114 If...
### Summary `Regenerate project files` button doesn't seem to work. When I press it nothing happens. ### Expected Behavior When you press this button, the target .csproj file will be...