Commit Graph

7 Commits

Author SHA1 Message Date
MSWS
e4ec9aa7a1 Add JetBrains Annotations, reformat 2025-08-01 02:28:38 -07:00
MSWS
ee6649376f Overhaul file structure 2025-07-29 18:06:37 -07:00
MSWS
df64cd573b ci: Refactor GitVersion handling for cross-platform builds
- Remove `GenerateGitVersionInformation` target block from `Directory.Build.props` for non-Windows OS compatibility.
- Add GitVersion execution step in `.github/workflows/dotnet.yml` test job.
- Comment out custom Git version generation target in `Versioning/Versioning.csproj` for future reference.
2025-07-29 17:59:42 -07:00
MSWS
2ee5b898f9 Fix versioning project name 2025-07-29 17:54:38 -07:00
MSWS
2eeb1a2e93 build: Refactor GitVersion target and clean up build properties
- Refactor `Directory.Build.props`:
  - Add blank line between `<ItemGroup>` elements for clarity.
  - Remove redundant condition from `GitVersion.MsBuild` package reference.
  - Update `GenerateGitVersionInformation` target to execute `BeforeCompile` instead of `BeforeBuild`.
  - Replace `<PropertyGroup>` elements with explicit `<Exec>` commands in the `GenerateGitVersionInformation` target.
  - Modify `<Exec>` command syntax for consistency with other entries.
2025-07-29 17:40:51 -07:00
MSWS
f7e597ec1a Attempt to solve linux-specific issues 2025-07-29 17:37:28 -07:00
MSWS
6ada09a37b Fix OS-specific issues 2025-07-29 16:14:10 -07:00