boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

SignalR .NET Core camelCase JSON Contract Resolver

Updated on     Kisan Patel

Install the Microsoft.AspNetCore.Mvc.NewtonsoftJson package.

Update Startup.ConfigureServices to call AddNewtonsoftJson.

services.AddSignalR()
  .AddNewtonsoftJsonProtocol(
    options =>
      options.PayloadSerializerSettings.ContractResolver = new CamelCasePropertyNamesContractResolver()
  );

Source:
https://stackoverflow.com/questions/37832165/signalr-net-core-camelcase-json-contract-resolver
https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio


.NET Core

Leave a Reply