Alexandre Mutel
Alexandre Mutel
> Does mean it will also work when deserialiazing a document with anchors that do a back reference? Sorry, was not clear. It only works with this case. Forward reference...
I'm not using SharpYaml these days, so I have little interest to invest on it, but PR welcome (though that sounds quite some work to do a full schema validation!)
Not sure about this one. While looking at JSON.NET it seems that it is serialize with Item1...etc. Why not a PR if you are really looking for this kind of...
It is indeed not possible. > Also, I'd like to be compatible with both Windows and Linux. What do you mean? Afaik, Linux doesn't have an equivalent of that right?
The integration into PhysicalFileSystem doesn't match. A unc is like an http connection where you have the host and the path inside it. I would prefer a `new UncFileSystem("\\\\myserver\\PublicFolder\\")` is...
Yes, as much as I hate SN 😅, it will require a separate NuGet (Zio.Signed). I'm usually handling it with a separate project only used in the CI (and not...
> I think the general advice from MS is just sign and give the key to public, is there a particular reason you don't want assembly be signed by default?...
I'm not sure I would like to add this to the core of Zio, but you can create your own separate library/FS for Zio if you want.
> do you already have any plans for the Git FileSystem? Myself no, but a PR is welcome or a separate project with its own NuGet if you want to...
> I've already created a .NET Standard 2.0 DLL Project (Zio.GitFileSystem). Is this name okay? Yes > Or should it be possible to switch the commit/branch by an extra method?...