Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 2.45 KB

File metadata and controls

58 lines (36 loc) · 2.45 KB

Third-Party Licenses

This document lists the third-party libraries used in the ImageFox project and their license information.

Important Note: This document only includes declarations for .NET technologies and Vue technologies that have been confirmed for the backend. License declarations for other third-party libraries will be added in the corresponding feature implementation tasks (such as PostgreSQL, Redis, NuGet, storage providers, etc.).


Microsoft Libraries

This project plans to use the following Microsoft libraries (part of the .NET 10 ecosystem):

  • Microsoft.AspNetCore.OpenApi - OpenAPI/Swagger support
  • Microsoft.AspNetCore.Authentication.JwtBearer - JWT Bearer authentication
  • Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore - Health checks
  • Microsoft.Extensions.Caching.Memory - Memory caching
  • Microsoft.Extensions.Http - HTTP client
  • Microsoft.Extensions.DependencyInjection.Abstractions - Dependency injection abstractions
  • Microsoft.Extensions.Options - Configuration options
  • Microsoft.EntityFrameworkCore.Design - Entity Framework Core design-time tools

These libraries are part of the .NET ecosystem and are licensed under the MIT License or Apache-2.0 License. For detailed license information, please refer to the official Microsoft documentation.


Vue Frontend Dependencies

This project plans to use the following Vue frontend dependencies (licensed under the MIT License):


License File Location

All third-party library license files should be saved in the project's licenses/ directory (if it exists), or managed automatically through the NuGet package manager (.NET) and npm/yarn (frontend).


Update History

  • December 24, 2025: Initial version, includes only declarations for .NET technologies and Vue technologies that have been confirmed for the backend