Closed SeriousM closed 12 years ago
Normally Windows users do not install these assemblies into GAC! But Mono includes them in GAC!
Hi Bernhard... were you able to get this to compile in VS2010? I merged in your branch but when trying to compile in the VS2010, I'm getting:
Error 390 'Mono.Unix.FileAccessPermissions' does not contain a definition for 'HasFlag' and no extension method 'HasFlag' accepting a first argument of type 'Mono.Unix.FileAccessPermissions' could be found (are you missing a using directive or an assembly reference?) C:\Users\dprothero\Documents\GitHub\ngit\Sharpen\Sharpen\FilePath.cs 401 16 Sharpen
Hi, I was able to build but this is long time ago and I do not use it anymore. sorry thatIi can't help you with that.
Thanks Bernhard... turns out the HasFlag() method was introduced in .NET 4.0, and the csproj files were still set to 3.5, so I changed the target framework and all compiles. It's here: https://github.com/dprothero/ngit in case anyone is interested.
I've added a note to the README specifying where to get the pre-requisites from. Just as a note, they will be installed into the .NET GAC when you use this installer: http://monodevelop.com/files/Windows/MonoLibraries.msi
Added the dependency libraries; Updated the projects to use the dependency libraries; Updated the solution file to VS2010;