Code Monkey home page Code Monkey logo

fossology.rest.dotnet's Introduction

FOSSology.REST.dotnet

This is a .NET implementation of the REST API of FOSSology.

Project Build Status

License Build status NuGet

FOSSology is a open source license compliance software system. It is used to analyze source code and to determine licenses, copyrights and other keywords within the given source code. More information about FOSSology can be found here

Library

  • Fossology.Rest.Dotnet - The REST API implementation.
  • Fossology.Rest.Dotnet.Model - The object model.
  • Fossology.Rest.Dotnet.Test - Unit tests.

Test Application

FossyApiDemo - A simple .Net 6 WinForms based demo application.

Documentation on the FOSSology REST API

How to setup FOSSology

  • Install Docker for Windows
  • Switch to Linux Containers
  • Open a PowerShell window and run docker pull fossology/fossology
  • Start FOSSology via the command docker run -p 8081:80 fossology/fossology
  • Open the following URL in a browser: http://localhost:8081/repo/
  • Login via the admin account user = fossy, pwd = fossy
  • Start the demo application and create a token
  • Optionally create a folder and upload a package

License

Copyright (C) 2019-2023 T. Graf

Licensed under the MIT License (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://opensource.org/licenses/MIT

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

fossology.rest.dotnet's People

Contributors

mcjaeger avatar tngraf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

tngraf khangthk

fossology.rest.dotnet's Issues

.NET Standard / .NET Core support?

Hello,

The library seems to be recently created, but it targets .NET 4.x for some reason.
It is recommended for library authors to target .NET Standard.

Right now the library is hard to use from .NET Core projects: I had to install dependencies manually (RestSharp, Newtonsoft Json, Tethys.Logging). And there is a NU1701 warning.

Are there plans to bring the library up to modern standards?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.