Minor change, but I noticed the API project wouldn't build as the .csproj provided an absolute path for the XML documentation file path, that doesn't exist outside of @Stone-Red-Code's local machine.
This change updates the settings to use the actual directory of the project, allowing it to work on anybody's machine.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/Stone-Red-Code/DesktopMagic/pull/6
**Author:** [@dylanrenwick](https://github.com/dylanrenwick)
**Created:** 10/25/2024
**Status:** ✅ Merged
**Merged:** 10/25/2024
**Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code)
**Base:** `main` ← **Head:** `main`
---
### 📝 Commits (1)
- [`1fe59e6`](https://github.com/Stone-Red-Code/DesktopMagic/commit/1fe59e6338a99ec4843b165410fc5b09e3ca0105) Updated documentation file path to be relative to project
### 📊 Changes
**1 file changed** (+3 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `src/DesktopMagicPluginAPI/DesktopMagic.Api.csproj` (+3 -3)
</details>
### 📄 Description
Minor change, but I noticed the API project wouldn't build as the `.csproj` provided an absolute path for the XML documentation file path, that doesn't exist outside of @Stone-Red-Code's local machine.
This change updates the settings to use the actual directory of the project, allowing it to work on anybody's machine.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/Stone-Red-Code/DesktopMagic/pull/6
Author: @dylanrenwick
Created: 10/25/2024
Status: ✅ Merged
Merged: 10/25/2024
Merged by: @Stone-Red-Code
Base:
main← Head:main📝 Commits (1)
1fe59e6Updated documentation file path to be relative to project📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
src/DesktopMagicPluginAPI/DesktopMagic.Api.csproj(+3 -3)📄 Description
Minor change, but I noticed the API project wouldn't build as the
.csprojprovided an absolute path for the XML documentation file path, that doesn't exist outside of @Stone-Red-Code's local machine.This change updates the settings to use the actual directory of the project, allowing it to work on anybody's machine.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.