.NET Meetup Vienna - .NET Libraries with NuGet by Bruno Garcia

Опубликовано: 01 Ноябрь 2024
на канале: DotNetDevs Austria
197
5

Talk is from the .NET Meetup Vienna from 30th August 2019
https://www.meetup.com/dotnet-austria...

Sorry for the audio at the beginning. It will get better after some minutes.

Abstract:
Bruno Garcia will give a presentation about creating .NET Libraries with NuGet.

There's no doubt that libraries are a big part of software development. They help developers focus on what's important and ship their products faster.
Libraries are also what empowers a software development ecosystem and are a great indicator of its usage/popularity and a reason to either adopt or not a new programming language.

In this talk I’ll show you how you can create a .NET library that can run on different apps like ASP.NET Core, Xamarin and Unity using multi-targeting and .NET Standard. We’ll make sure we run unit tests in different runtimes like .NET Core, .NET Framework and Mono, on macOS, Linux and Windows all while following the best practices used by Microsoft on their open source libraries. We’ll use free for open source CI and code coverage tools and services and finally, we’ll pack it up with NuGet and publish it to nuget.org.