AsNet.Shared
2.6.8.1
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
<PackageReference Include="AsNet.Shared" Version="2.6.8.1" />
paket add AsNet.Shared --version 2.6.8.1
#r "nuget: AsNet.Shared, 2.6.8.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 12.0.3)
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.1.0.3 | 111 | 11/11/2024 |
3.1.0.2 | 218 | 9/6/2024 |
3.1.0 | 194 | 6/9/2024 |
3.0.5.6 | 521 | 9/23/2023 |
3.0.5.5 | 184 | 9/2/2023 |
3.0.5.4 | 224 | 6/15/2023 |
3.0.5.3 | 248 | 6/12/2023 |
3.0.5.2 | 434 | 3/27/2023 |
3.0.5.1 | 469 | 2/16/2023 |
3.0.5 | 736 | 1/12/2023 |
3.0.4.4 | 305 | 12/13/2022 |
3.0.4.3 | 2,183 | 5/9/2022 |
3.0.4.2 | 1,477 | 9/13/2021 |
3.0.4.1 | 463 | 8/21/2021 |
3.0.4 | 466 | 6/17/2021 |
3.0.3 | 535 | 6/16/2021 |
3.0.1 | 592 | 5/4/2021 |
3.0.0.3 | 554 | 10/2/2020 |
3.0.0.2 | 518 | 9/28/2020 |
2.6.8.1 | 596 | 11/11/2019 |
2.6.6.4 | 1,151 | 4/16/2018 |
2.6.6.3 | 1,084 | 3/1/2018 |
2.6.6 | 1,123 | 2/28/2018 |
2.6.1 | 1,363 | 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.