Dvelop.Sdk.Logging.Abstractions
0.1.0.22-prerelease
See the version list below for details.
dotnet add package Dvelop.Sdk.Logging.Abstractions --version 0.1.0.22-prerelease
NuGet\Install-Package Dvelop.Sdk.Logging.Abstractions -Version 0.1.0.22-prerelease
<PackageReference Include="Dvelop.Sdk.Logging.Abstractions" Version="0.1.0.22-prerelease" />
paket add Dvelop.Sdk.Logging.Abstractions --version 0.1.0.22-prerelease
#r "nuget: Dvelop.Sdk.Logging.Abstractions, 0.1.0.22-prerelease"
// Install Dvelop.Sdk.Logging.Abstractions as a Cake Addin #addin nuget:?package=Dvelop.Sdk.Logging.Abstractions&version=0.1.0.22-prerelease&prerelease // Install Dvelop.Sdk.Logging.Abstractions as a Cake Tool #tool nuget:?package=Dvelop.Sdk.Logging.Abstractions&version=0.1.0.22-prerelease&prerelease
d.velop cloud SDK for .NET core
This is the official SDK to build Apps for d.velop cloud using the C# programming language.
The project has alpha status. So for now expect things to change.
Usage
Include the the d.velop cloud sdk as dependencies in your .NET Core 2.1 project file (myproject.csproj
) and restore them with dotnet restore
via commandline or from within your IDE.
<ItemGroup>
<PackageReference Include="Dvelop.Sdk.TenantMiddleware" Version="0.0.2.51" />
<PackageReference Include="Dvelop.Sdk.IdentityProvider.Middleware" Version="0.0.2.51" />
</ItemGroup>
or the all-in-one dependency:
<ItemGroup>
<PackageReference Include="Dvelop.Sdk" Version="0.0.2.51" />
</ItemGroup>
The most recent version can be installed from nuget.org
A running Application, which uses this SDK can be found at github.com/d-velop/dvelop-app-template-cs
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Build local
You can build a version of this library with following command:
dotnet pack -o dist --version-suffix alpha
You will need to have an installed and configured dotnet core SDK
Versioning
We use SemVer for versioning. For the versions available, see the releases on this repository.
License
Please read LICENSE for licensing information.
Acknowledgments
Thanks to the following projects for inspiration
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Dvelop.Sdk.Logging.Abstractions:
Package | Downloads |
---|---|
Dvelop.Sdk.WebApiExtensions
Package Description |
|
Dvelop.Sdk.HttpClientExtensions
Package Description |
|
Dvelop.Sdk.Logging.OtelJsonConsole
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.