A general purpose library for building .NET projects. This package can be installed from the public NuGet Gallery:
dotnet add package AdvancedSystems.CoreThe changelog for this package are available here.
Package consumers can also use the symbols published to nuget.org symbol server by adding https://symbols.nuget.org/download/symbols to their symbol sources in Visual Studio, which allows stepping into package code in the Visual Studio debugger. See Specify symbol (.pdb) and source files in the Visual Studio debugger for details on that process.
Additionally, this project also supports source link technology for debugging .NET assemblies.
Run test suite:
dotnet test .\AdvancedSystems.Core.Tests\ --nologoIn addition to unit testing, this project also uses stryker for mutation testing, which is setup to be installed with
dotnet tool restore --configfile nuget.configRun stryker locally:
dotnet strykerBuild and serve documentation locally (http://localhost:8080):
docfx .\docs\docfx.json --serve