File: CustomJsonSerializerContext.PropertyNames.g.cs
Project: src\src\Mvc\Mvc.Testing\src\Microsoft.AspNetCore.Mvc.Testing.csproj (Microsoft.AspNetCore.Mvc.Testing)
// <auto-generated/>
 
#nullable enable annotations
#nullable disable warnings
 
// Suppress warnings about [Obsolete] member usage in generated code.
#pragma warning disable CS0612, CS0618
 
namespace Microsoft.AspNetCore.Mvc.Testing
{
    public partial class WebApplicationFactory<TEntryPoint>
    {
        private sealed partial class CustomJsonSerializerContext
        {
        }
    }
}