Skip to content

Commit 2ba3240

Browse files
committed
Remove pragma due to GA package
1 parent f4af55c commit 2ba3240

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code/MatureWeb/Northwind.WebApi/Program.cs

-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public static void Main(string[] args)
5555

5656
builder.Services.AddScoped<ICustomerRepository, CustomerRepository>();
5757

58-
#pragma warning disable EXTEXP0018 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
5958
builder.Services.AddHybridCache(options =>
6059
{
6160
options.DefaultEntryOptions = new HybridCacheEntryOptions
@@ -64,7 +63,6 @@ public static void Main(string[] args)
6463
LocalCacheExpiration = TimeSpan.FromSeconds(30)
6564
};
6665
});
67-
#pragma warning restore EXTEXP0018 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
6866

6967
builder.Services.AddResponseCaching();
7068

0 commit comments

Comments
 (0)