SwissKnife.Libs.Common
1.0.7
dotnet add package SwissKnife.Libs.Common --version 1.0.7
NuGet\Install-Package SwissKnife.Libs.Common -Version 1.0.7
<PackageReference Include="SwissKnife.Libs.Common" Version="1.0.7" />
paket add SwissKnife.Libs.Common --version 1.0.7
#r "nuget: SwissKnife.Libs.Common, 1.0.7"
// Install SwissKnife.Libs.Common as a Cake Addin #addin nuget:?package=SwissKnife.Libs.Common&version=1.0.7 // Install SwissKnife.Libs.Common as a Cake Tool #tool nuget:?package=SwissKnife.Libs.Common&version=1.0.7
SwissKnife Common Library
About
The SwissKnife Common Library is a project that provides a set of common functionalities and utilities for software development. It is designed to be used by various services to simplify and streamline their development process.
Features
The SwissKnife Common Library includes the following features that can be readily used in development services:
Constants
The Constants module contains commonly used constant fields for software development. These constants can be easily accessed and used throughout your project.
Helpers
The Helpers module consists of commonly used helper functions for software development. These functions provide utility and convenience methods that can assist in various tasks and operations.
Mappers
The Mappers module contains commonly used data mapping functions for software development. These functions help in transforming and converting data between different formats and structures.
Models
The Models module consists of commonly used classes and models for software development. These classes provide a structured and organized way to represent data and entities within your application.
References
If you would like to contribute to the SwissKnife Common Library, please refer to the Contributing Guidelines for more information.
Contributing
Thank you for considering contributing to our open source project! We appreciate any contributions you make to improve the project and make it better for everyone. To ensure a smooth and collaborative development process, please follow these guidelines when contributing.
To submit your contributions, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b my-feature
. - Make your changes and ensure they adhere to the coding guidelines.
- Commit your changes with descriptive commit messages:
git commit -m "Add new feature"
. - Push your branch to your forked repository:
git push origin my-feature
. - Submit a pull request to the main repository's
master
branch.
We will review your contributions as soon as possible. Please be patient and be prepared to make any necessary changes based on the feedback received.
License
The SwissKnife Common Library is licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- HotChocolate.AspNetCore (>= 13.9.14)
- HotChocolate.AspNetCore.Authorization (>= 13.9.14)
- HotChocolate.Data.EntityFramework (>= 13.9.14)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.1)
- Microsoft.Extensions.Options (>= 7.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 7.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Swashbuckle.AspNetCore (>= 6.5.0)
- System.Drawing.Common (>= 7.0.0)
- System.IdentityModel.Tokens.Jwt (>= 6.31.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated Jwt Helper with ValidateJwtToken Method