RetailSolutions.Shared.Microservices 1.2.55

There is a newer version of this package available.
See the version list below for details.
dotnet add package RetailSolutions.Shared.Microservices --version 1.2.55
                    
NuGet\Install-Package RetailSolutions.Shared.Microservices -Version 1.2.55
                    
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="RetailSolutions.Shared.Microservices" Version="1.2.55" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RetailSolutions.Shared.Microservices" Version="1.2.55" />
                    
Directory.Packages.props
<PackageReference Include="RetailSolutions.Shared.Microservices" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RetailSolutions.Shared.Microservices --version 1.2.55
                    
#r "nuget: RetailSolutions.Shared.Microservices, 1.2.55"
                    
#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.
#:package RetailSolutions.Shared.Microservices@1.2.55
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RetailSolutions.Shared.Microservices&version=1.2.55
                    
Install as a Cake Addin
#tool nuget:?package=RetailSolutions.Shared.Microservices&version=1.2.55
                    
Install as a Cake Tool

Introduction

Esta lib auxilia no setup dos microservices da Retail Solutions

Ela cont�m:

  • Serilog
  • Elasticsearch
  • Redis
  • RabbitMQ
  • Max Sistemas
  • Prime Builder
  • Dotenv
  • Oracle
  • Constants

appsettings.json Exemplo

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "Serilog": {
    "MinimumLevel": {
      "Default": "Information",
      "Override": {
        "Microsoft": "Information",
        "System": "Warning"
      }
    }
  },
  "ConnectionStrings": {
    "Gemco": "Data Source=localhost/ORCL;User Id=user;Password=changeme",
    "Redis": "localhost:6379"
  },
  "ElasticConfiguration": {
    "Enabled": false,
    "Uri": "",
    "User": "",
    "Password": ""
  },
  "EventBus": {
    "Connection": "",
    "Retry-Policy": 5
  },
  "MaxSistemas": {
    "BaseUrl": "",
    "BaseUrlUnificado": "",
    "Login": "",
    "Password": ""
  }
}

DotEnv Exemplo

DotEnv.Load();

Serilog Exemplo

builder.AddSerilog(builder.Configuration, APP_NAME);

Elasticsearch Exemplo

builder.Services.Configure<ElasticsearchConfiguration>(builder.Configuration.GetSection(Constants.ELASTICSEARCH_PROPERTY));
builder.AddElasticsearchClient();

Redis Exemplo

builder.AddRedisLock(builder.Configuration, APP_NAME);

RabbitMQ Exemplo

builder.AddEventBus(builder.Configuration, APP_NAME, null);

Max Sistemas Exemplo

builder.Services.Configure<MaxSistemasConfiguration>(builder.Configuration.GetSection(Constants.MAX_SISTEMAS_PROPERTY));
builder.AddMaxHttpClient();

Oracle Exemplo

OracleExtension.ConfigureOracleStartup();
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on RetailSolutions.Shared.Microservices:

Package Downloads
RetailSolutions.Shared.Microservices.Gemco.Clientes

Esta lib auxilia na criação de clientes para os microservices da Retail Solutions

RetailSolutions.Shared.Microservices.Gemco.PedidoVenda

Esta lib auxilia na criação de pedido de venda para os microservices da Retail Solutions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.66 768 7/22/2025
1.2.63 273 7/10/2025
1.2.59 315 7/5/2025
1.2.57 257 7/1/2025
1.2.55 155 7/1/2025
1.2.53 148 6/28/2025
1.2.52 136 6/28/2025
1.2.37 537 4/12/2025
1.2.36 167 4/12/2025
1.2.35 124 4/11/2025
1.2.34 190 4/1/2025
1.2.33 204 4/1/2025
1.2.32 192 4/1/2025
1.2.31 199 3/22/2025
1.2.23 359 2/13/2025
1.2.22 394 11/29/2024
1.2.20 227 11/13/2024
1.2.19 443 11/13/2024
1.2.17 191 11/7/2024
1.2.14 232 10/26/2024
1.2.12 178 10/25/2024
1.2.9 188 10/25/2024
1.2.8 127 10/25/2024
1.1.399 117 10/22/2024
1.1.379 289 10/8/2024
1.1.376 147 10/5/2024
1.1.375 154 10/5/2024
1.1.374 138 10/5/2024
1.1.360 173 9/27/2024
1.1.359 135 9/26/2024
1.1.344 137 9/20/2024
1.1.233 195 8/16/2024
1.1.226 324 8/13/2024
1.1.209 479 7/23/2024
1.1.208 122 7/23/2024
1.1.196 192 6/29/2024
1.1.177 420 6/16/2024
1.1.175 155 6/16/2024
1.1.174 169 6/15/2024
1.1.173 145 6/15/2024
1.1.172 157 6/15/2024
1.1.154 328 6/6/2024
1.1.152 149 6/5/2024
1.1.126 227 5/29/2024
1.1.125 157 5/29/2024
1.1.7 132 10/22/2024
1.0.0 148 5/28/2024
1.0.0-CI-20240528-144859 117 5/28/2024
1.0.0-CI-20240528-141614 145 5/28/2024