Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msx752/privatenupkgserver
.nupkg package provider (supports v3 api) and .NET 6 Minimal API
https://github.com/msx752/privatenupkgserver
minimalapi net-6 net-6-minapi-crud-project netcore nuget nuget-packages nupkg nupkgs private-nuget-package-provider
Last synced: 4 days ago
JSON representation
.nupkg package provider (supports v3 api) and .NET 6 Minimal API
- Host: GitHub
- URL: https://github.com/msx752/privatenupkgserver
- Owner: msx752
- License: mit
- Created: 2021-10-21T15:31:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T15:43:06.000Z (about 3 years ago)
- Last Synced: 2024-10-04T19:44:18.843Z (4 months ago)
- Topics: minimalapi, net-6, net-6-minapi-crud-project, netcore, nuget, nuget-packages, nupkg, nupkgs, private-nuget-package-provider
- Language: C#
- Homepage: https://github.com/msx752/PrivateNupkgServer
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrivateNupkgServer
forked from [MaiReo/nugetserver](https://github.com/MaiReo/nugetserver) and has been revised/modernized to **.NET 6.0** and following new framework features have been applied.
- **(.NET 6, C# 10); Minimal API has been applied
- **(.NET 6, C# 10); new File Scoped Namespaces has been applied**## Supported Storages
| Types of the Supported Nupkg Storage | Description |
| --- | ----------- |
| LocalDisk | Stores in Physical Environment |
| AzureBlobStorage | requires Azure Storage Account |## Next Steps
- convert to extension library for each supported storage types
- Distributed Cache Service
- Distributed Search Service
- Tenant for the Organizations
- Download Counter
- UI for the basic management
- Login Page for the UI