danielwertheim

danielwertheim


notes from a passionate developer

Sections


Tags


Disclaimer

This is a personal blog. The opinions expressed here represent my own and not those of my employer, nor current or previous. All content is published "as is", without warranty of any kind and I don't take any responsibility and can't be liable for any claims, damages or other liabilities that might be caused by the content.

.NET

My first F# project - dotnet-sqldb

I just introduced my first F# based open source project dotnet-sqldb [https://github.com/danielwertheim/dotnet-sqldb]. It's a DotNet Global Tool [https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools], distributed via NuGet [https://www.nuget.org/packages/dotnet-sqldb]. It uses DbUp [https…

Daniel Wertheim Daniel Wertheim

Just put together LightNuGetServer

I was in the need of hosting an on premise NuGet server. I didn't want it hosted in IIS but self-hosted. Previously I've had good experience with ProGet so my first take was to try their free version [https://inedo.com/proget/pricing#pg-free]. I had a minor issue with Windows Defender complaining du…

Daniel Wertheim Daniel Wertheim