anf

Results 19 issues of anf

If, say some installer, fails to work, but it already adds a value to the Path, it may add a duplicate value. To tackle this, the installer itself should handle...

feature
WinPath.Library

Please see [dotnet/runtime#1442](https://github.com/dotnet/runtime/issues/1442) for more information. This issue is just a place holder as a reference on this status, the `Path` variable is really important and safety is important. In...

help wanted
WinPath
WinPath.Updater
WinPath.Library

A repair command to repair potential flaws and issues in the `Path` variable, used like: ``` winpath repair ``` Of course, part of an extension.

feature
WinPath

An option to remove the path variable. Usage example: ```ps1 > winpath remove --value "PathValue" --user --all ``` All flag is used to remove all occurrences, by default, it will...

feature
WinPath

Usage example: ```ps1 > winpath exists --value "PathValue" --system ```

feature
WinPath

The current way the list command works is that it parses the name of the file from file time. If the user changes it, it can cause parsing errors. A...

feature
WinPath

Unit tests are currently run asynchronously (as far as I know), this can cause conflicts and issues. To prevent this, we should run them in order so that they do...

WinPath.Tests
Meta

WinPath extensions project; dynamic library (dll). Can be optionally installed for more tools.

feature
WinPath
Meta

A try-catch block to automatically report on exception on this GitHub repository by opening an issue if #62 is implemented.

feature
WinPath