We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd806a9 commit 117c1e4Copy full SHA for 117c1e4
src/Caching/SqlServer/test/TestOptions.cs
@@ -1,3 +1,6 @@
1
+// Copyright (c) .NET Foundation. All rights reserved.
2
+// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
+
4
using Microsoft.Extensions.Options;
5
6
namespace Microsoft.Extensions.Caching.SqlServer
src/Caching/samples/ProfilingSample/Program.cs
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
0 commit comments