Anomali.Shared.Library
1.0.2
See the version list below for details.
dotnet add package Anomali.Shared.Library --version 1.0.2
NuGet\Install-Package Anomali.Shared.Library -Version 1.0.2
<PackageReference Include="Anomali.Shared.Library" Version="1.0.2" />
<PackageVersion Include="Anomali.Shared.Library" Version="1.0.2" />
<PackageReference Include="Anomali.Shared.Library" />
paket add Anomali.Shared.Library --version 1.0.2
#r "nuget: Anomali.Shared.Library, 1.0.2"
#:package Anomali.Shared.Library@1.0.2
#addin nuget:?package=Anomali.Shared.Library&version=1.0.2
#tool nuget:?package=Anomali.Shared.Library&version=1.0.2
Anomali Shared Library for Net6.
This library is internally used to build various projects by Anomali Studio.
*Add these in the Program.cs: builder.Services.AddControllers(options ⇒ { options.Filters.Add(new GlobalExceptionFilter()); }); SharedLibrary.Configuration = app.Configuration;
*Add these in the appsettings.json: "EncKey": [INSERT STRONG PASSWORD], "Mailing": { "SenderEmail": "no-reply@anomalistudio.com", "SenderName": "Anomali Studio", "SupportEmail": "support@anomalistudio.com" }, "SMTP": { "Username": "localhost", "Port": 25, "Username": "", "Password": "", "IsUseSSL": false }
*Available Classes **EncryptDecrypt Encrypt Decrypt **GlobalExceptionFilter **HttpClientRequest GET POST **HttpRequestExtensions GetAbsoluteUri GetPath GetHost GetUserDevice **MailService SenderName SenderEmail Recipient Subject Body Attachment **RandomChar Alphabet Numeric AlphaNumeric **SharedLibrary NewId Base64Encode Base64Decode Base64EncodeFromImagePath Slugify TruncateText **SharedResponseMsg SuccessLoad (200001) SuccesError (200002) AuthInvalidUser (400001) AuthInvalidPassword (400002) AuthInvalidOTP (400003) NullData (400004) AuthUnauthorized (401001) AuthForbidden (401002) GlobalException (500001)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. net9.0 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- MailKit (>= 3.1.1)
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- MimeKit (>= 3.1.1)
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.1.31 | 0 | 9/3/2025 |
1.1.30 | 38 | 9/2/2025 |
1.1.29 | 39 | 9/2/2025 |
1.1.28 | 145 | 7/14/2025 |
1.1.27 | 142 | 7/14/2025 |
1.1.26 | 132 | 7/4/2025 |
1.1.25 | 147 | 12/2/2024 |
1.1.24 | 166 | 5/18/2024 |
1.1.23 | 144 | 5/17/2024 |
1.1.22 | 153 | 5/17/2024 |
1.1.21 | 155 | 5/17/2024 |
1.1.20 | 155 | 5/17/2024 |
1.1.19 | 147 | 5/15/2024 |
1.1.18 | 143 | 5/15/2024 |
1.1.17 | 136 | 5/15/2024 |
1.1.16 | 175 | 1/31/2024 |
1.1.15 | 334 | 2/14/2023 |
1.1.14 | 437 | 11/1/2022 |
1.1.13 | 507 | 9/7/2022 |
1.1.12 | 509 | 8/21/2022 |
1.1.11 | 520 | 8/13/2022 |
1.1.10 | 548 | 6/29/2022 |
1.1.9 | 555 | 6/25/2022 |
1.1.8 | 539 | 6/22/2022 |
1.1.7 | 508 | 6/22/2022 |
1.1.6 | 569 | 6/22/2022 |
1.1.5 | 557 | 6/22/2022 |
1.1.4 | 545 | 6/22/2022 |
1.1.3 | 548 | 6/22/2022 |
1.1.2 | 532 | 6/22/2022 |
1.1.1 | 553 | 6/20/2022 |
1.1.0 | 552 | 6/20/2022 |
1.0.6 | 537 | 6/20/2022 |
1.0.5 | 556 | 5/25/2022 |
1.0.4 | 652 | 2/9/2022 |
1.0.3 | 631 | 2/9/2022 |
1.0.2 | 608 | 2/8/2022 |
1.0.1 | 632 | 2/6/2022 |
1.0.0 | 637 | 2/6/2022 |
Rename HttpClients to HttpClientRequest to minimize confustion with default HttpClient variable