Update ref package

This commit is contained in:
Ryan Brandenburg 2019-06-13 12:01:28 -07:00
parent 6bd4b87d2c
commit 6e2a617ed8
2 changed files with 2 additions and 2 deletions

View File

@ -1876,7 +1876,7 @@ namespace Microsoft.AspNetCore.Mvc.Formatters
}
public partial class SystemTextJsonInputFormatter : Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter, Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy
{
public SystemTextJsonInputFormatter(Microsoft.AspNetCore.Mvc.JsonOptions options) { }
public SystemTextJsonInputFormatter(Microsoft.AspNetCore.Mvc.JsonOptions options, Microsoft.Extensions.Logging.ILogger<Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter> logger) { }
Microsoft.AspNetCore.Mvc.Formatters.InputFormatterExceptionPolicy Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy.ExceptionPolicy { get { throw null; } }
public System.Text.Json.JsonSerializerOptions SerializerOptions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
[System.Diagnostics.DebuggerStepThroughAttribute]

View File

@ -132,7 +132,7 @@ namespace Microsoft.AspNetCore.Mvc.Formatters
return new TranscodingReadStream(httpContext.Request.Body, encoding);
}
// Keep in sync with NewtonsoftJsonInputFormatter.GetPatMetadata
// Keep in sync with NewtonsoftJsonInputFormatter.GetPathMetadata
private ModelMetadata GetPathMetadata(ModelMetadata metadata, string path)
{
var index = 0;