Skip to content

leonard-thieu/toofz-services-core

Repository files navigation

toofz Services Core

Build status codecov MyGet

Overview

toofz Services Core contains common code used by toofz Services.


toofz Services Core is a component of toofz. Information about other projects that support toofz can be found in the meta-repository.

Description

toofz Services Core provides the following features for toofz Services.

  • Start as console application or service
  • Command-line argument parsing
  • Settings persistence
  • Secrets encryption
  • Execution cycle scheduling

Installing via NuGet

Add a NuGet.Config to your solution directory with the following content:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="toofz" value="https://www.myget.org/F/toofz/api/v3/index.json" />
  </packageSources>
</configuration>
Install-Package 'toofz.Services'

Dependents

Dependencies

Requirements

  • .NET Framework 4.6.1

Contributing

Contributions are welcome for toofz Services Core.

  • Want to report a bug or request a feature? File a new issue.
  • Join in design conversations.
  • Fix an issue or add a new feature.
    • Aside from trivial issues, please raise a discussion before submitting a pull request.

Development

Requirements

  • Visual Studio 2017

Getting started

Open the solution file and build. Use Test Explorer to run tests.

License

toofz Services Core is released under the MIT License.

About

Common code used by toofz Services.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages