ZeroFormatter | Infinitely Fast Deserializer for .NET , .NET Core and Unity | Serialization library
kandi X-RAY | ZeroFormatter Summary
kandi X-RAY | ZeroFormatter Summary
zeroformatter === fastest c# serializer and infinitely fast deserializer for .net, .net core and unity. note: this is unfair comparison, please see the [performance] section for the details. why use zeroformatter? --- * fastest c# serializer, the code is extremely tuned by both implementation and binary layout(see: [performance] * deserialize/re-serialize is infinitely fast because formatter can access to serialized data without parsing/packing(see: [architecture] * strongly typed and c# code as schema, no needs to other idl like .proto, .fbs… * smart api, only to use serialize and deserialize * full set of general purpose, multifunctional serializer, supports union(polymorphism) and native support of dictionary, multidictionary(ilookup) * first-class support to unity(il2cpp), it’s faster than native jsonutility. zeroformatter is similar as [flatbuffers] but zeroformatter has clean api(flatbuffers api is too ugly, [see: sample] we can not use regularly) and c# specialized. if you need to performance such as game, distributed computing, microservices, etc…, zeroformatter will help you. install --- for .net, .net core. for unity(interfaces can reference both .net 3.5 and unity for share types), unity binary exists on [zeroformatter/releases] as well. more details, please see the [unity-supports] section. quick start --- define class and mark as [zeroformattable] and public properties mark [index] and declare virtual, call
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ZeroFormatter
ZeroFormatter Key Features
ZeroFormatter Examples and Code Snippets
Community Discussions
Trending Discussions on ZeroFormatter
QUESTION
I upgraded my .net core 2.2 web api to .net core 3.1. I am now able to run it from console using dotnet myapi.dll
, however when I try to host it on ISS, I get following exception.
I have installed AspNetCore Module V2
and this module is throwing exception and I am not able to understand the missing part.
Autofac.Core.DependencyResolutionException: An exception was thrown while activating ?:Microsoft.Extensions.Hosting.IHostedService[] -> Microsoft.AspNetCore.Hosting.GenericWebHostService -> Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer.
---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Microsoft.AspNetCore.Server.IIS.Core.IISNativeApplication, Microsoft.Extensions.Hosting.IHostApplicationLifetime, Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider, Microsoft.Extensions.Options.IOptions``1[Microsoft.AspNetCore.Builder.IISServerOptions], Microsoft.Extensions.Logging.ILogger
Following is my Program.cs
ANSWER
Answered 2020-Feb-10 at 16:07Remove the Microsoft.AspNetCore.* nuget packages, those no longer exist in 3.0 so you're pulling in 2.x versions. https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.1&tabs=visual-studio#remove-obsolete-package-references
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ZeroFormatter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page