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 0b4ea58 commit 8fc87afCopy full SHA for 8fc87af
src/Config/ObjectModel/Autoentity.cs
@@ -1,7 +1,6 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
-using System.Diagnostics.CodeAnalysis;
5
using System.Text.Json.Serialization;
6
7
namespace Azure.DataApiBuilder.Config.ObjectModel;
src/Service.Tests/Configuration/ConfigurationTests.cs
@@ -40,7 +40,6 @@
40
using Azure.DataApiBuilder.Service.Tests.SqlTests;
41
using HotChocolate;
42
using Microsoft.AspNetCore.Authorization;
43
-using Microsoft.AspNetCore.Routing;
44
using Microsoft.AspNetCore.TestHost;
45
using Microsoft.Extensions.DependencyInjection;
46
using Microsoft.Extensions.Logging;
0 commit comments