https://github.com/cedx/which.net
Find the instances of an executable in the system path, in C#.
https://github.com/cedx/which.net
csharp dotnet which
Last synced: 2 months ago
JSON representation
Find the instances of an executable in the system path, in C#.
- Host: GitHub
- URL: https://github.com/cedx/which.net
- Owner: cedx
- License: mit
- Created: 2025-01-22T07:47:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T16:30:41.000Z (about 1 year ago)
- Last Synced: 2025-06-23T17:36:39.189Z (about 1 year ago)
- Topics: csharp, dotnet, which
- Language: C#
- Homepage: https://github.com/cedx/which.net/wiki
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: ChangeLog.md
- License: License.md
- Codeowners: .github/CODEOWNERS
- Authors: Authors.txt
Awesome Lists containing this project
README
# Which for .NET
Find the instances of an executable in the system path, in [C#](https://learn.microsoft.com/en-us/dotnet/csharp).
## Documentation
- [User guide](https://github.com/cedx/which.net/tree/main/docs)
- [Examples](https://github.com/cedx/which.net/tree/main/example)
## Development
- [Git repository](https://github.com/cedx/which.net)
- [Submit an issue](https://github.com/cedx/which.net/issues)
## License
[Which for .NET](https://github.com/cedx/which.net) is distributed under the MIT License.