AmpScm / SharpSvn

Subversion wrapped for .Net 4.0+ and .Net Core
Apache License 2.0
58 stars 19 forks source link

.NET Standard 2.0 Compatibility #69

Open christian289 opened 1 year ago

christian289 commented 1 year ago

Is it possible to use SharpSvn on .NET Standard 2.0 by any chance?

markusschaber commented 1 year ago

SharpSVN is implemented in C++/CLI, which is currently only supported on Windows by Microsofts Compilers.

So while it might work on a netstandard platform, it will only work on windows.

There has been a partial fork/reimplementation using C# and p/invoke, to target other platforms, but I don't know how maintained it is: https://github.com/mendix/libsvnsharp

(I'm none of the SharpSVN Maintainers, so I may be wrong...)

vpenades commented 11 months ago

I think that, if that's the case, and given that netcore has been deprecated, the project should retarget to net40 and net6.0-windows