ZAExtensions 2.2.0
dotnet add package ZAExtensions --version 2.2.0
NuGet\Install-Package ZAExtensions -Version 2.2.0
<PackageReference Include="ZAExtensions" Version="2.2.0" />
paket add ZAExtensions --version 2.2.0
#r "nuget: ZAExtensions, 2.2.0"
// Install ZAExtensions as a Cake Addin #addin nuget:?package=ZAExtensions&version=2.2.0 // Install ZAExtensions as a Cake Tool #tool nuget:?package=ZAExtensions&version=2.2.0
ZAExtension is a extension of differents functions that ever used us.
more information with examples in git repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Newtonsoft.Json (>= 13.0.1)
-
.NETStandard 2.1
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on ZAExtensions:
Package | Downloads |
---|---|
ZARabbitMQ
ZARabbitMQ is a simple rabbit implement. Startup.cs: services.AddSingleton<IRabbitPublish, RabbitManager>(); // To publish message in rabbit. services.AddSingleton<IRabbitConsumer, RabbitManager>(); // To consumer message in rabbit. appsetting.json: "RabbitSend": "All", // All, Consumer or Publish "RabbitOptionsConsumer": { "UserName": "{rabbit_user}", "Password": "{rabbit_password}", "ClientName": "{publish_name} or {consumer_name}", "HostName": "{rabbit_hostname}", "VHost": "{rabbit_virtual_host}", "Port": {rabbit_port}, "Debug": false // For default is false }, "RabbitExchangeOptionsConsumer": { "QueueName": "{queue_name}", "RoutingKey": "{routing_name}", "Exchange": "{exchange_name}", "Persistent": true }, "RabbitOptionsPublish": { "UserName": "{rabbit_user}", "Password": "{rabbit_password}", "ClientName": "{publish_name} or {consumer_name}", "HostName": "{rabbit_hostname}", "VHost": "{rabbit_virtual_host}", "Port": {rabbit_port}, "Debug": false // For default is false }, "RabbitExchangeOptionsPublish": { "QueueName": "{queue_name}", "RoutingKey": "{routing_name}", "Exchange": "{exchange_name}", "Persistent": true } |
|
ZAExtensions.ZAAuth
ZAExtensions.ZAAuth is a extension of for create a simple authenticate cookie in WepApis.'s projects. In your appsetting you need add this code: "ZToken": "[YourTokenName] In your startup.cs you need add this code: // Http cookies and auth services.AddHttpContextAccessor(); services.AddScoped<IZTokens, ZTokens>(); services.AddAuthentication(za => { za.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; za.DefaultAuthenticateScheme = CookieAuthenticationDefaults.AuthenticationScheme; }).AddCookie(za => { za.Cookie.Name = [YourTokenName]; za.Cookie.HttpOnly = false; za.Cookie.SameSite = SameSiteMode.Unspecified; }); app.UseCors( options => options.AllowAnyHeader() .AllowAnyMethod() .AllowAnyOrigin() ); |
|
ZAORM.AWS.DynamoDB
ZAORM.AWS.DynamoDB is a free project to connect and get data from your db DynamoAWS. Use Amazon.Core simple. |
|
ZAORM.SQL
ZAORM.SQL is a free project to connect and get data from your db MSSQL. Use SqlClient simple. |
|
ZAORM.FireDB
ZAORM.FireDB is a free project to connect and get data from your db FireBird. Use FirebirdClient simple. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.2.0 | 458 | 3/6/2023 | |
2.1.0 | 345 | 12/29/2022 | |
2.0.2 | 236 | 3/5/2023 | |
2.0.0 | 1,350 | 9/22/2022 | |
1.7.5 | 1,656 | 6/21/2022 | |
1.7.4 | 1,873 | 11/27/2021 | |
1.7.3 | 425 | 10/7/2021 | |
1.7.2 | 676 | 10/4/2021 | |
1.7.1 | 947 | 9/28/2021 | |
1.7.0 | 446 | 9/19/2021 | |
1.6.1 | 698 | 7/28/2021 | |
1.6.0 | 1,040 | 6/30/2021 | |
1.5.0 | 453 | 5/22/2021 | |
1.4.0 | 2,147 | 4/25/2021 | |
1.3.0 | 678 | 3/17/2021 | |
1.2.2 | 360 | 2/26/2021 | |
1.2.0 | 399 | 2/24/2021 | |
1.1.0 | 722 | 2/18/2021 |