TruePath icon indicating copy to clipboard operation
TruePath copied to clipboard

File path abstraction library for .NET.

Results 27 TruePath issues
Sort by recently updated
recently updated
newest added

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.0 to 2.8.1. Commits ce9211e v2.8.1 3656cb8 Use 'dotnet format' instead of 'dotnet dotnet-format' 45eb783 Pull in output printing bug fix from core e205244 #408: Add ability...

dependencies
.NET

Hi. Can you check new logic for case-sensitive path comparison. I don't quite understand the logic of the 3 comparer. Can you describe it in more detail?

Closes #18. **Pull Request: Define Parent for LocalPath(".") and Relative Paths** **Problem Description:** Currently, `new LocalPath(".").Parent` (similarly for paths like `..` or `../..`) is not defined. This creates ambiguity and...

This has hit me several times already: absence of `IComparable` doesn't allow to use the type as a key in F#'s `Map`. Let's define the comparability somehow.

enhancement
help wanted

Slowly but surely, constant mentioning of `.Value` when performing file IO becomes a nuisance. One example I had just now: ```fsharp let ReadValue (filePath: LocalPath) (key: string): Task = task...

enhancement
help wanted

Absolute paths such as `/..` (Unix) or `X:\..` (Windows) should be forbidden. Let's add the corresponding validation into the `AbsolutePath` constructor. Also check the behavior of `new AbsolutePath("smth") / new...

enhancement
help wanted
good first issue