Found 10 packages
Provides a WS-Trust compatible client for connecting to on-premise IFD instances of Dynamics 365 from .NET Core. This package builds on top of Microsoft.PowerPlatform.Dataverse.Client and offers an alternative IOrganizationService implementation using WS-Trust. This allows you to connect using the URL of the organization service, username and password without any additional configuration. Because this OnPremiseClient implements the same IOrganizationService as the standard ServiceClient implementation your code can work with either as shown in the sample code below. using Data8.PowerPlatform.Dataverse.Client; using Microsoft.PowerPlatform.Dataverse.Client; using Microsoft.Xrm.Sdk; var onPrem = new OnPremiseClient("https://org.crm.contoso.com/XRMServices/2011/Organization.svc", "AD\\username", "password!"); var online = new ServiceClient("AuthType=ClientSecret;Url=https://contoso.crm.dynamics.com;ClientId=637C79F7-AE71-4E9A-BD5B-1EC5EC9F397A;ClientSecret=p1UiydoIWwUH5AdMbiVBOrEYn8t4RXud"); CreateRecord(onPrem); CreateRecord(online); void CreateRecord(IOrganizationService svc) { var entity = new Entity("account") { ["name"] = "Data8" }; entity.Id = svc.Create(entity); }
Package Description
Programmatic access to BuildingSmart Properties and Psets for IFC schemas, and related Data Dictionaries
Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. Xerces-C++ is faithful to the XML 1.0 recommendation and many associated standards. The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs.
SNMP engine sample and some classes for #SNMP Library. Classes: AccessFailureException ComposedMembershipProvider DefaultTypeResolver EngineGroup GetBulkMessageHandler GetMessageHandler GetNextMessageHandler GetNextV1MessageHandler GetV1MessageHandler HandlerMapping IAssemblyLoader IListenerBinding ILogger IMembershipProvider IMessageHandler InformRequestMessageHandler InformRequestMessageReceivedEventArgs ISnmpContext ISnmpObject Listener ListenerBinding MessageHandlerFactory MessageReceivedEventArgs NormalSnmpContext NullMessageHandler ObjectStore ScalarObject SecureSnmpContext SetMessageHandler SetV1MessageHandler SnmpApplication SnmpApplicationFactory SnmpContextBase SnmpContextFactory SnmpEngine SnmpObjectBase TableObject TrapV1MessageHandler TrapV1MessageReceivedEventArgs TrapV2MessageHandler TrapV2MessageReceivedEventArgs Version1MembershipProvider Version2MembershipProvider Version3MembershipProvider IfAdminStatus IfDescr IfIndex IfInDiscards IfInErrors IfInNUcastPkts IfInOctets IfInUcastPkts IfInUnknownProtos IfLastChange IfMtu IfNumber IfOperStatus IfOutDiscards IfOutErrors IfOutNUcastPkts IfOutOctets IfOutQLen IfOutUcastPkts IfPhysAddress IfSpecific IfSpeed IfTable IfType NetworkInterfaceExtensions SysContact SysDescr SysLocation SysName SysObjectId SysORDescr SysORID SysORIndex SysORLastChange SysORTable SysORUpTime SysServices SysUpTime
Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. Xerces-C++ is faithful to the XML 1.0 recommendation and many associated standards. The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs
Some extensions for IEnumerable: > Shuffle > SequenceEqualWithoutOrder > IfDefaultGiveMe > FirstOr > ForEach
DSS Sharp is a C# wrapper to the native DSS C-API library, a multiplatform multiarchitecture implementation of EPRI's OpenDSS engine. Although not an official project from EPRI, DSS Sharp exposes an organization of classes that mimics the official OpenDSS COM implementation, which is Windows-only -- that is, users often can replace or even "#IFDEF" the usage of the official Windows-only implementation with DSS Sharp. Since DSS Sharp uses our C-API directly, it's also common to achieve better performance. Extra features include support for .DSS scripts in ZIP files, creation of multiple DSS instances in the same process (including user-controlled multi-threading), and an extended API for various components. DSS Sharp is part of the DSS-Extensions group of projects. See more at https://dss-extensions.org/
Предоставляет клиент, совместимый с WS-Trust, для подключения к локальным экземплярам IFD Dynamics 365 из .NET Core. Пакет создан на основе Microsoft.PowerPlatform.Dataverse.Client и предлагает альтернативную реализацию IOrganizationService с использованием WS-Trust. Это позволяет подключаться по URL-адресу службы организации, имени пользователя и паролю без каких-либо дополнительных действий.
Encapsulated a fast reading class library for tile maps in the specified BigTiff format. Integrated corresponding DLLs for X86/X64. Supported automatic copying during publishing. October 27, 2025 Support .img October 22, 2025 Supported parsing of multi-file merged TIFF formats. Read non-image file data and lists from the IFD layer. Supported stream mode. September 8, 2025 Added the function of forcibly releasing all file handles. September 1, 2025 Added support for WebP.