Sebastien ROBERT

Results 28 comments of Sebastien ROBERT

Hi, does it work if you build a second time ? There is was a bug (or a feature) in the old .NET Core that a file generated before compilation...

I pushed 2 new commits, one with the new way to use GitCommitInfo (tagged v1.0.5) and another one with updated SDK and target runtime to use .NET Core 2.0 (tagged...

Sorry about that, I updated the scripts. However, for the exception you have at runtime, this is because you must set a correct path in your configuration file, as stated...

This server works the same as if it were a samba storage, meaning will have files at the root folder, named ..nupkg. If you have all you packages stored like...

It supports no folder hierarchy, all the NuGet packages (.nupkg) files have to be in the same folder, the one configured in the configuration file.

For example, if you store packages in the folder `packages` of the home folder of the user `alice`, them you have to configure the packages path like `"/home/alice/packages". Remember that...

In your `NuGet.config` file, located in `%APPDATA%\NuGet` on Windows and in `${HOME}/.nuget` on Linux, you should add a source to your NuGet server, as follow: ``` ... ... ``` The...

MinimalNugetServer does not support push / upload. You have to copy the `.nupkg` manually to the machine that runs MinimalNugetServer, in the folder described by the configuration file.

Hey, sorry for the very late reply. To be honest I have no idea, the best is to try different values of ECC and see how the end result's length...

Excuse me, could you elaborate please? What you are talking about sounds is a bit vague to me ^^