1
0
Andreas Müller 25b58f0bb6
All checks were successful
Branch Build / build-test-deploy (push) Successful in 2m2s
Documentation Build / build-test-deploy (push) Successful in 2m25s
Updated dependencies, removed .NETStandard2.0
2026-02-17 17:57:51 +01:00
2026-01-12 20:36:13 +01:00
2021-10-22 21:12:32 +02:00
2026-01-12 20:26:51 +01:00
2021-10-23 10:13:01 +02:00

Common

This is a collection of commonly used extensions, etc. on my projects.
To save time, they are all packed to NuGet packages.

Package Version
AMWD.Common https://nuget.am-wd.de/packages/amwd.common/
AMWD.Common.AspNetCore https://nuget.am-wd.de/packages/amwd.common.aspnetcore/
AMWD.Common.EntityFrameworkCore https://nuget.am-wd.de/packages/amwd.common.entityframeworkcore/
AMWD.Common.MessagePack https://nuget.am-wd.de/packages/amwd.common.messagepack/
AMWD.Common.Test https://nuget.am-wd.de/packages/amwd.common.test/

Documentation

Changelog is available here: CHANGELOG
Documentation can be found here: docfx

Use in projects

Create a nuget.config file in your root project folder (where the .sln(x) file is located)

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="AM.WD" value="https://nuget.am-wd.de/v3/index.json" />
  </packageSources>
</configuration>
Description
Methods and helper classes, which are commonly used through projects on AM.WD
Readme 478 KiB
Languages
C# 100%