Skip to content

Advanced-Systems/core

Repository files navigation

Advanced Systems Core

Unit Tests CodeQL Docs

About

A general purpose library for building .NET projects. This package can be installed from the public NuGet Gallery:

dotnet add package AdvancedSystems.Core

The 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.

Developer Notes

Run test suite:

dotnet test .\AdvancedSystems.Core.Tests\ --nologo

In addition to unit testing, this project also uses stryker for mutation testing, which is setup to be installed with

dotnet tool restore --configfile nuget.config

Run stryker locally:

dotnet stryker

Build and serve documentation locally (http://localhost:8080):

docfx .\docs\docfx.json --serve

About

General purpose library for building .NET projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published