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                
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="SwissKnife.Libs.Common" Version="1.0.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SwissKnife.Libs.Common --version 1.0.7                
#r "nuget: SwissKnife.Libs.Common, 1.0.7"                
#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 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

MIT License

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:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b my-feature.
  3. Make your changes and ensure they adhere to the coding guidelines.
  4. Commit your changes with descriptive commit messages: git commit -m "Add new feature".
  5. Push your branch to your forked repository: git push origin my-feature.
  6. 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 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. 
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
1.0.7 102 10/1/2024
1.0.6 94 9/30/2024
1.0.5 184 3/31/2024
1.0.4 115 2/1/2024

Updated Jwt Helper with ValidateJwtToken Method