==== My .NET Class Libraries ==== [[https://nuget.nebol.se/packages/list|Nebol Package Repository]] To use this repository from Visual Studio, add a new Package Source using this URL: https://nuget.nebol.se/api/odata Alternatively, you can add the package source from the command line as follows: C:\> nuget sources add -name nuget.nebol.se -source https://nuget.nebol.se/api/odata Documentation exists for: * [[NebolBooks]] * [[NebolLogger]] * [[NebolLogger.EntityFramework]] Work in progress documentation: * [[NebolController]] NOT DONE - WORK IN PROGRESS! * [[NebolIntegration]] NOT DONE - WORK IN PROGRESS! * [[NebolMailer]] NOT DONE - WORK IN PROGRESS! There is NO documentation YET for: * [[NebolCommand]] * [[NebolConsole]] * [[NebolFoundation]] * [[NebolIntegration.EntityFramework]] * [[NebolIntegration.Console]] * [[NebolLogger.Controller]] * [[NebolLogger.PushBullet]] * [[NebolLogger.SharpRepository]] * [[NebolAutoMapperExtensions]] * [[NebolWinForms]] * [[NebolCrypto]] * [[NebolLogger.Mailer]] === Note regarding Docker === Note that in order to use these packages when building a docker image you need to tell docker where to find them. Add a nuget.config file to your main folder: Then in the Dockerfile, when you're copying the projectfile to ./ and just before you do "dotnet restore", add this line: COPY nuget.config ./ docker will then use it to find the packages.