https://github.com/godeltech/godeltech.extensions.configuration
https://github.com/godeltech/godeltech.extensions.configuration
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/godeltech/godeltech.extensions.configuration
- Owner: GodelTech
- License: mit
- Created: 2022-02-05T12:51:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T11:50:45.000Z (5 months ago)
- Last Synced: 2025-04-18T00:06:03.137Z (about 1 month ago)
- Language: C#
- Size: 52.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GodelTech.Extensions.Configuration
Library contains configuration extensions.
## GetProjectPath
This method allows to get project path.
```c#
public static string GetProjectPath(string projectRelativePath, Assembly startupAssembly)
```