diff --git a/src/Logging/Logging.AzureAppServices/ref/Microsoft.Extensions.Logging.AzureAppServices.netstandard2.0.cs b/src/Logging/Logging.AzureAppServices/ref/Microsoft.Extensions.Logging.AzureAppServices.netstandard2.0.cs index e8392cdb51..6599438d40 100644 --- a/src/Logging/Logging.AzureAppServices/ref/Microsoft.Extensions.Logging.AzureAppServices.netstandard2.0.cs +++ b/src/Logging/Logging.AzureAppServices/ref/Microsoft.Extensions.Logging.AzureAppServices.netstandard2.0.cs @@ -19,14 +19,14 @@ namespace Microsoft.Extensions.Logging.AzureAppServices { public AzureFileLoggerOptions() { } public string FileName { get { throw null; } set { } } - public System.Nullable FileSizeLimit { get { throw null; } set { } } - public System.Nullable RetainedFileCountLimit { get { throw null; } set { } } + public int? FileSizeLimit { get { throw null; } set { } } + public int? RetainedFileCountLimit { get { throw null; } set { } } } public partial class BatchingLoggerOptions { public BatchingLoggerOptions() { } - public System.Nullable BackgroundQueueSize { get { throw null; } set { } } - public System.Nullable BatchSize { get { throw null; } set { } } + public int? BackgroundQueueSize { get { throw null; } set { } } + public int? BatchSize { get { throw null; } set { } } public System.TimeSpan FlushPeriod { get { throw null; } set { } } public bool IncludeScopes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } } public bool IsEnabled { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }