Codescovery.Library.Api 9.0.0

dotnet add package Codescovery.Library.Api --version 9.0.0                
NuGet\Install-Package Codescovery.Library.Api -Version 9.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Codescovery.Library.Api" Version="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codescovery.Library.Api --version 9.0.0                
#r "nuget: Codescovery.Library.Api, 9.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Codescovery.Library.Api as a Cake Addin
#addin nuget:?package=Codescovery.Library.Api&version=9.0.0

// Install Codescovery.Library.Api as a Cake Tool
#tool nuget:?package=Codescovery.Library.Api&version=9.0.0                

library-commons-api

A package for common api problems

Roles Permissions Authorization Handler

You can use our extension method that will help you to authorize your users based on their roles and permissions.

How to use it

You can use either the default Roles Permissions Authorization Handler or you can create your own Roles Permissions Authorization Handler.

Using the default Roles Permissions Authorization Handler

services.AddDefaultRolesPermissionsAuthorizationHandler();

Using your own Roles Permissions Authorization Handler

services.AddRolesPermissionsAuthorizationHandler<YourRolesPermissionsAuthorizationHandler>();

YourRolesPermissionsAuthorizationHandler must implement IAuthorizationHandler interface.

Response Builder Services

You can use our extension method that will help you to build your responses.

How to use it

services.AddResultBuilderService();

Response Result Handlers

It will automatically add all IResponseResultHandler implementations to the DI container.

How to use it

services.AddResponseResultHandlers();
services.AddDefaultResponseResultsHandler();

Configure Using Api Configuration

Enables the use of the configuration file to configure the api.

How to use it

// Configure services
services.ConfigureUsingApiConfiguration(builder.Configuration);

//Configure app 

appBuilder.ConfigureSwaggerUsingApiConfigurations(apiConfigurations.Value);

AppSettings Section

 "ApiConfiguration": {
    "UseCors": true,
    "UseSwagger": true,
    "UseHealthCheck": true,
    "UseHttpContextAccessor": true,
    "UseControllers": true,
    "UseDefaultJsonSerializerOptions": true,
    "UseHttpsRedirection": true,
    "Cors": [
      {
        "AllowAll": true,
        "PolicyName": "AllowAll",
        "AllowedOrigins": null,
        "AllowedHeaders": null,
        "AllowedMethods": null,
        "AllowedCredentials": null
      }
    ],
    "Swagger": {
      "Title": "Your Api Title",
      "Version": "v1",
      "Description": "Your api description"
    }
  }
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 98 11/23/2024
2.0.0-beta5 266 10/24/2023
2.0.0-beta4 113 10/1/2023
2.0.0-beta3 109 9/29/2023
2.0.0-beta2 116 9/28/2023
2.0.0-beta1 100 9/28/2023
1.0.0-beta9 134 5/4/2023
1.0.0-beta8 102 5/4/2023
1.0.0-beta7 106 5/4/2023
1.0.0-beta6 115 5/4/2023
1.0.0-beta5 116 4/26/2023
1.0.0-beta4 121 4/23/2023
1.0.0-beta3 121 4/21/2023
1.0.0-beta2 126 4/21/2023
1.0.0-beta10 114 9/26/2023
1.0.0-beta1 126 4/21/2023