redmine-net-api
0.9.0
See the version list below for details.
dotnet add package redmine-net-api --version 0.9.0
NuGet\Install-Package redmine-net-api -Version 0.9.0
<PackageReference Include="redmine-net-api" Version="0.9.0" />
paket add redmine-net-api --version 0.9.0
#r "nuget: redmine-net-api, 0.9.0"
// Install redmine-net-api as a Cake Addin #addin nuget:?package=redmine-net-api&version=0.9.0 // Install redmine-net-api as a Cake Tool #tool nuget:?package=redmine-net-api&version=0.9.0
Free open-source .Net API for Redmine bug/task management systems.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on redmine-net-api:
Package | Downloads |
---|---|
QuickLog
Simple and lightweight .Net log framework Core features : - Multipile log strategy including File, UI and Redmine (more strategies like email and database is in development) - Ability to define log priority by diffrent LogTypes (Info, Warning, Error, Debug) - Method extender of Exception class that simplify exception logging - Store stack trace of each log - Store caller mathod's information (caller source file path, caller method name and line number) - Ability to set own message for each log - Ability to bind mulitpile objects to each log (Objects completly serilized and stored in log) - Support standard .Net string formatting let programmer bind objects and message toghter UserInterfaceLogWriter : - Ability to pass log info to UI using configured delegate FileLogWriter features : - Ability to split logs Daily, Weekly and Monthly in File strategy RedmineLogWriter features : - Register logs as issue on Redmine - Ability to config the log priority from code that apply to Redmine's issue - Attach serialized log object to registred Redmine issue |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on redmine-net-api:
Repository | Stars |
---|---|
apetrovskiy/STUPS
This is a store for the whole suite's source code
|