Skip to content

Commit faf18a5

Browse files
Revert CA suppression; required for .NET 6 SDK
1 parent e6801da commit faf18a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AspNet/WebApi/src/Asp.Versioning.WebApi/Dispatcher/HttpResponseExceptionFactory.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Copyright (c) .NET Foundation and contributors. All rights reserved.
22

3+
#pragma warning disable CA2000 // Dispose objects before losing scope
4+
35
namespace Asp.Versioning.Dispatcher;
46

57
using System.Globalization;

0 commit comments

Comments
 (0)