AsNet.Shared 2.6.8.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AsNet.Shared --version 2.6.8.1
NuGet\Install-Package AsNet.Shared -Version 2.6.8.1
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="AsNet.Shared" Version="2.6.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsNet.Shared --version 2.6.8.1
#r "nuget: AsNet.Shared, 2.6.8.1"
#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 AsNet.Shared as a Cake Addin
#addin nuget:?package=AsNet.Shared&version=2.6.8.1

// Install AsNet.Shared as a Cake Tool
#tool nuget:?package=AsNet.Shared&version=2.6.8.1

AsNet.Shared v2.6.8.1


Overview

AsNet.Shared es una librería que contiene funcionalidad de código comun como Clases de Cliente para simplificar conexión con Servicio wApi, Entidades de Resultado de capa de datos, negocio y helpers, Integración con Reporting Services, Extensiones de Lenguaje .Net, Image Tools, Criptografía, etc.

For more information see https://www.asnetsolutions.com


Setup

Para su completo funcionamiento deben agregarse las siguientes configuraciones al archivo .config

<configuration> <configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <section name="AsNet.Shared.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </sectionGroup> </configSections> <system.serviceModel> <bindings> <basicHttpBinding> <binding name="ReportExecutionServiceSoap" /> <binding name="ReportingService2010Soap" /> <binding name="ReportingService2005Soap" /> </basicHttpBinding> <customBinding> <binding name="ReportingService2005Soap12"> <textMessageEncoding messageVersion="Soap12" /> <httpTransport /> </binding> </customBinding> </bindings> <client> <endpoint address="http://servidorReportingServices/ReportServer/ReportExecution2005.asmx" binding="basicHttpBinding" bindingConfiguration="ReportExecutionServiceSoap" contract="RsExec.ReportExecutionServiceSoap" name="ReportExecutionServiceSoap" /> <endpoint address="http://servidorReportingServices/ReportServer/ReportService2010.asmx" binding="basicHttpBinding" bindingConfiguration="ReportingService2010Soap" contract="RsManage2010.ReportingService2010Soap" name="ReportingService2010Soap" /> <endpoint address="http://servidorReportingServices/ReportServer/ReportService2005.asmx" binding="basicHttpBinding" bindingConfiguration="ReportingService2005Soap" contract="RsManage2005.ReportingService2005Soap" name="ReportingService2005Soap" /> </client> <services /> <behaviors> <serviceBehaviors> <behavior> <serviceMetadata httpGetEnabled="True" /> <serviceDebug includeExceptionDetailInFaults="False" /> </behavior> </serviceBehaviors> </behaviors> </system.serviceModel> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1" /> </startup> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" /> </dependentAssembly> </assemblyBinding> </runtime> <applicationSettings> <AsNet.Shared.Settings> <setting name="ExceptionPolicy" serializeAs="String"> <value>ExceptionPolicy</value> </setting> <setting name="TraceAssemblysCategory" serializeAs="String"> <value>TraceAssemblysCategory</value> </setting> </AsNet.Shared.Settings> </applicationSettings> </configuration>

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 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 AsNet.Shared:

Package Downloads
AsNet.Shared.Http

AsNet.Shared.Http es una librería que contiene funcionalidad de código optimizado y estabilizado que simplifica el consumo y envío de información con cualquier tipo de Servicio Web Http, Servicios API, MicroServicios, Servicios Web de SQL Server Reporting Services.

AsNet.Shared.Storage

AsNet.Shared.Storage es una librería que contiene funcionalidad para simplificar los procesos de integración con Azure Storage.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.5.6 365 9/23/2023
3.0.5.5 155 9/2/2023
3.0.5.4 174 6/15/2023
3.0.5.3 202 6/12/2023
3.0.5.2 372 3/27/2023
3.0.5.1 415 2/16/2023
3.0.5 680 1/12/2023
3.0.4.4 281 12/13/2022
3.0.4.3 2,084 5/9/2022
3.0.4.2 1,399 9/13/2021
3.0.4.1 420 8/21/2021
3.0.4 429 6/17/2021
3.0.3 500 6/16/2021
3.0.1 540 5/4/2021
3.0.0.3 522 10/2/2020
3.0.0.2 490 9/28/2020
2.6.8.1 567 11/11/2019
2.6.6.4 1,120 4/16/2018
2.6.6.3 1,057 3/1/2018
2.6.6 1,095 2/28/2018
2.6.1 1,334 2/11/2017

Esta versión contiene nueva extensión para obtener dirección IP desde solicitudes Web API y mejora en el metodo thumbnail de la clase ImageHelper. Se requiere .Net Framework 4.7.1 mínimo.